Skip to content

Commit 95900c1

Browse files
authored
Merge branch 'master' into patch-25
2 parents f75a5cb + 3ea9de3 commit 95900c1

File tree

6 files changed

+65
-24
lines changed

6 files changed

+65
-24
lines changed

exchange/exchange-ps/exchange/organization/Set-OrganizationConfig.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Set-OrganizationConfig
3030
[-AppsForOfficeEnabled <Boolean>]
3131
[-AsyncSendEnabled <Boolean>]
3232
[-AuditDisabled <Boolean>]
33+
[-AutodiscoverPartialDirSync <Boolean>]
3334
[-AutoEnableArchiveMailbox <Boolean>]
3435
[-AutoExpandingArchive]
3536
[-BookingsEnabled <Boolean>]
@@ -542,6 +543,26 @@ Accept pipeline input: False
542543
Accept wildcard characters: False
543544
```
544545
546+
### -AutodiscoverPartialDirSync
547+
This parameter is available only in the cloud-based service.
548+
549+
The AutodiscoverPartialDirSync parameter is for scenarios where tenants have Directory Synced some of their Active Directory users into the cloud, but still have on-premises Exchange users that are not Directory Synced. Setting this parameter to $true will cause unknown users to be redirected to the on-premises endpoint and will allow on-premises users to discover their mailbox automatically. Online email addresses will be susceptible to enumeration. We recommend full Directory Sync for all Active Directory users and leaving this parameter with the default $false.
550+
551+
After you enable AutodiscoverPartialDirSync, it will take approximately 3 hours to fully saturate across the cloud.
552+
553+
```yaml
554+
Type: Boolean
555+
Parameter Sets: Default
556+
Aliases:
557+
Applicable: Exchange Online
558+
559+
Required: False
560+
Position: Named
561+
Default value: None
562+
Accept pipeline input: False
563+
Accept wildcard characters: False
564+
```
565+
545566
### -AutoEnableArchiveMailbox
546567
This parameter is available only in the cloud-based service.
547568

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteDataEncryptionPolicy.md

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414

1515
## SYNOPSIS
1616

17-
.
17+
Validates the encryption of a Group Site, Team Site, or OneDrive for Business site if a Customer Key has been registered for the site.
1818

1919
## SYNTAX
2020

@@ -24,7 +24,9 @@ Get-SPOSiteDataEncryptionPolicy [-Identity] <SpoSitePipeBind> [<CommonParameters
2424

2525
## DESCRIPTION
2626

27-
.
27+
When a Customer Key has been configured in the Azure tenant, it is possible to set and subsequently verify the encryption status of a SharePoint Online or OneDrive for Business site. This cmdlet verifies the encryption status of the particular site.
28+
29+
This cmdlet will return an error if the Azure tenant has not been configured with a Customer Key. See the Related Links section for more information on how to configure the Customer Key.
2830

2931
## EXAMPLES
3032

@@ -34,13 +36,13 @@ Get-SPOSiteDataEncryptionPolicy [-Identity] <SpoSitePipeBind> [<CommonParameters
3436
Get-SPOSiteDataEncryptionPolicy https://contoso.sharepoint.com/sites/Research
3537
```
3638

37-
.
39+
Verifies the encryption of the site https://contoso.sharepoint.com/sites/Research.
3840

3941
## PARAMETERS
4042

4143
### -Identity
4244

43-
.
45+
The URL of the Site Collection.
4446

