Skip to content

Commit 0b5e023

Browse files
authored
Update Set-CsExternalUserCommunicationPolicy.md
1 parent 7f78403 commit 0b5e023

File tree

1 file changed

+7
-23
lines changed

1 file changed

+7
-23
lines changed

skype/skype-ps/skype/Set-CsExternalUserCommunicationPolicy.md

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Modifies the property values of an existing external user communication policy.
1313
## SYNTAX
1414

1515
```
16-
Set-CsExternalUserCommunicationPolicy [-EnableFileTransfer <Object>] [-AllowTitleVisibility <Object>] [-Confirm] [-AllowPresenceVisibility <Object>] [-EnableP2PFileTransfer <Object>] [[-Identity] <Object>] [-Tenant <Object>] [-WhatIf] [-Force] [-Instance <Object>] [-AsJob]
16+
Set-CsExternalUserCommunicationPolicy [-EnableFileTransfer <Boolean>] [-AllowTitleVisibility <Boolean>] [-Confirm] [-AllowPresenceVisibility <Boolean>] [-EnableP2PFileTransfer <Boolean>] [[-Identity] <XdsIdentity>] [-Tenant <Guid>] [-WhatIf] [-Force] [-Instance <PSObject>] [-AsJob]
1717
```
1818

1919
## DESCRIPTION
@@ -41,7 +41,7 @@ This example sets the EnableP2PFileTransfer property to False for the Global pol
4141
This parameter is reserved for internal Microsoft use.
4242

4343
```yaml
44-
Type: Object
44+
Type: Boolean
4545
Parameter Sets: (All)
4646
Aliases:
4747
Applicable: Skype for Business Online
@@ -57,23 +57,7 @@ Accept wildcard characters: False
5757
This parameter is reserved for internal Microsoft use.
5858
5959
```yaml
60-
Type: Object
61-
Parameter Sets: (All)
62-
Aliases:
63-
Applicable: Skype for Business Online
64-
65-
Required: False
66-
Position: Named
67-
Default value: None
68-
Accept pipeline input: False
69-
Accept wildcard characters: False
70-
```
71-
72-
### -BypassDualWrite
73-
This parameter is reserved for internal Microsoft use.
74-
75-
```yaml
76-
Type: Object
60+
Type: Boolean
7761
Parameter Sets: (All)
7862
Aliases:
7963
Applicable: Skype for Business Online
@@ -105,7 +89,7 @@ Accept wildcard characters: False
10589
This parameter is reserved for internal Microsoft use.
10690
10791
```yaml
108-
Type: Object
92+
Type: Boolean
10993
Parameter Sets: (All)
11094
Aliases:
11195
Applicable: Skype for Business Online
@@ -121,7 +105,7 @@ Accept wildcard characters: False
121105
Indicates whether file transfers to Federated partners are allowed. The default value is True.
122106
123107
```yaml
124-
Type: Object
108+
Type: Boolean
125109
Parameter Sets: (All)
126110
Aliases:
127111
Applicable: Skype for Business Online
@@ -152,7 +136,7 @@ Accept wildcard characters: False
152136
Unique identifier for the external user communication policy to be created.
153137
154138
```yaml
155-
Type: Object
139+
Type: XdsIdentity
156140
Parameter Sets: (All)
157141
Aliases:
158142
Applicable: Skype for Business Online
@@ -192,7 +176,7 @@ Get-CsTenant | Select-Object DisplayName, TenantID
192176
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.
193177
194178
```yaml
195-
Type: Object
179+
Type: Guid
196180
Parameter Sets: (All)
197181
Aliases:
198182
Applicable: Skype for Business Online

0 commit comments

Comments
 (0)