Get-CMFallbackStatusPoint

Get-CMFallbackStatusPoint

Gets a Configuration Manager fallback status point.

Syntax

Parameter Set: SearchByName
Get-CMFallbackStatusPoint [-SiteCode <String> ] [-SiteSystemServerName <String> ] [ <CommonParameters>]

Detailed Description

The Get-CMFallbackStatusPoint cmdlet gets a fallback status point site server role. You can get fallback status point for a site system name or a site code or both.

Microsoft System Center 2012 SP1 Configuration Manager can use one or more fallback status points to collect state messages for a site and send them on to Configuration Manager. You can use this cmdlet to get a fallback status point to use with other cmdlets, such as the Set-CMFallbackStatusPoint cmdlet or the Remove-CMFallbackStatusPoint cmdlet.

Parameters

-SiteCode<String>

Specifies the site code for a fallback status point.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteSystemServerName<String>

Specifies the site system name for a fallback status point.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

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: Get a fallback status point

This command gets a fallback status point for the site with the site code cm1 and the system name Server21.West01.Contoso.com. You can have more than one fallback status point for a site. This example specifies both the site code and the server name.

PS C:\> Get-CMFallbackStatusPoint -SiteCode "CM1" -SiteSystemServerName "Server21.West01.Contoso.com" 

Add-CMFallbackStatusPoint

Remove-CMFallbackStatusPoint

Set-CMFallbackStatusPoint