diff --git a/skype/skype-ps/skype/Get-CsTeamsEmergencyCallRoutingPolicy.md b/skype/skype-ps/skype/Get-CsTeamsEmergencyCallRoutingPolicy.md index 316e3090d0..61e24ab951 100644 --- a/skype/skype-ps/skype/Get-CsTeamsEmergencyCallRoutingPolicy.md +++ b/skype/skype-ps/skype/Get-CsTeamsEmergencyCallRoutingPolicy.md @@ -2,8 +2,8 @@ external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml applicable: Skype for Business Online title: Get-CsTeamsEmergencyCallRoutingPolicy -author:danny-levin -ms.author:dannyle +author: danny-levin +ms.author: dannyle manager: roykuntz ms.reviewer: chenc, pthota schema: 2.0.0 @@ -28,28 +28,28 @@ Get-CsTeamsEmergencyCallRoutingPolicy [-Tenant ] [-Filter ] ``` ## DESCRIPTION -{{ This cmdlet returns one or more Emergency Call Routing policy. This Policy is used for the life cycle of emergency call routing – emergency numbers and routing configuration }} + This cmdlet returns one or more Emergency Call Routing policy. This Policy is used for the life cycle of emergency call routing – emergency numbers and routing configuration ## EXAMPLES ### Example 1 ```powershell -PS C:> {{ Get-CsTeamsEmergencyCallRoutingPolicy }} +PS C:> Get-CsTeamsEmergencyCallRoutingPolicy ``` -{{ Retrieve all emergency call routing policy that are available in your scope }} + Retrieves all emergency call routing policies that are available in your scope ### Example 2 ```powershell -PS C:> {{ Get-CsTeamsEmergencyCallRoutingPolicy -Identity TestECRP}} +PS C:> Get-CsTeamsEmergencyCallRoutingPolicy -Identity TestECRP ``` -{{ Retrieve one emergency call routing policy with specific identity }} + Retrieves one emergency call routing policy specifying the identity ## PARAMETERS ### -Filter -{{ The Filter parameter allows you to limit the number of results based on filters you specify. }} + The Filter parameter allows you to limit the number of results based on filters you specify. ```yaml Type: String @@ -64,7 +64,7 @@ Accept wildcard characters: False ``` ### -Identity -{{ Specify the policy that you would like to retrieve. }} + Specify the policy that you would like to retrieve. ```yaml Type: XdsIdentity @@ -79,7 +79,7 @@ Accept wildcard characters: False ``` ### -LocalStore -{{ Microsoft internal use. }} + Microsoft internal use. ```yaml Type: SwitchParameter @@ -94,7 +94,7 @@ Accept wildcard characters: False ``` ### -Tenant -{{ Microsoft internal use. }} + Microsoft internal use. ```yaml Type: System.Guid diff --git a/skype/skype-ps/skype/Get-CsTeamsEmergencyCallingPolicy.md b/skype/skype-ps/skype/Get-CsTeamsEmergencyCallingPolicy.md index b807e34b35..b18a6f9182 100644 --- a/skype/skype-ps/skype/Get-CsTeamsEmergencyCallingPolicy.md +++ b/skype/skype-ps/skype/Get-CsTeamsEmergencyCallingPolicy.md @@ -2,8 +2,8 @@ external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml applicable: Skype for Business Online title: Get-CsTeamsEmergencyCallingPolicy -author:danny-levin -ms.author:dannyle +author: danny-levin +ms.author: dannyle manager: roykuntz ms.reviewer: chenc, pthota schema: 2.0.0 @@ -27,28 +27,28 @@ Get-CsTeamsEmergencyCallingPolicy [-Tenant ] [-Filter ] [-L ``` ## DESCRIPTION -{{ This cmdlet returns one or more emergency calling policy. Emergency calling policy is used for the life cycle of emergency calling experience for the security desk and Teams client location experience. }} + This cmdlet returns one or more emergency calling policies. Emergency calling policy is used for the life cycle of emergency calling experience for the security desk and Teams client location experience. ## EXAMPLES ### Example 1 ```powershell -PS C:> {{ Get-CsTeamsEmergencyCallingPolicy}} +PS C:> Get-CsTeamsEmergencyCallingPolicy ``` -{{ Retrieve all emergency calling policy that are available in your scope}} + Retrieves all emergency calling policies that are available in your scope ### Example 2 ```powershell -PS C:> {{ Get-CsTeamsEmergencyCallingPolicy -Identity TestECP}} +PS C:> Get-CsTeamsEmergencyCallingPolicy -Identity TestECP ``` -{{ Retrieve emergency calling policy that is with identity TestECP}} + Retrieves emergency calling policy specifying the identity ## PARAMETERS ### -Filter -{{ The Filter parameter allows you to limit the number of results based on filters you specify. }} + The Filter parameter allows you to limit the number of results based on filters you specify. ```yaml Type: String @@ -63,7 +63,7 @@ Accept wildcard characters: False ``` ### -Identity -{{ Specify the policy that you would like to retrieve. }} + Specify the policy that you would like to retrieve. ```yaml Type: XdsIdentity @@ -78,7 +78,7 @@ Accept wildcard characters: False ``` ### -LocalStore -{{ Microsoft internal use. }} + Microsoft internal use. ```yaml Type: SwitchParameter @@ -93,7 +93,7 @@ Accept wildcard characters: False ``` ### -Tenant -{{ Microsoft internal use only. }} + Microsoft internal use only. ```yaml Type: System.Guid diff --git a/skype/skype-ps/skype/New-CsTeamsEmergencyCallRoutingPolicy.md b/skype/skype-ps/skype/New-CsTeamsEmergencyCallRoutingPolicy.md index a5bddd1083..1a67a137e8 100644 --- a/skype/skype-ps/skype/New-CsTeamsEmergencyCallRoutingPolicy.md +++ b/skype/skype-ps/skype/New-CsTeamsEmergencyCallRoutingPolicy.md @@ -2,9 +2,9 @@ external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml applicable: Skype for Business Online title: New-CsTeamsEmergencyCallRoutingPolicy -author:danny-levin -ms.author:dannyle -manger:roykuntz +author: danny-levin +ms.author: dannyle +manger: roykuntz ms.reviewer: chenc, vaddank, pthota schema: 2.0.0 --- @@ -22,22 +22,22 @@ New-CsTeamsEmergencyCallRoutingPolicy [-Tenant ] [-EmergencyNumbers ``` ## DESCRIPTION -{{ This cmdlet creates a new Teams Emergency Call Routing policy with one or more emergency number. Teams Emergency Call Routing policy is used for the life cycle of emergency call routing – emergency numbers and routing configuration}} + This cmdlet creates a new Teams Emergency Call Routing policy with one or more emergency number. Teams Emergency Call Routing policy is used for the life cycle of emergency call routing – emergency numbers and routing configuration ## EXAMPLES ### Example 1 ```powershell -PS C:> {{ $ne1 = New-CsTeamsEmergencyNumber -EmergencyDialString "112" -EmergencyDialMask "117;897" -OnlinePSTNUsage "Local" -CarrierProfile "Local" -New-CsTeamsEmergencyCallRoutingPolicy -Identity "testecrp" -Tenant $tenant -EmergencyNumbers @{add=$ne1} -AllowEnhancedEmergencyServices 1 -Description "test"}} +PS C:> $ne1 = New-CsTeamsEmergencyNumber -EmergencyDialString "112" -EmergencyDialMask "117;897" -OnlinePSTNUsage "Local" -CarrierProfile "Local" +New-CsTeamsEmergencyCallRoutingPolicy -Identity "testecrp" -Tenant $tenant -EmergencyNumbers @{add=$ne1} -AllowEnhancedEmergencyServices 1 -Description "test" ``` -{{ This example creates a new Teams emergency number and create a Teams Emergency Call Routing policy with this emergency number.}} + This example creates a new Teams emergency number and create a Teams Emergency Call Routing policy with this emergency number. ## PARAMETERS ### -AllowEnhancedEmergencyServices -{{ Flag to enable Enhanced Emergency Services}} + Flag to enable Enhanced Emergency Services ```yaml Type: Boolean @@ -67,7 +67,7 @@ Accept wildcard characters: False ``` ### -Description -{{ The Description parameter describes the Teams Emergency Call Routing policy - what it's for, what type of user it applies to and any other information that helps to identify the purpose of this policy. Maximum characters: 512.}} + The Description parameter describes the Teams Emergency Call Routing policy - what it's for, what type of user it applies to and any other information that helps to identify the purpose of this policy. Maximum characters: 512. ```yaml Type: String @@ -82,7 +82,7 @@ Accept wildcard characters: False ``` ### -EmergencyNumbers -{{ Group of emergency numbers }} + Group of emergency numbers ```yaml Type: @@ -97,7 +97,7 @@ Accept wildcard characters: False ``` ### -Force -{{ The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required. }} + The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required. ```yaml Type: SwitchParameter @@ -112,7 +112,7 @@ Accept wildcard characters: False ``` ### -Identity -{{ The Identity parameter is a unique identifier that designates the name of the policy. }} + The Identity parameter is a unique identifier that designates the name of the policy. ```yaml Type: XdsIdentity @@ -127,7 +127,7 @@ Accept wildcard characters: False ``` ### -InMemory -{{ The InMemory parameter creates an object reference without actually committing the object as a permanent change. }} + The InMemory parameter creates an object reference without actually committing the object as a permanent change. ```yaml Type: SwitchParameter @@ -142,7 +142,7 @@ Accept wildcard characters: False ``` ### -Tenant -{{ Specify the tenant id }} + Specify the tenant id ```yaml Type: System.Guid diff --git a/skype/skype-ps/skype/New-CsTeamsEmergencyCallingPolicy.md b/skype/skype-ps/skype/New-CsTeamsEmergencyCallingPolicy.md index 4e00797dad..a23ad38177 100644 --- a/skype/skype-ps/skype/New-CsTeamsEmergencyCallingPolicy.md +++ b/skype/skype-ps/skype/New-CsTeamsEmergencyCallingPolicy.md @@ -2,8 +2,8 @@ external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml applicable: Skype for Business Online title: New-CsTeamsEmergencyCallingPolicy -author:danny-levin -ms.author:dannyle +author: danny-levin +ms.author: dannyle manager: roykuntz ms.reviewer: chenc, pthota schema: 2.0.0 @@ -24,16 +24,16 @@ New-CsTeamsEmergencyCallingPolicy [-Tenant ] [-NotificationGroup {{ New-CsTeamsEmergencyCallingPolicy -Identity testECRP -Description "Test ECRP" -NotificationGroup "alert@ms.com" -NotificationDialOutNumber "4253214567" -NotificationMode NotificationOnly -ExternalLocationLookupMode $true }} +PS C:> New-CsTeamsEmergencyCallingPolicy -Identity testECRP -Description "Test ECRP" -NotificationGroup "alert@contoso.com" -NotificationDialOutNumber "4253214567" -NotificationMode NotificationOnly -ExternalLocationLookupMode $true ``` -{{ This example creates a Teams Emergency Calling policy that has a identity of testECRP }} + This example creates a Teams Emergency Calling policy that has a identity of testECRP ## PARAMETERS @@ -53,7 +53,7 @@ Accept wildcard characters: False ``` ### -Description -{{ The Description parameter describes the Teams Emergency Calling policy - what it's for, what type of user it applies to and any other information that helps to identify the purpose of this policy. Maximum characters: 512. }} + The Description parameter describes the Teams Emergency Calling policy - what it is for, what type of user it applies to and any other information that helps to identify the purpose of this policy. Maximum characters: 512. ```yaml Type: String @@ -68,7 +68,7 @@ Accept wildcard characters: False ``` ### -ExternalLocationLookupMode -{{ Enable ExternalLocationLookupMode }} + Enable ExternalLocationLookupMode ```yaml Type: ExternalLocationLookupMode @@ -84,7 +84,7 @@ Accept wildcard characters: False ``` ### -Force -{{ The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required. }} + The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required. ```yaml Type: SwitchParameter @@ -99,7 +99,7 @@ Accept wildcard characters: False ``` ### -Identity -{{ The Identity parameter is a unique identifier that designates the name of the policy }} + The Identity parameter is a unique identifier that designates the name of the policy ```yaml Type: XdsIdentity @@ -114,7 +114,7 @@ Accept wildcard characters: False ``` ### -InMemory -{{ The InMemory parameter creates an object reference without actually committing the object as a permanent change. }} + The InMemory parameter creates an object reference without actually committing the object as a permanent change. ```yaml Type: SwitchParameter @@ -129,7 +129,7 @@ Accept wildcard characters: False ``` ### -NotificationDialOutNumber -{{ This parameter represents PSTN number which can be dialed out if NotificationMode is set to either of the two Conference values }} + This parameter represents PSTN number which can be dialed out if NotificationMode is set to either of the two Conference values ```yaml Type: String @@ -144,7 +144,7 @@ Accept wildcard characters: False ``` ### -NotificationGroup -{{ NotificationGroup is a email list of users and groups to be notified of an emergency call }} + NotificationGroup is a email list of users and groups to be notified of an emergency call ```yaml Type: String @@ -159,7 +159,7 @@ Accept wildcard characters: False ``` ### -NotificationMode -{{ The type of conference experience for security desk notification}} + The type of conference experience for security desk notification ```yaml Type: Microsoft.Rtc.Management.WritableConfig.Policy.Teams.NotificationMode @@ -175,7 +175,7 @@ Accept wildcard characters: False ``` ### -Tenant -{{ Specify the tenant id}} + Specify the tenant id ```yaml Type: System.Guid diff --git a/skype/skype-ps/skype/New-CsTeamsEmergencyNumber.md b/skype/skype-ps/skype/New-CsTeamsEmergencyNumber.md index 6b51b3671f..32ad69c90b 100644 --- a/skype/skype-ps/skype/New-CsTeamsEmergencyNumber.md +++ b/skype/skype-ps/skype/New-CsTeamsEmergencyNumber.md @@ -2,8 +2,8 @@ external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml applicable: Skype for Business Online title: New-CsTeamsEmergencyNumber -author:danny-levin -ms.author:dannyle +author: danny-levin +ms.author: dannyle manager: roykuntz ms.reviewer: chenc, pthota schema: 2.0.0 @@ -21,21 +21,21 @@ New-CsTeamsEmergencyNumber -EmergencyDialString [-EmergencyDialMask {{ New-CsTeamsEmergencyNumber -EmergencyDialString 711 -EmergencyDialMask 321 -OnlinePSTNUsage "US911" }} +PS C:> New-CsTeamsEmergencyNumber -EmergencyDialString 711 -EmergencyDialMask 321 -OnlinePSTNUsage "US911" ``` -{{ Create a new Teams emergency number }} + Create a new Teams emergency number ## PARAMETERS ### -CarrierProfile -{{ Microsoft internal usage only}} + Microsoft internal usage only ```yaml Type: String @@ -50,7 +50,7 @@ Accept wildcard characters: False ``` ### -EmergencyDialMask -{{ Specific the emergency phone number }} + Specific the emergency phone number ```yaml Type: String @@ -65,7 +65,7 @@ Accept wildcard characters: False ``` ### -EmergencyDialString -{{ For each Teams emergency number, you can specify zero or more emergency dial masks. A dial mask is a number that you want to translate into the value of the emergency dial number value when it is dialed.}} + For each Teams emergency number, you can specify zero or more emergency dial masks. A dial mask is a number that you want to translate into the value of the emergency dial number value when it is dialed. ```yaml Type: String @@ -80,7 +80,7 @@ Accept wildcard characters: False ``` ### -OnlinePSTNUsage -{{ Specify the online public switched telephone network (PSTN) usage }} + Specify the online public switched telephone network (PSTN) usage ```yaml Type: String diff --git a/skype/skype-ps/skype/Remove-CsTeamsEmergencyCallRoutingPolicy.md b/skype/skype-ps/skype/Remove-CsTeamsEmergencyCallRoutingPolicy.md index 8f7578a661..eb4fae38c2 100644 --- a/skype/skype-ps/skype/Remove-CsTeamsEmergencyCallRoutingPolicy.md +++ b/skype/skype-ps/skype/Remove-CsTeamsEmergencyCallRoutingPolicy.md @@ -2,8 +2,8 @@ external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml applicable: Skype for Business Online title: Remove-CsTeamsEmergencyCallRoutingPolicy -author:danny-levin -ms.author:dannyle +author: danny-levin +ms.author: dannyle manager: roykuntz ms.reviewer: chenc, pthota schema: 2.0.0 @@ -21,16 +21,16 @@ Remove-CsTeamsEmergencyCallRoutingPolicy [-Tenant ] [-Identity] {{ Remove-CsTeamsEmergencyCallRoutingPolicy -Identity TestECRP }} +PS C:> Remove-CsTeamsEmergencyCallRoutingPolicy -Identity TestECRP ``` -{{ This example removes Teams Emergency Call Routing policy with identity TestECRP}} + This example removes Teams Emergency Call Routing policy with identity TestECRP ## PARAMETERS @@ -50,7 +50,7 @@ Accept wildcard characters: False ``` ### -Force -{{ The Force parameter suppresses any confirmation prompts that are otherwise displayed before the changes are made. }} + The Force parameter suppresses any confirmation prompts that are otherwise displayed before the changes are made. ```yaml Type: SwitchParameter @@ -65,7 +65,7 @@ Accept wildcard characters: False ``` ### -Identity -{{ The Identity parameter is the unique identifier of the Teams Emergency Call Routing policy to remove. }} + The Identity parameter is the unique identifier of the Teams Emergency Call Routing policy to remove. ```yaml Type: XdsIdentity @@ -80,7 +80,7 @@ Accept wildcard characters: False ``` ### -Tenant -{{ Specifies the tenant id. }} + Specifies the tenant id. ```yaml Type: System.Guid diff --git a/skype/skype-ps/skype/Remove-CsTeamsEmergencyCallingPolicy.md b/skype/skype-ps/skype/Remove-CsTeamsEmergencyCallingPolicy.md index cb29bd1090..a91b08fb31 100644 --- a/skype/skype-ps/skype/Remove-CsTeamsEmergencyCallingPolicy.md +++ b/skype/skype-ps/skype/Remove-CsTeamsEmergencyCallingPolicy.md @@ -2,9 +2,9 @@ external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml applicable: Skype for Business Online title: Remove-CsTeamsEmergencyCallingPolicy -author:danny-levin -ms.author:dannyle -manager:roykuntz +author: danny-levin +ms.author: dannyle +manager: roykuntz ms.reviewer: chenc, pthota schema: 2.0.0 --- @@ -21,16 +21,16 @@ Remove-CsTeamsEmergencyCallingPolicy [-Tenant ] [-Identity] {{ Remove-CsTeamsEmergencyCallingPolicy -Identity testECP }} +PS C:> Remove-CsTeamsEmergencyCallingPolicy -Identity testECP ``` -{{ This example removes an existing Teams Emergency Calling policy with identity testECRP }} + This example removes an existing Teams Emergency Calling policy with identity testECRP ## PARAMETERS @@ -50,7 +50,7 @@ Accept wildcard characters: False ``` ### -Force -{{ The Force parameter suppresses any confirmation prompts that are otherwise displayed before the changes are made.}} + The Force parameter suppresses any confirmation prompts that are otherwise displayed before the changes are made. ```yaml Type: SwitchParameter @@ -65,7 +65,7 @@ Accept wildcard characters: False ``` ### -Identity -{{ The Identity parameter is the unique identifier of the Teams Emergency Calling policy to remove. }} + The Identity parameter is the unique identifier of the Teams Emergency Calling policy to remove. ```yaml Type: XdsIdentity @@ -80,7 +80,7 @@ Accept wildcard characters: False ``` ### -Tenant -{{ Specifies the tenant id. }} + Specifies the tenant id. ```yaml Type: System.Guid diff --git a/skype/skype-ps/skype/Set-CsTeamsEmergencyCallRoutingPolicy.md b/skype/skype-ps/skype/Set-CsTeamsEmergencyCallRoutingPolicy.md index 4064986b01..b15257e32b 100644 --- a/skype/skype-ps/skype/Set-CsTeamsEmergencyCallRoutingPolicy.md +++ b/skype/skype-ps/skype/Set-CsTeamsEmergencyCallRoutingPolicy.md @@ -2,8 +2,8 @@ external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml applicable: Skype for Business Online title: Set-CsTeamsEmergencyCallRoutingPolicy -author:danny-levin -ms.author:dannyle +author: danny-levin +ms.author: dannyle ms.reviewer: chenc, pthota schema: 2.0.0 --- @@ -29,21 +29,21 @@ Set-CsTeamsEmergencyCallRoutingPolicy [-Tenant ] [-EmergencyNumbers ``` ## DESCRIPTION -{{ This cmdlet modifies an existing Teams Emergency Call Routing Policy. Teams Emergency Call Routing policy is used for the life cycle of emergency call routing – emergency numbers and routing configuration}} + This cmdlet modifies an existing Teams Emergency Call Routing Policy. Teams Emergency Call Routing policy is used for the life cycle of emergency call routing – emergency numbers and routing configuration ## EXAMPLES ### Example 1 ```powershell -PS C:> {{ Set-CsTeamsEmergencyCallRoutingPolicy -Identity "testecrp" -Tenant $tenant -AllowEnhancedEmergencyServices 0 -Description "test"}} +PS C:> Set-CsTeamsEmergencyCallRoutingPolicy -Identity "testecrp" -Tenant $tenant -AllowEnhancedEmergencyServices 0 -Description "test" ``` -{{ This example modifies an existing Teams Emergency Call Routing Policy. }} + This example modifies an existing Teams Emergency Call Routing Policy. ## PARAMETERS ### -AllowEnhancedEmergencyServices -{{ Flag to enable Enhanced Emergency Services }} + Flag to enable Enhanced Emergency Services ```yaml Type: Boolean @@ -73,7 +73,7 @@ Accept wildcard characters: False ``` ### -Description -{{ Provide a description of the Teams Emergency Call Routing policy to identify purpose of setting it. }} + Provide a description of the Teams Emergency Call Routing policy to identify purpose of setting it. ```yaml Type: String @@ -88,7 +88,7 @@ Accept wildcard characters: False ``` ### -EmergencyNumbers -{{ Group of emergency numbers }} + Group of emergency numbers ```yaml Type: @@ -103,7 +103,7 @@ Accept wildcard characters: False ``` ### -Force -{{ The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required. }} + The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required. ```yaml Type: SwitchParameter @@ -118,7 +118,7 @@ Accept wildcard characters: False ``` ### -Identity -{{ The Identity parameter is a unique identifier that designates the name of the policy. }} + The Identity parameter is a unique identifier that designates the name of the policy. ```yaml Type: XdsIdentity @@ -133,7 +133,7 @@ Accept wildcard characters: False ``` ### -Instance -{{ The Instance parameter allows you to pass a reference to an object to the cmdlet, rather than set individual parameter values. You can retrieve this object reference by calling the Get-CsTeamsEmergencyCallRoutingPolicy cmdlet. }} + The Instance parameter allows you to pass a reference to an object to the cmdlet, rather than set individual parameter values. You can retrieve this object reference by calling the Get-CsTeamsEmergencyCallRoutingPolicy cmdlet. ```yaml Type: PSObject @@ -148,7 +148,7 @@ Accept wildcard characters: False ``` ### -Tenant -{{ Specify the tenant id }} + Specify the tenant id ```yaml Type: System.Guid diff --git a/skype/skype-ps/skype/Set-CsTeamsEmergencyCallingPolicy.md b/skype/skype-ps/skype/Set-CsTeamsEmergencyCallingPolicy.md index 2b1d9fc5d8..045170498c 100644 --- a/skype/skype-ps/skype/Set-CsTeamsEmergencyCallingPolicy.md +++ b/skype/skype-ps/skype/Set-CsTeamsEmergencyCallingPolicy.md @@ -2,8 +2,8 @@ external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml applicable: Skype for Business Online title: Set-CsTeamsEmergencyCallingPolicy -author:danny-levin -ms.author:dannyle +author: danny-levin +ms.author: dannyle manager: roykuntz ms.reviewer: chenc, pthota schema: 2.0.0 @@ -32,16 +32,16 @@ Set-CsTeamsEmergencyCallingPolicy [-Tenant ] [-NotificationGroup {{ Set-CsTeamsEmergencyCallingPolicy -Identity "testECP" -NotificationGroup "123@gh.com;567@test.com" }} +PS C:> Set-CsTeamsEmergencyCallingPolicy -Identity "testECP" -NotificationGroup "123@gh.com;567@test.com" ``` -{{ This example modifies a existing cmdlet with identity testECP. }} + This example modifies a existing cmdlet with identity testECP. ## PARAMETERS @@ -61,7 +61,7 @@ Accept wildcard characters: False ``` ### -Description -{{ Provide a description of the Teams Emergency Calling policy to identify purpose of setting it. }} + Provide a description of the Teams Emergency Calling policy to identify purpose of setting it. ```yaml Type: String @@ -76,7 +76,7 @@ Accept wildcard characters: False ``` ### -ExternalLocationLookupMode -{{ Enable ExternalLocationLookupMode }} + Enable ExternalLocationLookupMode ```yaml Type: ExternalLocationLookupMode @@ -92,7 +92,7 @@ Accept wildcard characters: False ``` ### -Force -{{ The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required. }} + The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required. ```yaml Type: SwitchParameter @@ -107,7 +107,7 @@ Accept wildcard characters: False ``` ### -Identity -{{ The Identity parameter is a unique identifier that designates the name of the policy }} + The Identity parameter is a unique identifier that designates the name of the policy ```yaml Type: XdsIdentity @@ -122,7 +122,7 @@ Accept wildcard characters: False ``` ### -Instance -{{ The Instance parameter allows you to pass a reference to an object to the cmdlet, rather than set individual parameter values. You can retrieve this object reference by calling the Get-CsTeamsEmergencyCallingPolicy cmdlet. }} + The Instance parameter allows you to pass a reference to an object to the cmdlet, rather than set individual parameter values. You can retrieve this object reference by calling the Get-CsTeamsEmergencyCallingPolicy cmdlet. ```yaml Type: PSObject @@ -137,7 +137,7 @@ Accept wildcard characters: False ``` ### -NotificationDialOutNumber -{{ This parameter represents PSTN number which can be dialed out if NotificationMode is set to either of the two Conference values }} + This parameter represents PSTN number which can be dialed out if NotificationMode is set to either of the two Conference values ```yaml Type: String @@ -152,7 +152,7 @@ Accept wildcard characters: False ``` ### -NotificationGroup -{{ NotificationGroup is a email list of users and groups to be notified of an emergency call}} + NotificationGroup is a email list of users and groups to be notified of an emergency call ```yaml Type: String @@ -167,7 +167,7 @@ Accept wildcard characters: False ``` ### -NotificationMode -{{ The type of conference experience for security desk notification }} + The type of conference experience for security desk notification ```yaml Type: Microsoft.Rtc.Management.WritableConfig.Policy.Teams.NotificationMode @@ -183,7 +183,7 @@ Accept wildcard characters: False ``` ### -Tenant -{{ Specify the tenant id }} + Specify the tenant id ```yaml Type: System.Guid