@@ -13,7 +13,7 @@ Modifies the property values of an existing external user communication policy.
13
13
## SYNTAX
14
14
15
15
```
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]
17
17
```
18
18
19
19
## DESCRIPTION
@@ -41,7 +41,7 @@ This example sets the EnableP2PFileTransfer property to False for the Global pol
41
41
This parameter is reserved for internal Microsoft use.
42
42
43
43
``` yaml
44
- Type : Object
44
+ Type : Boolean
45
45
Parameter Sets : (All)
46
46
Aliases :
47
47
Applicable : Skype for Business Online
@@ -57,23 +57,7 @@ Accept wildcard characters: False
57
57
This parameter is reserved for internal Microsoft use.
58
58
59
59
` ` ` 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
77
61
Parameter Sets : (All)
78
62
Aliases :
79
63
Applicable : Skype for Business Online
@@ -105,7 +89,7 @@ Accept wildcard characters: False
105
89
This parameter is reserved for internal Microsoft use.
106
90
107
91
` ` ` yaml
108
- Type : Object
92
+ Type : Boolean
109
93
Parameter Sets : (All)
110
94
Aliases :
111
95
Applicable : Skype for Business Online
@@ -121,7 +105,7 @@ Accept wildcard characters: False
121
105
Indicates whether file transfers to Federated partners are allowed. The default value is True.
122
106
123
107
` ` ` yaml
124
- Type : Object
108
+ Type : Boolean
125
109
Parameter Sets : (All)
126
110
Aliases :
127
111
Applicable : Skype for Business Online
@@ -152,7 +136,7 @@ Accept wildcard characters: False
152
136
Unique identifier for the external user communication policy to be created.
153
137
154
138
` ` ` yaml
155
- Type : Object
139
+ Type : XdsIdentity
156
140
Parameter Sets : (All)
157
141
Aliases :
158
142
Applicable : Skype for Business Online
@@ -192,7 +176,7 @@ Get-CsTenant | Select-Object DisplayName, TenantID
192
176
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.
193
177
194
178
` ` ` yaml
195
- Type : Object
179
+ Type : Guid
196
180
Parameter Sets : (All)
197
181
Aliases :
198
182
Applicable : Skype for Business Online
0 commit comments