New-CMSiteSystemServer
Updated: March 1, 2013
Applies To: System Center 2012 Configuration Manager SP1
New-CMSiteSystemServer
Syntax
Parameter Set: New New-CMSiteSystemServer -ServerName <String> -SiteCode <String> [-AccountName <String> ] [-FdmOperation <Boolean> ] [-PublicFqdn <String> ] [-UseSiteServerAccount] [-Confirm] [-WhatIf] [ <CommonParameters>]
Detailed Description
The New-CMSiteSystemServer cmdlet creates an object that represents a site system server in Microsoft System Center 2012 Configuration Manager. A site system server provides functionality to a configuration management site, such as communication between a System Center 2012 Configuration Manager server and System Center 2012 Configuration Manager clients.
You can designate a new server as a site system server and add the site system roles, or install site system roles to an existing site system server in the site.
Parameters
-AccountName<String>
Specifies an account name for the Configuration Manager site.
Aliases | none |
Required? | false |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-FdmOperation<Boolean>
Indicates whether a site system pushes information back to a site server, or whether a site server pushes information to a site system.
Aliases | none |
Required? | false |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-PublicFqdn<String>
Specifies a fully qualified domain name (FQDN) path for the Configuration Manager site.
Aliases | none |
Required? | false |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-ServerName<String>
Specifies a server name for the Configuration Manager site.
Aliases | none |
Required? | true |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-SiteCode<String>
Specifies a site code for the Configuration Manager site.
Aliases | none |
Required? | true |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-UseSiteServerAccount
Indicates a user account name for the site.
Aliases | none |
Required? | false |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-Confirm
Prompts you for confirmation before executing the command.
Required? | false |
Position? | named |
Default Value | false |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
-WhatIf
Describes what would happen if you executed the command without actually executing the command.
Required? | false |
Position? | named |
Default Value | false |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
Outputs
The output type is the type of the objects that the cmdlet emits.
Examples
Example 1: Create a new site system server
This command creates a new site system server with the server name and site parameters.
PS C:\> New-SiteSystemServer –ServerName "ContosoSvr02" –SiteCode "CM255"
