SCCM Server
On this page you must enter the connection information to your System Center Configuration Manager server.
Server
This is the computer name that holds the System Center Configuration Manager server that you want to connect to.
Site Code
The code that identifies the System Center Configuration Manager site you want to connect to.
Authentication
You have two options to authenticate with your SCCM server: using server credentials or your Windows credentials.
- Server Authentication - selecting this method will require you to specify your User name and Password credentials, the ones set for your SCCM server.
- Windows Authentication - in this case the deployment will use the credentials of the logged-in user to authenticate with the SCCM server.
If the user name is from a domain different from the current, the string should contain the domain name and user name separated by a backslash. E.g. domain\user
Command Line Switches
- /SccmServer - correspondent to UI option “Server“.
- /SccmSiteCode - correspondent to UI option “Site Code“.
- /SccmServerAuthentication - correspondent to UI option “Authentication“. It accepts only two values: 0 - Server Authentication and 1 - Windows Authentication.
- /SccmServerUser - correspondent to UI option “User Name“. Required only if authentication type is set to “Server Authentication“.
- /SccmServerPassword - correspondent to UI option “Password“. Required only if authentication type is set to “Server Authentication“.
Example of commands:
/SccmServer "YourServerName" /SccmSiteCode "YourSiteId" /SccmServerAuthentication "0" /SccmServerUser "caphyon" /SccmServerPassword "caphyon"