Skip to content

Commit 4026972

Browse files
committed
Merge branch 'master' into ASL-chrisda
2 parents 9cd7883 + 536831e commit 4026972

16 files changed

+101
-100
lines changed

exchange/docs-conceptual/connect-to-scc-powershell.md

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ To use the older, less secure remote PowerShell connection instructions that [wi
2525

2626
To use the older Exchange Online Remote PowerShell Module to connect to Security & Compliance Center PowerShell using MFA, see [V1 module - Connect to Security & Compliance Center PowerShell using MFA](v1-module-mfa-connect-to-scc-powershell.md). Note that this older version of the module will eventually be retired.
2727

28+
> [!NOTE]
29+
> Currently, you can't use the EXO V2 module to connect to Security & Compliance Center PowerShell in GCC High or DoD environments. Instead, use the older instructions at [Basic auth - Connect to Security & Compliance Center PowerShell](basic-auth-connect-to-scc-powershell.md) or [V1 module - Connect to Security & Compliance Center PowerShell using MFA](v1-module-mfa-connect-to-scc-powershell.md).
30+
2831
## What do you need to know before you begin?
2932

3033
- The requirements for installing and using the EXO V2 module are described in [Install and maintain the EXO V2 module](exchange-online-powershell-v2.md#install-and-maintain-the-exo-v2-module).
@@ -60,18 +63,6 @@ If you account uses multi-factor authentication, use the steps in this section.
6063
Connect-IPPSSession -UserPrincipalName [email protected] -ConnectionUri https://ps.compliance.protection.outlook.de/PowerShell-LiveID -AzureADAuthorizationEndPointUri https://login.microsoftonline.de/common
6164
```
6265

63-
**This example connects to Security & Compliance Center PowerShell in a Microsoft GCC High organization**.
64-
65-
```powershell
66-
Connect-IPPSSession -UserPrincipalName [email protected] -ConnectionUri https://ps.compliance.protection.office365.us/powershell-liveid/ -AzureADAuthorizationEndPointUri https://login.microsoftonline.us/common
67-
```
68-
69-
**This example connects to Security & Compliance Center PowerShell in a Microsoft 365 DoD organization**.
70-
71-
```powershell
72-
Connect-IPPSSession -UserPrincipalName [email protected] -ConnectionUri https://l5.ps.compliance.protection.office365.us/powershell-liveid/ -AzureADAuthorizationEndPointUri https://login.microsoftonline.us/common
73-
```
74-
7566
For detailed syntax and parameter information, see [Connect-IPPSSession](https://docs.microsoft.com/powershell/module/exchange/connect-exchangeonline).
7667

7768
> [!NOTE]
@@ -119,18 +110,6 @@ If your account doesn't use multi-factor authentication, use the steps in this s
119110
Connect-IPPSSession -Credential $UserCredential -ConnectionUri https://ps.compliance.protection.outlook.de/
120111
```
121112

122-
**This example connects to Security & Compliance Center PowerShell in a Microsoft GCC High organization**.
123-
124-
```powershell
125-
Connect-IPPSSession -Credential $UserCredential -ConnectionUri https://ps.compliance.protection.office365.us/powershell-liveid/
126-
```
127-
128-
**This example connects to Security & Compliance Center PowerShell in a Microsoft 365 DoD organization**.
129-
130-
```powershell
131-
Connect-IPPSSession -Credential $UserCredential -ConnectionUri https://l5.ps.compliance.protection.office365.us/powershell-liveid/
132-
```
133-
134113
For detailed syntax and parameter information, see [Connect-IPPSSession](https://docs.microsoft.com/powershell/module/exchange/connect-exchangeonline).
135114

136115
> [!NOTE]

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ The AzureADAuthorizationEndpointUri parameter specifies the Azure AD Authorizati
6868

6969
- For Security & Compliance Center PowerShell in Microsoft 365 or Microsoft 365 GCC, don't use this parameter.
7070
- For Security & Compliance Center PowerShell in Office 365 Germany, use the value <https://login.microsoftonline.de/common> for this parameter.
71-
- For Security & Compliance Center PowerShell in Microsoft 365 GCC High and Microsoft 365 DoD, use the value <https://login.microsoftonline.us/common> for this parameter.
7271

7372
```yaml
7473
Type: String
@@ -103,8 +102,6 @@ The ConnectionUri parameter specifies the connection endpoint for the remote Pow
103102
104103
- For Security & Compliance Center PowerShell in Microsoft 365 or Microsoft 365 GCC, don't use this parameter.
105104
- For Security & Compliance Center PowerShell in Office 365 Germany, use the value <https://ps.compliance.protection.outlook.de/PowerShell-LiveID> for this parameter.
106-
- For Security & Compliance Center PowerShell in Microsoft 365 GCC High, use the value <https://ps.compliance.protection.office365.us/powershell-liveid/> for this parameter.
107-
- For Security & Compliance Center PowerShell in Microsoft 365 DoD, use the value <https://l5.ps.compliance.protection.office365.us/powershell-liveid/> for this parameter.
108105
- For Exchange Online Protection PowerShell in standalone EOP organizations without Exchange Online mailboxes, use the value <https://ps.protection.outlook.com/powershell-liveid/> for this parameter.
109106
110107
```yaml

exchange/exchange-ps/exchange/Set-AutoSensitivityLabelRule.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -688,27 +688,15 @@ Accept wildcard characters: False
688688
### -Workload
689689
The Workload parameter specifies the workload. Valid values are:
690690
691-
- AuditAlerting
692-
- DynamicScope
693-
- EndpointDevices
694691
- Exchange
695-
- ExchangeOnPremises
696-
- Intune
697-
- ModernGroup
698692
- OneDriveForBusiness
699-
- PublicFolder
700693
- SharePoint
701-
- SharePointOnPremises
702-
- Skype
703-
- Teams
704-
- ThirdPartyApps
705-
- UnifiedAuditAzure
706694
707695
```yaml
708696
Type: Workload
709697
Parameter Sets: (All)
710698
Aliases:
711-
Accepted values: None, Exchange, SharePoint, Intune, OneDriveForBusiness, PublicFolder, SharePointOnPremises, ExchangeOnPremises, AuditAlerting, Skype, ModernGroup, DynamicScope, Teams, UnifiedAuditAzure, EndpointDevices, ThirdPartyApps
699+
Accepted values: Exchange, SharePoint, OneDriveForBusiness
712700
Applicable: Office 365 Security & Compliance Center
713701

714702
Required: False

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Set-OrganizationConfig
8383
[-MobileAppEducationEnabled <Boolean>]
8484
[-OAuth2ClientProfileEnabled <Boolean>]
8585
[-OnlineMeetingsByDefaultEnabled <Boolean>]
86+
[-OutlookGifPickerDisabled <Boolean>]
8687
[-OutlookMobileGCCRestrictionsEnabled <Boolean>]
8788
[-OutlookMobileHelpShiftEnabled <Boolean>]
8889
[-OutlookMobileSingleAccountEnabled <Boolean>]
@@ -2048,6 +2049,30 @@ Accept pipeline input: False
20482049
Accept wildcard characters: False
20492050
```
20502051

2052+
### -OutlookGifPickerDisabled
2053+
This parameter is available only in the cloud-based service.
2054+
2055+
This feature is currently in Preview, is not available everywhere, and is subject to change.
2056+
2057+
The OutlookGifPickerDisabled parameter disables the GIF Search (powered by Bing) feature that's built into the Compose page in Outlook on the web. Valid values are:
2058+
2059+
- $true: GIF Search in Outlook on the web is disabled.
2060+
2061+
- $false: GIF Search in Outlook on the web is enabled. This is the default value.
2062+
2063+
```yaml
2064+
Type: Boolean
2065+
Parameter Sets: Default
2066+
Aliases:
2067+
Applicable: Exchange Online
2068+
2069+
Required: False
2070+
Position: Named
2071+
Default value: None
2072+
Accept pipeline input: False
2073+
Accept wildcard characters: False
2074+
```
2075+
20512076
### -OutlookMobileGCCRestrictionsEnabled
20522077
This parameter is available only in the cloud-based service.
20532078

exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Set-OwaMailboxPolicy [-Identity] <MailboxPolicyIdParameter>
8787
[-PlacesEnabled <Boolean>]
8888
[-PremiumClientEnabled <Boolean>]
8989
[-PrintWithoutDownloadEnabled <Boolean>]
90+
[-ProjectMocaEnabled <Boolean>]
9091
[-PublicFoldersEnabled <Boolean>]
9192
[-RecoverDeletedItemsEnabled <Boolean>]
9293
[-ReferenceAttachmentsEnabled <Boolean>]
@@ -1580,9 +1581,33 @@ This parameter is available only in the cloud-based service.
15801581
15811582
The PrintWithoutDownloadEnabled specifies whether to allow printing of supported files without downloading the attachment in Outlook on the web. Valid values are:
15821583
1583-
- $true: Supported files can be printed without being downloaded in Outlook web app. This is the default value.
1584+
- $true: Supported files can be printed without being downloaded in Outlook on the web. This is the default value.
15841585
1585-
- $false: Supported files must be downloaded before they can be printed in Outlook web app.
1586+
- $false: Supported files must be downloaded before they can be printed in Outlook on the web.
1587+
1588+
```yaml
1589+
Type: Boolean
1590+
Parameter Sets: (All)
1591+
Aliases:
1592+
Applicable: Exchange Online
1593+
1594+
Required: False
1595+
Position: Named
1596+
Default value: None
1597+
Accept pipeline input: False
1598+
Accept wildcard characters: False
1599+
```
1600+
1601+
### -ProjectMocaEnabled
1602+
**Note**: The feature that's associated with this parameter is currently in Preview, is not available to all organizations, and is subject to change.
1603+
1604+
This parameter is available only in the cloud-based service.
1605+
1606+
The ProjectMocaEnabled parameter enables or disables access to Project Moca in Outlook on the web. Valid values are:
1607+
1608+
- $true: Access to Project Moca is enabled in Outlook on the web.
1609+
1610+
- $false: Access to Project Moca is disabled in Outlook on the web. This is the default value.
15861611
15871612
```yaml
15881613
Type: Boolean
@@ -1866,7 +1891,7 @@ Accept wildcard characters: False
18661891
### -SkipCreateUnifiedGroupCustomSharepointClassification
18671892
This parameter is available only in the cloud-based service.
18681893
1869-
The SkipCreateUnifiedGroupCustomSharepointClassification parameter specifies whether to skip a custom SharePoint page during the creation of Microsoft 365 Groups in Outlook web app. Valid values are:
1894+
The SkipCreateUnifiedGroupCustomSharepointClassification parameter specifies whether to skip a custom SharePoint page during the creation of Microsoft 365 Groups in Outlook on the web. Valid values are:
18701895
18711896
- $true: The custom SharePoint page is skipped when a user creates a Microsoft 365 Group in Outlook on the web. This is the default value.
18721897

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,14 @@ Get-SPOSite -Identity https://contoso.sharepoint.com/sites/research | Select Inf
109109

110110
This example returns the InformationSegments associated to the site.
111111

112+
### -----------------------EXAMPLE 7-----------------------------
113+
114+
```powershell
115+
Get-SPOSite -Filter { Url -like "contoso.sharepoint.com/sites/18" }
116+
```
117+
118+
This example uses server side filtering to return sites matching 18.
119+
112120
## PARAMETERS
113121

114122
### -Detailed
@@ -170,7 +178,7 @@ Accept wildcard characters: False
170178
171179
### -Filter
172180
173-
Specifies the script block of the server-side filter to apply. The type must be a valid filter name and value must be in the form `{$_PropertyName <operator> "filterValue"}`. Valid operators are as follows: eq, ne, like, notlike.
181+
Specifies the script block of the server-side filter to apply. The type must be a valid filter name and value must be in the form `{ PropertyName <operator> "filterValue"}`. Valid operators are as follows: -eq, -ne, -like, -notlike.
174182
Currently, you can filter by these properties: Owner, Template, LockState, Url.
175183

176184
> [!NOTE]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -595,8 +595,8 @@ Note, that some SharePoint system resources such as templates and pages are requ
595595
596596
The valid values are:
597597
598-
- True (default) - The Everyone claim group is displayed in People Picker.
599-
- False - The Everyone claim group is hidden from the People Picker.
598+
- True - The Everyone claim group is displayed in People Picker. This has been the default for tenants older than March 2018
599+
- False (default) - The Everyone claim group is hidden from the People Picker. This has become the new default for new tenants.
600600
601601
```yaml
602602
Type: Boolean
@@ -605,7 +605,7 @@ Aliases:
605605
Applicable: SharePoint Online
606606
Required: False
607607
Position: Named
608-
Default value: True
608+
Default value: False
609609
Accept pipeline input: False
610610
Accept wildcard characters: False
611611
```

sharepoint/sharepoint-ps/sharepoint-server/Mount-SPContentDatabase.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ms.reviewer:
1616

1717
Attaches an existing content database to the farm.
1818

19+
NOTE: Please be aware that if a content database that does not exists is specified, it will be created by this cmdlet.
1920

2021

2122
## SYNTAX
@@ -32,6 +33,7 @@ Mount-SPContentDatabase [-Name] <String> [-WebApplication] <SPWebApplicationPipe
3233
## DESCRIPTION
3334
The Mount-SPContentDatabase cmdlet attaches an existing content database to the farm.
3435
If the database being mounted requires an upgrade, this cmdlet will cause the database to be upgraded.
36+
NOTE: Please be aware that if a content database that does not exists is specified, it will be created by this cmdlet.
3537

3638
The default behavior of this cmdlet causes an upgrade of the schema of the database and initiates upgraded builds for all site collections within the specified content database if required.
3739
To prevent initiation of upgraded builds of site collections, use the NoB2BSiteUpgrade parameter.
@@ -401,4 +403,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
401403
## NOTES
402404

403405
## RELATED LINKS
404-

skype/skype-ps/skype/Grant-CsTeamsUpgradePolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Grant-CsTeamsUpgradePolicy [-Identity] <UserIdParameter>] [-PolicyName] <string>
2222
```
2323

2424
## DESCRIPTION
25-
TeamsUpgradePolicy allows administrators to manage the transition from Skype for Business to Teams. As an organization with Skype for Business starts to adopt Teams, administrators can manage the user experience in their organization using the concept of coexistence "mode". Mode defines in which client incoming chats and calls land as well as in what service (Teams or Skype for Business) new meetings are scheduled in. Mode also governs what functionality is avaiable in the Teams client. Finally, prior to upgrading to TeamsOnly mode administrators can use TeamsUpgradePolicy to trigger notifications in the Skype for Business client to inform users of the pending upgrade.
25+
TeamsUpgradePolicy allows administrators to manage the transition from Skype for Business to Teams. As an organization with Skype for Business starts to adopt Teams, administrators can manage the user experience in their organization using the concept of coexistence "mode". Mode defines in which client incoming chats and calls land as well as in what service (Teams or Skype for Business) new meetings are scheduled in. Mode also governs what functionality is available in the Teams client. Finally, prior to upgrading to TeamsOnly mode administrators can use TeamsUpgradePolicy to trigger notifications in the Skype for Business client to inform users of the pending upgrade.
2626

2727
This cmdlet enables admins to apply TeamsUpgradePolicy to either individual users or to set the default for the entire organization.
2828

skype/skype-ps/skype/New-CsTeamsAppPermissionPolicy.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ The existence of this cmdlet is being documented for completeness, but do not us
2020

2121
## SYNTAX
2222

23+
```
24+
New-CsTeamsAppPermissionPolicy [-Force] [-Description <Object>] [-GlobalCatalogAppsType <Object>] [-WhatIf]
25+
[-PrivateCatalogAppsType <Object>] [-Confirm] [[-Identity] <Object>] [-DefaultCatalogAppsType <Object>]
26+
[-Tenant <Object>] [-InMemory] [-GlobalCatalogApps <Object>] [-DefaultCatalogApps <Object>]
27+
[-PrivateCatalogApps <Object>] [-AsJob]
28+
```
29+
2330
## DESCRIPTION
2431
As an admin, you can use app permission policies to enable or block specific apps for your users. Learn more about the App Setup Policies: https://docs.microsoft.com/en-us/microsoftteams/teams-app-permission-policies.
2532

skype/skype-ps/skype/New-CsTeamsAppSetupPolicy.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ The existence of this cmdlet is being documented for completeness, but do not us
2121

2222
## SYNTAX
2323

24+
```
25+
New-CsTeamsAppSetupPolicy [-Description <Object>] [-AppPresetList <Object>] [-WhatIf]
26+
[-PinnedAppBarApps <Object>] [-AllowUserPinning <Object>] [-Confirm] [[-Identity] <Object>] [-Tenant <Object>]
27+
[-InMemory] [-AllowSideLoading <Object>] [-Force] [-AsJob]
28+
```
29+
2430
## DESCRIPTION
2531

2632
As an admin, you can use app setup policies to customize Microsoft Teams to highlight the apps that are most important for your users. You choose the apps to pin and set the order that they appear. App setup policies let you showcase apps that users in your organization need, including ones built by third parties or by developers in your organization. You can also use app setup policies to manage how built-in features appear.

skype/skype-ps/skype/Remove-CsTeamsPinnedApp.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ The existence of this cmdlet is being documented for completeness, but do not us
2222

2323
## SYNTAX
2424

25+
```
26+
Remove-CsTeamsPinnedApp [-WhatIf] [-Confirm] [[-Identity] <Object>] [-Tenant <Object>] [-Force] [-AsJob]
27+
```
28+
2529
## DESCRIPTION
2630

2731
As an admin, you can use app setup policies to customize Microsoft Teams to highlight the apps that are most important for your users. You choose the apps to pin and set the order that they appear. App setup policies let you showcase apps that users in your organization need, including ones built by third parties or by developers in your organization. You can also use app setup policies to manage how built-in features appear.

skype/skype-ps/skype/Remove-CsVideoInteropServiceProvider.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ Cloud Video Interop for Teams enables 3rd party VTC devices to be able to join T
1818

1919
## SYNTAX
2020

21+
```
22+
Remove-CsVideoInteropServiceProvider [-WhatIf] [-Confirm] [[-Identity] <Object>] [-Tenant <Object>] [-Force]
23+
[-AsJob]
24+
```
25+
2126
## DESCRIPTION
2227
Cloud Video Interop for Teams enables 3rd party VTC devices to be able to join Teams meetings. The CsVideoInteropServiceProvider cmdlets allow you to designate provider/tenant specific information about the connection to the provider.
2328

spmt/spmt-ps/spmt/Register-SPMTMigration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ After a session is registered, the user can add a migration task to the migratio
1919
## SYNTAX
2020

2121
```powershell
22-
Register-SPMTMigration [-SPOCredentials<PSCredential>] [-EnableMultiRound <bool>] [-ScanOnly <bool>] [-MigrateFilesAndFoldersWithInvalidChars <bool>] [-AzureActiveDirectoryLookup <bool>] [-CustomAzureAccessKey <string>] [-CustomAzureStorageAccount <bool>] [-DeleteTempFilesWhenMigrationDone <bool>] [-EnableEncryption <bool>] [-IgnoreUpdate <SwitchParameter>] [-KeepAllVersions <bool>] [-MigrateFileVersionHistory <bool>] [-MigrateOneNoteFolderAsOneNoteNoteBook <bool>] [-MigrateFilesCreatedAfter <DateTime>] [-MigrateFilesModifiedAfter <DateTime>] [-SkipFilesWithExtension <string>] [-MigrateHiddenFiles <bool>] [-NumberOfVersionToMigrate <int>] [-PreserveUserPermissionsForFileShare <bool>] [-PreserveUserPermissionsForSharePointSource <bool>] [-SkipListWithAudienceTargetingEnabled <bool>] [-StartMigrationAutomaticallyWhenNoScanIssue <bool>] [-UseCustomAzureStorage <bool>] [-UserMappingFile <string>] [-MigrateAllSiteFieldsAndContentTypes<bool>] [-WorkingFolder <string>] [-SkipSitesWithName <string>] [-SkipListsWithName <string>] [-SkipContentTypesWithName <string>] [-DuplicatePageBehavior <string>] [-MigrateNavigation <string>] [-MigrateTermGroups <string>] -Force
22+
Register-SPMTMigration [-SPOCredentials<PSCredential>] [-EnableMultiRound <bool>] [-ScanOnly <bool>] [-MigrateFilesAndFoldersWithInvalidChars <bool>] [-AzureActiveDirectoryLookup <bool>] [-CustomAzureAccessKey <string>] [-CustomAzureStorageAccount <bool>] [-DeleteTempFilesWhenMigrationDone <bool>] [-EnableEncryption <bool>] [-IgnoreUpdate <SwitchParameter>] [-KeepAllVersions <bool>] [-MigrateFileVersionHistory <bool>] [-MigrateOneNoteFolderAsOneNoteNoteBook <bool>] [-MigrateFilesCreatedAfter <DateTime>] [-MigrateFilesModifiedAfter <DateTime>] [-SkipFilesWithExtension <string>] [-IncludeHiddenFiles <bool>] [-NumberOfVersionToMigrate <int>] [-PreserveUserPermissionsForFileShare <bool>] [-PreserveUserPermissionsForSharePointSource <bool>] [-SkipListWithAudienceTargetingEnabled <bool>] [-StartMigrationAutomaticallyWhenNoScanIssue <bool>] [-UseCustomAzureStorage <bool>] [-UserMappingFile <string>] [-MigrateAllSiteFieldsAndContentTypes<bool>] [-WorkingFolder <string>] [-SkipSitesWithName <string>] [-SkipListsWithName <string>] [-SkipContentTypesWithName <string>] [-DuplicatePageBehavior <string>] [-MigrateNavigation <string>] [-MigrateTermGroups <string>] -Force
2323
```
2424

2525
## DESCRIPTION
@@ -270,9 +270,9 @@ Accept pipeline input: False
270270
Accept wildcard characters: False
271271
```
272272
273-
### -MigrateHiddenFiles
274-
If set to On, hidden system files will be migrated.
275-
By default, it is set to On.
273+
### -IncludeHiddenFiles
274+
If set to true, hidden system files will be migrated.
275+
By default, it is set to true.
276276
277277
```yaml
278278
Type: Boolean

teams/teams-ps/teams/Get-TeamHelp.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)