Jump to content


anyweb

using SCCM 2012 in a LAB - Part 1. Installation

Recommended Posts

Required SQL Server Collation

 

Hi Everyone, i'm trying to install the latest release of cm on my existing sql server, but the setup keeps failing with the "Required SQL Server Collation:

Configuration Manager requires that you configure your SQL Server instance and Configuration Manager site database (if already present) to use the SQL_Latin1_General_CP1_CI_AS collation, unless you are using a Chinese operating system and require GB18030 support. For information about changing your SQL Server instance and database collations, see http://go.microsoft.com/fwlink/p/?LinkID=234541. For information about enabling GB18030 support, see http://go.microsoft.com/fwlink/p/?LinkId=234542."

 

anyway to fix this without altering the language of the entire server?

Share this post


Link to post
Share on other sites

I've got a question.

How do i make a network account a local administrator?

Now is the group domain admins member of local administrator and i don't want an domain admin as local admin.

Share this post


Link to post
Share on other sites

I've got a question.

How do i make a network account a local administrator?

Now is the group domain admins member of local administrator and i don't want an domain admin as local admin.

 

You login to the machine you want to add the account to, then you ad the account to the administrators group on that machine.

Share this post


Link to post
Share on other sites

You login to the machine you want to add the account to, then you ad the account to the administrators group on that machine.

 

Yes I know but i want to do that automaticly when it installs a new machine with Sccm.

Share this post


Link to post
Share on other sites

then script it,. add a Run Command Line step in your task sequence to do as follows:-

 

cmd /c net localgroup "Administrators" domain\%USERNAME%" /add

 

%USERNAME% is a variable but you can hard code it

Share this post


Link to post
Share on other sites

then script it,. add a Run Command Line step in your task sequence to do as follows:-

 

cmd /c net localgroup "Administrators" domain\%USERNAME%" /add

 

%USERNAME% is a variable but you can hard code it

Thank you!!

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.