Set-CsHybridPSTNAppliance
Use the Set-CsHybridPSTNAppliance
cmdlet to modify an existing Skype for Business Cloud Connector Edition appliance's attributes.
Note: This cmdlet will be deprecated from Teams PowerShell Module.
Syntax
Set-CsHybridPSTNAppliance
[-MaintenanceMode <Boolean>]
[-MediationServerGruu <String>]
[-Identity] <XdsGlobalRelativeIdentity>
[-Tenant <Guid>]
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-CsHybridPSTNAppliance
[-MaintenanceMode <Boolean>]
[-MediationServerGruu <String>]
[-Identity] <XdsGlobalRelativeIdentity>
[-Tenant <Guid>]
[-Instance <PSObject>]
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Skype for Business Cloud Connector Edition appliances are registered, retrieved, modified and unregistered by the CsHybridPSTNAppliance cmdlet group (Register, Get, Set and Unregister).
The Skype for Business Cloud Connector Edition appliances can be reviewed in your hybrid configuration by using the Get-CsTenantHybridConfiguration
cmdlet.
However, you can't create or modify Skype for Business Cloud Connector Edition appliances through the CsTenantHybridConfiguration cmdlets.
You must use the CsHybridPSTNAppliance cmdlets to manage Skype for Business Cloud Connector Edition appliances.
To return a list of all the Role-Based Access Control (RBAC) roles a cmdlet has been assigned, run the following command:
Get-CsAdminRole | Where-Object {$_.Cmdlets -Match "\<CmdletName\>"}
Examples
-------------------------- Example 1 --------------------------
Insert example commands for example 1.
Insert descriptive text for example 1.
Parameters
-Confirm
PARAMVALUE: SwitchParameter
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
-Force
PARAMVALUE: SwitchParameter
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
-Identity
PARAMVALUE: XdsGlobalRelativeIdentity
Type: | XdsGlobalRelativeIdentity |
Position: | 2 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
-Instance
PARAMVALUE: PSObject
Type: | PSObject |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
-MaintenanceMode
If set to $True, service resilience detection will be off and no checks for Bits and OS updates will run. This allows administrators to make manual maintenance changes on the host machine.
If set to $False, service resilience detection will be on and checks for Bits and OS updates will run if Auto Update is also set to $True.
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
-MediationServerGruu
PARAMVALUE: String
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
-Tenant
PARAMVALUE: Guid
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
-WhatIf
PARAMVALUE: SwitchParameter
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |