Skip to content

Commit 3d25a44

Browse files
authored
Merge branch 'master' into patch-2
2 parents ef67e21 + 5b41f67 commit 3d25a44

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Revoke-SPOHubSiteRights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Accept wildcard characters: False
5454
5555
### -Principals
5656
57-
One or more principles to add permissions for.
57+
One or more principles to revoke the permissions for.
5858
5959
```yaml
6060
Type: String[]

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,8 @@ To disable a specific web part you need to enter its GUID as the parameter: Amaz
619619
620620
You can enter in multiple GUIDs by using a comma to separate them. To view a list of disabled web parts, use Get-SPOTenant to get DisabledWebPartIds.
621621
622-
To reenable disabled web parts, use the Set-SPOTenant with the -DisabledWebPartIds parameter and corresponding GUIDs. To enable all of them again, use Set-SPOTenant -DisabledWebPartIds $null.
622+
To re-enable some disabled web parts, use the Set-SPOTenant with the -DisabledWebPartIds parameter and corresponding GUIDs that you still want to keep disabling. To re-enable all disabled web parts, use Set-SPOTenant -DisabledWebPartIds @().
623+
623624
624625
```yaml
625626
Type: Guid[]

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Disable-CsOnlineSipDomain
99

1010
## SYNOPSIS
11-
This cmdlet prevents provisioning of users in Skype for Business Online for the specified domain. This cmdlet allows organizations with multiple on-premises deployments of Skype For Business Server or Lync Server to safely synchronize users from multiple forests into a single Office 365 tenant. **IMPORTANT:** Only 1 Skype for Business forest can be in hybrid mode at a given time. For full details on this scenario, including step-by-step instructions, see [Cloud consolidation for Teams and Skype for Business](https://docs.microsoft.com/skypeforbusiness/hybrid/cloud-consolidation).
11+
This cmdlet prevents provisioning of users in Skype for Business Online for the specified domain. This cmdlet allows organizations with multiple on-premises deployments of Skype For Business Server or Lync Server to safely synchronize users from multiple forests into a single Office 365 tenant.
1212

1313
## SYNTAX
1414

@@ -19,7 +19,7 @@ Disable-CsOnlineSipDomain -Domain <String> [-Force] [-Confirm] [<CommonParameter
1919
## DESCRIPTION
2020

2121
> [!NOTE]
22-
> Only 1 Skype for Business forest can be in hybrid mode at a given time. For full details on this scenario, including step-by-step instructions, see [Cloud consolidation for Teams and Skype for Business](https://docs.microsoft.com/skypeforbusiness/hybrid/cloud-consolidation).
22+
> Only one Skype for Business forest can be in hybrid mode at a given time. For full details on this scenario, including step-by-step instructions, see [Cloud consolidation for Teams and Skype for Business](https://docs.microsoft.com/skypeforbusiness/hybrid/cloud-consolidation).
2323
2424
This cmdlet enables organizations with *multiple on-premises deployments of Skype for Business Server (or Lync Server)* to safely synchronize users from multiple forests into a single Office 365 tenant. When an online SIP domain is disabled in Skype for Business Online, provisioning is blocked for users in this SIP domain. This ensures routing for any on-premises users in this SIP domain continues to function properly.
2525

@@ -115,4 +115,7 @@ This cmdlet is for advanced scenarios only. Organizations that are pure online
115115
## RELATED LINKS
116116
117117
[Enable-CsOnlineSipDomain](Enable-CsOnlineSipDomain.md)
118+
118119
[Get-CsOnlineSipDomain](Get-CsOnlineSipDomain.md)
120+
121+
[Cloud consolidation for Teams and Skype for Business](https://docs.microsoft.com/skypeforbusiness/hybrid/cloud-consolidation)

0 commit comments

Comments
 (0)