Skip to content

Commit 29f34af

Browse files
authored
Merge pull request MicrosoftDocs#1202 from dariomws306/patch-4
Update New-CsExternalUserCommunicationPolicy.md
2 parents 2ddeda8 + 56a5e30 commit 29f34af

File tree

1 file changed

+98
-3
lines changed

1 file changed

+98
-3
lines changed

skype/skype-ps/skype/New-CsExternalUserCommunicationPolicy.md

Lines changed: 98 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ Creates a new external user communication policy for use in your organization to
1313
## SYNTAX
1414

1515
```
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>]
1817
```
1918

2019
## DESCRIPTION
@@ -24,7 +23,7 @@ This cmdlet allows you to block P2P file transfer with Federated partners only.
2423

2524
## EXAMPLES
2625

27-
### Example 1
26+
### -------------------------- Example 1 --------------------------
2827
```
2928
PS C:\> New-CsExternalUserCommunicationPolicy -Identity BlockExternalP2PFileTransfer -EnableP2PFileTransfer $False
3029
```
@@ -33,6 +32,54 @@ This example creates a new policy to block external file transfer. Then you can
3332

3433
## PARAMETERS
3534

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+
3683
### -Confirm
3784
Prompts you for confirmation before executing the command.
3885
@@ -65,6 +112,38 @@ Accept pipeline input: False
65112
Accept wildcard characters: False
66113
```
67114
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+
68147
### -Identity
69148
Unique identifier for the external user communication policy to be created.
70149
@@ -81,6 +160,22 @@ Accept pipeline input: False
81160
Accept wildcard characters: False
82161
```
83162
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+
84179
### -Tenant
85180
Globally unique identifier (GUID) of the tenant account whose external user communication policy are being created. For example:
86181

0 commit comments

Comments
 (0)