@@ -13,8 +13,7 @@ Creates a new external user communication policy for use in your organization to
13
13
## SYNTAX
14
14
15
15
```
16
- New-CsExternalUserCommunicationPolicy [[-Identity] <Object>] [-EnableP2PFileTransfer <Object>] [-Confirm] [-Tenant <Object>] [-AsJob] [-WhatIf]
17
- [<CommonParameters>]
16
+ New-CsExternalUserCommunicationPolicy [[-Identity] <Object>] [-AllowPresenceVisibility <Object>] [-AllowTitleVisibility <Object>] [-BypassDualWrite <Object>] [-Confirm] [-EnableFileTransfer <Object>] [-EnableP2PFileTransfer <Object>] [-Force] [-InMemory] [-Tenant <Object>] [-WhatIf] [-AsJob] [<CommonParameters>]
18
17
```
19
18
20
19
## DESCRIPTION
@@ -24,7 +23,7 @@ This cmdlet allows you to block P2P file transfer with Federated partners only.
24
23
25
24
## EXAMPLES
26
25
27
- ### Example 1
26
+ ### -------------------------- Example 1 --------------------------
28
27
```
29
28
PS C:\> New-CsExternalUserCommunicationPolicy -Identity BlockExternalP2PFileTransfer -EnableP2PFileTransfer $False
30
29
```
@@ -33,6 +32,54 @@ This example creates a new policy to block external file transfer. Then you can
33
32
34
33
## PARAMETERS
35
34
35
+ ### -AllowPresenceVisibility
36
+ {{Fill AllowPresenceVisibility Description}}
37
+
38
+ ``` yaml
39
+ Type : Object
40
+ Parameter Sets : (All)
41
+ Aliases :
42
+ Applicable : Skype for Business Online
43
+
44
+ Required : False
45
+ Position : Named
46
+ Default value : None
47
+ Accept pipeline input : False
48
+ Accept wildcard characters : False
49
+ ` ` `
50
+
51
+ ### -AllowTitleVisibility
52
+ {{Fill AllowTitleVisibility Description}}
53
+
54
+ ` ` ` yaml
55
+ Type : Object
56
+ Parameter Sets : (All)
57
+ Aliases :
58
+ Applicable : Skype for Business Online
59
+
60
+ Required : False
61
+ Position : Named
62
+ Default value : None
63
+ Accept pipeline input : False
64
+ Accept wildcard characters : False
65
+ ` ` `
66
+
67
+ ### -BypassDualWrite
68
+ {{Fill BypassDualWrite Description}}
69
+
70
+ ` ` ` yaml
71
+ Type : Object
72
+ Parameter Sets : (All)
73
+ Aliases :
74
+ Applicable : Skype for Business Online
75
+
76
+ Required : False
77
+ Position : Named
78
+ Default value : None
79
+ Accept pipeline input : False
80
+ Accept wildcard characters : False
81
+ ` ` `
82
+
36
83
### -Confirm
37
84
Prompts you for confirmation before executing the command.
38
85
@@ -65,6 +112,38 @@ Accept pipeline input: False
65
112
Accept wildcard characters : False
66
113
` ` `
67
114
115
+ ### -EnableFileTransfer
116
+ Indicates whether file transfers to Federated partners are allowed. The default value is True.
117
+
118
+ ` ` ` yaml
119
+ Type : Object
120
+ Parameter Sets : (All)
121
+ Aliases :
122
+ Applicable : Skype for Business Online
123
+
124
+ Required : False
125
+ Position : Named
126
+ Default value : None
127
+ Accept pipeline input : False
128
+ Accept wildcard characters : False
129
+ ` ` `
130
+
131
+ ### -Force
132
+ {{Fill Force Description}}
133
+
134
+ ` ` ` yaml
135
+ Type : SwitchParameter
136
+ Parameter Sets : (All)
137
+ Aliases :
138
+ Applicable : Skype for Business Online
139
+
140
+ Required : False
141
+ Position : Named
142
+ Default value : None
143
+ Accept pipeline input : False
144
+ Accept wildcard characters : False
145
+ ` ` `
146
+
68
147
### -Identity
69
148
Unique identifier for the external user communication policy to be created.
70
149
@@ -81,6 +160,22 @@ Accept pipeline input: False
81
160
Accept wildcard characters : False
82
161
` ` `
83
162
163
+ ### -InMemory
164
+ {{Fill InMemory Description}}
165
+
166
+ ` ` ` yaml
167
+ Type : SwitchParameter
168
+ Parameter Sets : (All)
169
+ Aliases :
170
+ Applicable : Skype for Business Online
171
+
172
+ Required : False
173
+ Position : Named
174
+ Default value : None
175
+ Accept pipeline input : False
176
+ Accept wildcard characters : False
177
+ ` ` `
178
+
84
179
### -Tenant
85
180
Globally unique identifier (GUID) of the tenant account whose external user communication policy are being created. For example:
86
181
0 commit comments