Skip to content

Commit be995fe

Browse files
authored
Update Remove-CsExternalUserCommunicationPolicy.md
I don't see -BypassDualWrite with PlatyPS and SfBO PowerShell
1 parent f23a315 commit be995fe

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

skype/skype-ps/skype/Remove-CsExternalUserCommunicationPolicy.md

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Removes the specified external user communication policy.
1313
## SYNTAX
1414

1515
```
16-
Remove-CsExternalUserCommunicationPolicy [[-Identity] <Object>] [-BypassDualWrite <Object>] [-Confirm] [-Force] [-Tenant <Object>] [-WhatIf] [-AsJob] [<CommonParameters>]
16+
Remove-CsExternalUserCommunicationPolicy [[-Identity] <XdsIdentity>] [-Confirm] [-Force] [-Tenant <Guid>] [-WhatIf] [-AsJob] [<CommonParameters>]
1717
1818
```
1919

@@ -38,22 +38,6 @@ This example removes all the external user communication policies that can be as
3838

3939
## PARAMETERS
4040

41-
### -BypassDualWrite
42-
This parameter is reserved for internal Microsoft use.
43-
44-
```yaml
45-
Type: Object
46-
Parameter Sets: (All)
47-
Aliases:
48-
Applicable: Skype for Business Online
49-
50-
Required: False
51-
Position: Named
52-
Default value: None
53-
Accept pipeline input: False
54-
Accept wildcard characters: False
55-
```
56-
5741
### -Confirm
5842
Prompts you for confirmation before executing the command.
5943

@@ -90,7 +74,7 @@ Accept wildcard characters: False
9074
Unique identifier for the external user communication policy to be created.
9175
9276
```yaml
93-
Type: Object
77+
Type: XdsIdentity
9478
Parameter Sets: (All)
9579
Aliases:
9680
Applicable: Skype for Business Online
@@ -114,7 +98,7 @@ Get-CsTenant | Select-Object DisplayName, TenantID
11498
If you are using a remote session of Windows PowerShell and are connected only to Skype for Business Online you do not have to include the Tenant parameter. Instead, the tenant ID will automatically be filled in for you based on your connection information. The Tenant parameter is primarily for use in a hybrid deployment.
11599
116100
```yaml
117-
Type: Object
101+
Type: String
118102
Parameter Sets: (All)
119103
Aliases:
120104
Applicable: Skype for Business Online

0 commit comments

Comments
 (0)