Get-CMSiteSystemServer
Get the site system server role.
Syntax
Get-CMSiteSystemServer
[-AllSite]
[-SiteCode <String>]
[[-SiteSystemServerName] <String>]
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[<CommonParameters>]
Get-CMSiteSystemServer
[-AllSite]
-InputObject <IResultObject>
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[<CommonParameters>]
Description
Use this cmdlet to get the site system server role. A server with the Site system role hosts one or more other roles for a Configuration Manager site.
To get specific site system roles, use one of the following cmdlets:
- Get-CMAssetIntelligenceSynchronizationPoint
- Get-CMCertificateRegistrationPoint
- Get-CMCloudManagementGatewayConnectionPoint
- Get-CMDataWarehouseServicePoint
- Get-CMDistributionPoint
- Get-CMEndpointProtectionPoint
- Get-CMFallbackStatusPoint
- Get-CMManagementPoint
- Get-CMMulticastServicePoint
- Get-CMReportingServicePoint
- Get-CMServiceConnectionPoint
- Get-CMSoftwareUpdatePoint
- Get-CMStateMigrationPoint
Note
Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>
. For more information, see getting started.
Examples
Example 1: Get a site system server
This command gets the site system server named Server2.contoso.com for site code MP5.
Get-CMSiteSystemServer -SiteSystemServerName "Server2.contoso.com" -SiteCode "MP5"
Parameters
-AllSite
Add this parameter to look for the site system server across all sites.
To specify a specific site, use the SiteCode parameter.
Type: | SwitchParameter |
Aliases: | AllSites |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DisableWildcardHandling
This parameter treats wildcard characters as literal character values. You can't combine it with ForceWildcardHandling.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ForceWildcardHandling
This parameter processes wildcard characters and may lead to unexpected behavior (not recommended). You can't combine it with DisableWildcardHandling.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Specify a site system object SMS_SCI_SysResUse with role name SMS Site System
.
Type: | IResultObject |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-SiteCode
Specify a Configuration Manager site code to look for the site system server.
To look across all sites, use the AllSite parameter.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SiteSystemServerName
Specify a server name for the site system to get.
Type: | String |
Aliases: | Name, ServerName |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | True |
Inputs
Microsoft.ConfigurationManagement.ManagementProvider.IResultObject
Outputs
IResultObject[]
IResultObject