Skip to content

Commit f67e587

Browse files
authored
Merge pull request MicrosoftDocs#7828 from get-itips/patch-356
Adding more info about Teams
2 parents 06ff0dc + 81ffb81 commit f67e587

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

skype/skype-ps/skype/New-CsExternalAccessPolicy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ New external access policies can be created by using the New-CsExternalAccessPol
6060
Note that these policies can only be created at the site or the per-user scope; you cannot create a new policy at the global scope.
6161
In addition, you can have only one external access policy per site: if the Redmond site already has been assigned an external access policy you cannot create a second policy for the site.
6262

63-
The following parameters are not applicable to Skype for Business Online: Description, EnableXmppAccess, Force, Identity, InMemory, PipelineVariable, and Tenant
63+
The following parameters are not applicable to Skype for Business Online/Microsoft Teams: Description, EnableXmppAccess, Force, Identity, InMemory, PipelineVariable, and Tenant
6464

6565
## EXAMPLES
6666

@@ -142,6 +142,7 @@ Accept wildcard characters: False
142142
143143
### -EnableFederationAccess
144144
Indicates whether the user is allowed to communicate with people who have SIP accounts with a federated organization.
145+
Read [Manage external access in Microsoft Teams](/microsoftteams/manage-external-access) to get more information about the effect of this parameter in Microsoft Teams.
145146
The default value is False.
146147
147148
```yaml
@@ -176,6 +177,7 @@ Accept wildcard characters: False
176177
177178
### -EnablePublicCloudAccess
178179
Indicates whether the user is allowed to communicate with people who have SIP accounts with a public Internet connectivity provider such as MSN.
180+
Read [Manage external access in Microsoft Teams](/microsoftteams/manage-external-access) to get more information about the effect of this parameter in Microsoft Teams.
179181
The default value is False.
180182
181183
```yaml

skype/skype-ps/skype/Set-CsExternalAccessPolicy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ After an external access policy has been created, you can use the `Set-CsExterna
6060
For example, by default the global policy does not allow users to communicate with people who have accounts with a federated organization.
6161
If you would like to grant this capability to all of your users you can call the `Set-CsExternalAccessPolicy` cmdlet and set the value of the global policy's EnableFederationAccess property to True.
6262

63-
The following parameters are not applicable to Skype for Business Online: Description, EnableXmppAccess, Force, Identity, Instance, PipelineVariable, and Tenant
63+
The following parameters are not applicable to Skype for Business Online/Microsoft Teams: Description, EnableXmppAccess, Force, Identity, Instance, PipelineVariable, and Tenant
6464

6565
## EXAMPLES
6666

@@ -167,6 +167,7 @@ Accept wildcard characters: False
167167
168168
### -EnableFederationAccess
169169
Indicates whether the user is allowed to communicate with people who have SIP accounts with a federated organization.
170+
Read [Manage external access in Microsoft Teams](/microsoftteams/manage-external-access) to get more information about the effect of this parameter in Microsoft Teams.
170171
The default value is False.
171172
172173
@@ -185,6 +186,7 @@ Accept wildcard characters: False
185186
186187
### -EnablePublicCloudAccess
187188
Indicates whether the user is allowed to communicate with people who have SIP accounts with a public Internet connectivity provider such as MSN.
189+
Read [Manage external access in Microsoft Teams](/microsoftteams/manage-external-access) to get more information about the effect of this parameter in Microsoft Teams.
188190
The default value is False.
189191
190192

0 commit comments

Comments
 (0)