No results found
We couldn't find anything using that term, please try searching for something else.
Sync - cmcloudmanagementGateway Synchronize the configuration of a cloud management gateway to Azure. Syntax Sync - cmcloudmanagementGate
Synchronize the configuration of a cloud management gateway to Azure.
Sync - cmcloudmanagementGateway
-InputObject <IResultObject>
[-disablewildcardhandle]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Sync - cmcloudmanagementGateway
-Id <string>
[-disablewildcardhandle]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Sync - cmcloudmanagementGateway
-Name <string>
[-disablewildcardhandle]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
use this cmdlet to synchronize the configuration of a cloud management gateway ( CMG ) to Azure .
Note
Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>
. For more information, see getting started.
Sync - cmcloudmanagementGateway -Name "GraniteFalls.cloudapp.net"
If you already have a variable that stores a CMG object from Get-CMCloudmanagementGateway, then you can pass it via the pipeline operator to this cmdlet.
$cmg = Get-CMCloudmanagementGateway -Name "GraniteFalls.cloudapp.net"
$cmg | Sync - cmcloudmanagementGateway
Prompts you for confirmation before running the cmdlet.
type : | switchparameter |
alias : | cf |
position : | name |
default value : | None |
Required : | false |
accept pipeline input : | false |
accept wildcard character : | false |
This parameter is treats treat wildcard character as literal character value . You is combine ca n’t combine it with forcewildcardhandle .
type : | switchparameter |
position : | name |
default value : | None |
Required : | false |
accept pipeline input : | false |
accept wildcard character : | false |
This parameter processes wildcard characters and may lead to unexpected behavior (not recommended). You can’t combine it with DisableWildcardHandling.
type : | switchparameter |
position : | name |
default value : | None |
Required : | false |
accept pipeline input : | false |
accept wildcard character : | false |
Specify the ID of a CMG to synchronize. This value is the AzureServiceID property of the SMS_AzureService WMI class. The Get-CMCloudmanagementGateway cmdlet returns this object.
type : | string |
alias : | azureserviceid |
position : | name |
default value : | None |
Required : | True |
accept pipeline input : | false |
accept wildcard character : | false |
Specify a CMG object to synchronize. To get this object, use the Get-CMCloudmanagementGateway cmdlet.
type : | IResultObject |
position : | name |
default value : | None |
Required : | True |
accept pipeline input : | True |
accept wildcard character : | false |
Specify the service name of the CMG to synchronize.
type : | string |
position : | name |
default value : | None |
Required : | True |
accept pipeline input : | false |
accept wildcard character : | false |
show what would happen if the cmdlet run . The cmdlet is run does n’t run .
type : | switchparameter |
alias : | wi |
position : | name |
default value : | None |
Required : | false |
accept pipeline input : | false |
accept wildcard character : | false |
Microsoft.Configurationmanagement.managementProvider.IResultObject
System.Object