Remove-CMSiteSystemServer
拿掉月臺系統伺服器角色。
語法
Remove-CMSiteSystemServer
[-Force]
-InputObject <IResultObject>
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Remove-CMSiteSystemServer
[-Force]
[-SiteCode <String>]
[-SiteSystemServerName] <String>
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
使用此 Cmdlet 移除月台系統伺服器角色。 具有 月台系統 角色的伺服器會裝載 Configuration Manager 月臺的一或多個其他角色。
如果伺服器除了月台系統角色之外還有其他月臺系統角色,此 Cmdlet 就會失敗。
若要移除其他角色,請使用下列其中一個 Cmdlet:
- Remove-CMAssetIntelligenceSynchronizationPoint
- Remove-CMCertificateRegistrationPoint
- Remove-CMCloudManagementGatewayConnectionPoint
- Remove-CMDataWarehouseServicePoint
- Remove-CMDistributionPoint
- Remove-CMEndpointProtectionPoint
- Remove-CMFallbackStatusPoint
- Remove-CMManagementPoint
- Remove-CMMulticastServicePoint
- Remove-CMReportingServicePoint
- Remove-CMServiceConnectionPoint
- Remove-CMSoftwareUpdatePoint
- Remove-CMStateMigrationPoint
注意事項
從 Configuration Manager 月臺磁碟驅動器執行 Configuration Manager Cmdlet,例如 PS XYZ:\>
。 如需詳細資訊,請 參閱開始使用。
範例
範例 1:移除月台系統伺服器
此命令會先使用 Get-CMSiteSystemServer Cmdlet 來取得月臺 MP5 中 Server2.contoso.com 的月台系統伺服器物件。 然後,它會使用管線運算符將對象傳遞至 Remove-CMSiteSystemServer,這會移除月台系統伺服器角色。
Get-CMSiteSystemServer -SiteSystemServerName "Server2.contoso.com" -SiteCode "MP5" | Remove-CMSiteSystemServer -Force
參數
-Confirm
執行 Cmdlet 之前提示您確認。
類型: | SwitchParameter |
別名: | cf |
Position: | Named |
預設值: | False |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DisableWildcardHandling
此參數會將通配符視為常值字元值。 您無法將其與 ForceWildcardHandling 結合。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Force
執行命令而不要求確認。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ForceWildcardHandling
此參數會處理通配符,並可能導致非預期的行為 (不建議) 。 您無法將其與 DisableWildcardHandling 結合。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-InputObject
指定要移除的月台系統伺服器物件。 若要取得此物件,請使用 Get-CMSiteSystemServer Cmdlet。
類型: | IResultObject |
別名: | SiteSystem, SiteSystemServer |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-SiteCode
指定 Configuration Manager 月臺碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-SiteSystemServerName
指定要移除之月台系統角色的伺服器名稱。
類型: | String |
別名: | Name, ServerName |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-WhatIf
顯示執行 Cmdlet 時會發生什麼情況。 Cmdlet 不會執行。
類型: | SwitchParameter |
別名: | wi |
Position: | Named |
預設值: | False |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
Microsoft.ConfigurationManagement.ManagementProvider.IResultObject