Skip to content

Commit 4f7838d

Browse files
authored
Merge branch 'master' into patch-1
2 parents ce99ed1 + 63559eb commit 4f7838d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

exchange/exchange-ps/exchange/Connect-ExchangeOnline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Accept wildcard characters: False
155155
156156
The AzureADAuthorizationEndpointUri parameter specifies the Azure AD Authorization endpoint that can issue OAuth2 access tokens. The following Exchange Online PowerShell environments and related values are supported:
157157
158-
- Microsoft 365 or Microsoft 365 GCC: Don't use this parameter.
158+
- Microsoft 365 or Microsoft 365 GCC: Don't use this parameter. The required value is `https://login.microsoftonline.com/common`, but that's also the default value, so you don't need to use this parameter.
159159
- Office 365 Germany: `https://login.microsoftonline.de/common`
160160
- Microsoft 365 GCC High or Microsoft 365 DoD: `https://login.microsoftonline.us/common`
161161

exchange/exchange-ps/exchange/Connect-IPPSSession.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This example connects to standalone Exchange Online Protection PowerShell in an
7171
### -ConnectionUri
7272
The ConnectionUri parameter specifies the connection endpoint for the remote PowerShell session. The following PowerShell environments and related values are supported:
7373

74-
- Security & Compliance Center PowerShell in Microsoft 365 or Microsoft 365 GCC: Don't use this parameter.
74+
- Security & Compliance Center PowerShell in Microsoft 365 or Microsoft 365 GCC: Don't use this parameter. The required value is `https://ps.compliance.protection.outlook.com/powershell-liveid/`, but that's also the default value, so you don't need to use this parameter.
7575
- Security & Compliance Center PowerShell in Office 365 Germany: `https://ps.compliance.protection.outlook.de/PowerShell-LiveID`
7676
- Security & Compliance Center PowerShell in Microsoft GCC High: `https://ps.compliance.protection.office365.us/powershell-liveid/`
7777
- Security & Compliance Center PowerShell in Microsoft DoD: `https://l5.ps.compliance.protection.office365.us/powershell-liveid/`
@@ -93,7 +93,7 @@ Accept wildcard characters: False
9393
### -AzureADAuthorizationEndpointUri
9494
The AzureADAuthorizationEndpointUri parameter specifies the Azure AD Authorization endpoint that can issue OAuth2 access tokens. The following PowerShell environments and related values are supported:
9595
96-
- Security & Compliance Center PowerShell in Microsoft 365 or Microsoft 365 GCC: Don't use this parameter.
96+
- Security & Compliance Center PowerShell in Microsoft 365 or Microsoft 365 GCC: Don't use this parameter. The required value is `https://login.microsoftonline.com/common`, but that's also the default value, so you don't need to use this parameter.
9797
- Security & Compliance Center PowerShell in Office 365 Germany: `https://login.microsoftonline.de/common`
9898
- Security & Compliance Center PowerShell in Microsoft GCC High or Microsoft DoD: `https://login.microsoftonline.us/common`
9999

skype/skype-ps/skype/Disable-CsOnlineSipDomain.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ This cmdlet facilitates consolidation of multiple Skype for Business Server depl
4343
This cmdlet may also be useful for organizations with on-premises deployments of Skype for Business Server that have not properly configured Azure AD Connect. If the organization does not sync msRTCSIP-DeploymentLocator for its users, then Skype for Business Online will attempt to provision online any users with an assigned Skype for Business license, despite there being users on-premises. While the correct fix is to update the configuration for Azure AD Connect to sync those attributes, using Disable-CsOnlineSipDomain can also mitigate the problem until that configuration change can be made. If this cmdlet is run, any users that were previously provisioned online in that domain will be de-provisioned in Skype for Business Online.
4444

4545
> [!IMPORTANT]
46-
> This cmdlet should not be run for domains that contain users hosted in Skype for Business Online. Any users in a sip domain that are already provisioned *online* will cease to function if you disable the online sip domain:
46+
> This cmdlet should not be run for domains that contain users hosted in Skype for Business Online or Microsoft Teams. Any users in a sip domain that are already provisioned *online* will cease to function if you disable the online sip domain:
4747
>
4848
> - Their SIP addresses will be removed.
49-
> - All contacts and meetings for these users hosted in Skype for Business Online will be deleted.
50-
> - These users will no longer be able to login to the Skype for Business Online environment.
49+
> - All contacts and meetings for these users hosted in Skype for Business Online or Microsoft Teams will be deleted.
50+
> - These users will no longer be able to login to the Skype for Business Online or Microsoft Teams environment.
5151
> - If these users use Teams, they will no longer be able to inter-operate with Skype for Business users, nor will they be able to federate with any users in other organizations.
5252
5353
> [!NOTE]

skype/skype-ps/skype/Grant-CsTeamsVideoInteropServicePolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ A: The policy is cached for 6 hours. Changes to the policy are updated after the
5959
### Example 1: The whole tenant has the same provider
6060

6161
```powershell
62-
Grant-CsTeamsVideoInteropServicePolicy -PolicyName <Identity of the Policy | $null>
62+
Grant-CsTeamsVideoInteropServicePolicy -PolicyName <Identity of the Policy | $null> -Global
6363
```
6464

6565
Specify the provider for the whole tenant or use the value $null to remove the tenant-level provider and let the whole tenant fall back to the Global policy.

0 commit comments

Comments
 (0)