Skip to content

Commit 471a804

Browse files
authored
Update Get-CsExternalUserCommunicationPolicy.md
I don't see -BypassDualWrite with PlatyPS and SfBO PowerShell
1 parent 35e4417 commit 471a804

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

skype/skype-ps/skype/Get-CsExternalUserCommunicationPolicy.md

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Returns information about one or more external user communication policies confi
1414
## SYNTAX
1515

1616
```
17-
Get-CsExternalUserCommunicationPolicy [[-Identity] <Object>] [-BypassDualWrite <Object>] [-Filter <Object>] [-LocalStore] [-Tenant <Object>] [-AsJob] [<CommonParameters>]
17+
Get-CsExternalUserCommunicationPolicy [[-Identity] <XdsIdentity>] [-Filter <String>] [-LocalStore] [-Tenant <Guid>] [-AsJob] [<CommonParameters>]
1818
```
1919

2020
## DESCRIPTION
@@ -52,27 +52,11 @@ This example uses the Filter parameter to retrieve all the external user communi
5252

5353
## PARAMETERS
5454

55-
### -BypassDualWrite
56-
This parameter is reserved for internal Microsoft use.
57-
58-
```yaml
59-
Type: Object
60-
Parameter Sets: (All)
61-
Aliases:
62-
Applicable: Skype for Business Online
63-
64-
Required: False
65-
Position: Named
66-
Default value: None
67-
Accept pipeline input: False
68-
Accept wildcard characters: False
69-
```
70-
7155
### -Filter
7256
This parameter accepts a wildcard string and returns all external user communication policies with identities matching that string. For example, a Filter value of tag:* will return all external user communication policies excluding Global policy.
7357

7458
```yaml
75-
Type: Object
59+
Type: String
7660
Parameter Sets: (All)
7761
Aliases:
7862
Applicable: Skype for Business Online
@@ -88,7 +72,7 @@ Accept wildcard characters: False
8872
Unique identifier for the external user communication policy to be created.
8973
9074
```yaml
91-
Type: Object
75+
Type: XdsIdentity
9276
Parameter Sets: (All)
9377
Aliases:
9478
Applicable: Skype for Business Online
@@ -127,7 +111,7 @@ Get-CsTenant | Select-Object DisplayName, TenantID
127111
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.
128112
129113
```yaml
130-
Type: Object
114+
Type: Guid
131115
Parameter Sets: (All)
132116
Aliases:
133117
Applicable: Skype for Business Online

0 commit comments

Comments
 (0)