4547
```yaml
4648
Type: SpoSitePipeBind
@@ -58,4 +60,28 @@ Accept wildcard characters: False
5860
5961
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
6062
61-
## NOTES
63+
## OUTPUTS
64+
### System.String
65+
66+
The URI of the primary key.
67+
68+
### System.String
69+
70+
The URI of the secondary key.
71+
72+
### System.Object
73+
74+
The encryption status for the geo. Possible states include:
75+
76+
* Unregistered: Customer Key encryption has not yet been applied.
77+
* Registering: Customer Key encryption has been applied and your files are in the process of being encrypted. If your geo is in this state, you'll also be shown information on what percentage of sites in the geo are complete so that you can monitor encryption progress.
78+
* Registered: Customer Key encryption has been applied, and all files in all sites have been encrypted.
79+
* Rolling: A key roll is in progress. If your geo is in this state, you'll also be shown information on what percentage of sites have completed the key roll operation so that you can monitor progress.
80+
81+
## RELATED LINKS
82+
83+
[Register-SPODataEncryptionPolicy](https://docs.microsoft.com/powershell/module/sharepoint-online/register-spodataencryptionpolicy)
84+
85+
[Controlling your data in Office 365 using Customer Key](https://docs.microsoft.com/microsoft-365/compliance/controlling-your-data-using-customer-key)
86+
87+
[Office 365: Setting up Customer Key for SharePoint Online and OneDrive for Business](https://docs.microsoft.com/microsoft-365/compliance/controlling-your-data-using-customer-key#office-365-setting-up-customer-key-for-sharepoint-online-and-onedrive-for-business)

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOUnifiedGroup.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414

1515
## SYNOPSIS
1616

17-
.
17+
Retrieves the Preferred Data Location for the specified Office 365 Group.
1818

1919
## SYNTAX
2020

@@ -24,23 +24,22 @@ Get-SPOUnifiedGroup [-GroupAlias] <string> [<CommonParameters>]
2424

2525
## DESCRIPTION
2626

27-
.
27+
Retrieves the Preferred Data Location (PDL) for the specified Office 365 Group. The customer tenant must be multi-geo enabled.
2828

2929
## EXAMPLES
3030

3131
### Example 1
3232

3333
```powershell
34-
Get-SPOUnifiedGroup -GroupAlias <string>
34+
Get-SPOUnifiedGroup -GroupAlias EUTeam
3535
```
36-
37-
.
36+
Returns the PDL for the Office 365 Group named 'EUTeam'.
3837

3938
## PARAMETERS
4039

4140
### -GroupAlias
4241

43-
.
42+
The alias of the Office 365 Group.
4443

4544
```yaml
4645
Type: String
@@ -59,3 +58,7 @@ Accept wildcard characters: False
5958
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
6059
6160
## NOTES
61+
62+
## RELATED LINKS
63+
64+
[Move a SharePoint site to a different geo ___location](https://docs.microsoft.com/office365/enterprise/move-sharepoint-between-geo-locations)

skype/skype-ps/skype/Get-CsTeamsMobilityPolicy.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ The TeamsMobilityPolicy allows Admins to control Teams mobile usage for users.
3434

3535
The Get-CsTeamsMobilityPolicy cmdlet allows administrators to get all teams mobility policies.
3636

37+
NOTE: Please note that this cmdlet was deprecated and then removed from this PowerShell module. This reference will continue to be listed here for legacy purposes.
38+
39+
3740
## EXAMPLES
3841

3942
### Example 1

skype/skype-ps/skype/Set-CsOnlinePSTNGateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Accept wildcard characters: False
275275
```
276276
277277
### -SipSignalingPort
278-
Listening port used for communicating with Direct Routing services by using the Transport Layer Security (TLS) protocol. The value must be between 1 and 65535.
278+
Listening port used for communicating with Direct Routing services by using the Transport Layer Security (TLS) protocol. The value must be between 1 and 65535. Please note: Spelling of this parameter changed recently from SipSignallingPort to SipSignalingPort.
279279
280280
```yaml
281281
Type: Int32

teams/teams-ps/teams/teams.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,24 +46,12 @@ The following cmdlet references are for Microsoft Teams.
4646
### [Get-TeamMessagingSettings](Get-TeamMessagingSettings.md)
4747
{{Manually Enter Get-TeamMessagingSettings Description Here}}
4848

49-
### [Get-TeamPolicyPackage](Get-TeamPolicyPackage.md)
50-
{{Manually Enter Get-TeamPolicyPackage Description Here}}
51-
5249
### [Get-TeamsApp](Get-TeamsApp.md)
5350
{{Manually Enter Get-TeamsApp Description Here}}
5451

5552
### [Get-TeamUser](Get-TeamUser.md)
5653
{{Manually Enter Get-TeamUser Description Here}}
5754

58-
### [Get-TeamUserPolicyPackage](Get-TeamUserPolicyPackage.md)
59-
{{Manually Enter Get-TeamUserPolicyPackage Description Here}}
60-
61-
### [Get-TeamUserPolicyPackageRecommendation](Get-TeamUserPolicyPackageRecommendation.md)
62-
{{Manually Enter Get-TeamUserPolicyPackageRecommendation Description Here}}
63-
64-
### [Grant-TeamUserPolicyPackage](Grant-TeamUserPolicyPackage.md)
65-
{{Manually Enter Grant-TeamUserPolicyPackage Description Here}}
66-
6755
### [New-Team](New-Team.md)
6856
{{Manually Enter New-Team Description Here}}
6957

0 commit comments

Comments
 (0)