Skip to content

Commit bb52bbe

Browse files
authored
Merge pull request MicrosoftDocs#2 from get-itips/patch-88
Patch 88
2 parents 1476c20 + 9b64b25 commit bb52bbe

35 files changed

+170
-113
lines changed

exchange/docs-conceptual/exchange-server/recipient-filters/recipientfilter-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,6 @@ The recipient properties that have been *confirmed* to work with the _Recipien
314314

315315
## For more information
316316

317-
Exchange 2007 was the first version of Exchange that required OPATH filters instead of LDAP filters. For more information about converting LDAP filters to OPATH filters, see the Microsoft Exchange Team Blog article, [Need help converting your LDAP filters to OPATH?](https://go.microsoft.com/fwlink/p/?LinkId=88854).
317+
Exchange 2007 was the first version of Exchange that required OPATH filters instead of LDAP filters. For more information about converting LDAP filters to OPATH filters, see the Microsoft Exchange Team Blog article, [Need help converting your LDAP filters to OPATH?](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Need-help-converting-your-LDAP-filters-to-OPATH/ba-p/595108).
318318

319319
For more information about the syntax that can be used within OPATH filters, see [Exchange cmdlet syntax](../exchange-cmdlet-syntax.md).

exchange/exchange-ps/exchange/database-availability-groups/Set-DatabaseAvailabilityGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Accept wildcard characters: False
256256
```
257257
258258
### -AutoDagBitlockerEnabled
259-
This parameter is reserved for internal Microsoft use.
259+
The AutoDagBitlockerEnabled parameter ensures that Disk Reclaimer handles spare disks correctly and encrypts them with BitLocker. If Bitlocker is used to encrypt database disks, set the value of this parameter to $true on all Mailbox servers in the DAG after they are all running Exchange 2013 CU13 or later, or Exchange 2016 CU2 or later.
260260
261261
```yaml
262262
Type: $true | $false

exchange/exchange-ps/exchange/devices/New-ActiveSyncMailboxPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This cmdlet is available in on-premises Exchange and in the cloud-based service.
1616

1717
Use the New-ActiveSyncMailboxPolicy cmdlet to create a Microsoft Mobile Device mailbox policy object.
1818

19-
Note: In Exchange 2013 or later, use the New-MobileMailboxPolicy cmdlet instead. If you have scripts that use New-ActiveSyncMailboxPolicy, update them to use New-MobileMailboxPolicy.
19+
Note: In Exchange 2013 or later, use the New-MobileDeviceMailboxPolicy cmdlet instead. If you have scripts that use New-ActiveSyncMailboxPolicy, update them to use New-MobileDeviceMailboxPolicy.
2020

2121
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
2222

exchange/exchange-ps/exchange/encryption-and-certificates/Set-IRMConfiguration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ Accept wildcard characters: False
136136
### -ClientAccessServerEnabled
137137
This parameter is available only in on-premises Exchange.
138138
139-
The ClientAccessServerEnabled parameter specifies whether to enable IRM for Outlook on the web (formerly known as Outlook Web App) and Exchange ActiveSync. Valid values are:
139+
The ClientAccessServerEnabled parameter specifies whether Exchange Client Access servers are allowed to authenticate clients that do not have direct access to AD RMS (for example, Outlook on the web, Exchange ActiveSync or remote Outlook Anywhere clients). Valid values are:
140140
141-
- $true: IRM is enabled for Outlook on the web and Exchange ActiveSync. This is the default value. Note that enabling IRM in Outlook on the web requires additional configuration on AD RMS servers. For more information, see Information Rights Management in Outlook Web App (https://technet.microsoft.com/library/dd876891.aspx).
141+
- $true: Client Access servers are allowed to authenticate clients. This is the default value. Note that enabling IRM in Outlook on the web requires additional configuration on AD RMS servers. For more information, see Information Rights Management in Outlook Web App (https://technet.microsoft.com/library/dd876891.aspx).
142142
143-
- $false: IRM is disabled for Outlook on the web and Exchange ActiveSync.
143+
- $false: Client Access servers aren't allowed to authenticate clients.
144144
145145
```yaml
146146
Type: $true | $false

exchange/exchange-ps/exchange/mailboxes/New-MailboxRestoreRequest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -413,13 +413,13 @@ Accept wildcard characters: False
413413
```
414414
415415
### -AssociatedMessagesCopyOption
416-
The AssociatedMessagesCopyOption parameter specifies whether associated messages are copied when the request is processed. Associated messages are special messages that contain hidden data with information about rules, views, and forms. By default, associated messages are copied. This parameter accepts the following values:
416+
The AssociatedMessagesCopyOption parameter specifies whether associated messages are copied when the request is processed. Associated messages are special messages that contain hidden data with information about rules, views, and forms. Valid values are:
417417
418-
- DoNotCopy: The associated messages aren't copied. This is the default option.
418+
- DoNotCopy: The associated messages aren't copied.
419419
420-
- MapByMessageClass: This option finds the corresponding associated message by looking up the MessageClass attribute of the source message. If there's an associated message of this class in both source and target folders, it overwrites the associated message in the target. If there isn't an associated message in the target, it creates a copy in the target.
420+
- MapByMessageClass: Find the associated message by looking up the MessageClass attribute of the source message. If there's an associated message of this class in both source and target folders, it overwrites the associated message in the target. If there isn't an associated message in the target, it creates a copy in the target.
421421
422-
- Copy: This option copies associated messages from the source to the target. If the same message type exists both in the source and the target location, these associated messages are duplicated.
422+
- Copy: Copy associated messages from the source to the target. If the same message type exists both in the source and the target location, these associated messages are duplicated. This is the default value.
423423
424424
Content filtering doesn't apply to associated messages.
425425

exchange/exchange-ps/exchange/policy-and-compliance-content-search/New-ComplianceSearchAction.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ In on-premises Exchange, this cmdlet is available in the Mailbox Search role. By
9191

9292
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet (https://technet.microsoft.com/library/mt432940.aspx).
9393

94+
In Office 365, the account that you use to run this cmdlet must have a valid Office 365 license assigned.
95+
9496
You need to be assigned permissions in the Office 365 Security & Compliance Center before you can use this cmdlet. For more information, see Permissions in Office 365 Security & Compliance Center (https://go.microsoft.com/fwlink/p/?LinkId=511920).
9597

9698
## EXAMPLES

exchange/exchange-ps/exchange/policy-and-compliance-dlp/New-DlpComplianceRule.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,8 @@ The IncidentReportContent parameter specifies the content to include in the repo
457457
458458
- Default
459459
460+
- DetectionDetails
461+
460462
- Detections
461463
462464
- DocumentAuthor
@@ -465,6 +467,8 @@ The IncidentReportContent parameter specifies the content to include in the repo
465467
466468
- MatchedItem
467469
470+
- OriginalContent
471+
468472
- RulesMatched
469473
470474
- Service

officewebapps/docs-conceptual/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: Office Online Server cmdlet reference
3+
---
4+
15
# Office Online Server cmdlet reference
26
Welcome to the Office Online Server PowerShell cmdlet help references. The Office Online Server cmdlets provide the command line interface for administration and management.
37

officewebapps/docs-conceptual/intro.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: Office Online Server cmdlet reference
3+
---
4+
15
# Office Online Server cmdlet reference
26
Welcome to the Office Online Server PowerShell cmdlet help references. The Office Online Server cmdlets provide the command line interface for administration and management.
37

sharepoint/docs-conceptual/sharepoint-online/connect-sharepoint-online.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: Getting started with SharePoint Online Management Shell
3+
---
4+
15
# Getting started with SharePoint Online Management Shell #
26

37
Before you get started using PowerShell to manage SharePoint Online, make sure that the SharePoint Online Management Shell is installed and you have connected to SharePoint Online.

sharepoint/docs-conceptual/sharepoint-online/introduction-sharepoint-online-management-shell.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: What is the SharePoint Online Management Shell
3+
---
4+
15
# What is the SharePoint Online Management Shell?
26

37
The SharePoint Online Management Shell is a Windows PowerShell module that you can use to manage SharePoint Online users, sites, and site collections. Command-line operations in Windows PowerShell are composed of a series of commands. Each command uses a cmdlet and a set of settings known as parameters. For example, you use the **New-SPOSite** cmdlet for a command that creates a new SharePoint Online site collection with a specified title, URL, owner, storage quota, and template (the parameters).

sharepoint/sharepoint-ps/sharepoint-online/Register-SPOHubSite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Register-SPOHubSite
2727
Use this cmdlet to register an existing site collection as a hub site.
2828

2929
> [!IMPORTANT]
30-
> A maximum of 100 hub sites may be created per tenant, with 'unlimited' number of site collections associated to a hub site.
30+
> A maximum of 2000 hub sites may be created per tenant, with 'unlimited' number of site collections associated to a hub site.
3131
3232
> [!NOTE]
3333
> It can take up to 2-4 hours for the changes to appear.

sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOOrgAssetsLibrary.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,28 @@ Removes a library that was designated as a central location for organization ass
2020
## SYNTAX
2121

2222
```powershell
23-
Remove-SPOOrgAssetsLibrary -LibraryUrl <String> -ShouldRemoveFromCdn <Boolean>
24-
[<CommonParameters>]
23+
Remove-SPOOrgAssetsLibrary [-LibraryUrl <String>] [-ListId <Guid>] [<CommonParameters>]
2524
```
2625

2726
## DESCRIPTION
2827

29-
The Remove-SPOOrgAssetsLibrary cmdlet removes a library that was designated as a central location for organization assets across the tenant. Once this cmdlet is run, this library will no longer be accessible from the "Your organization" tab in the file picker.
28+
The Remove-SPOOrgAssetsLibrary cmdlet removes a library that was designated as a central location for organization assets across the tenant. Once this cmdlet is run, this library will no longer be accessible from the "Your organization" tab in the file picker. When running the cmdlet, either the library URL or library ID (not both) needs to be indicated.
29+
30+
Once the library is removed, CDN will still be enabled for this library. To disable CDN for this library, use Remove-SPOTenantCdnOrigin with the server relative URL (example: /sites/branding/assets).
3031

3132
## EXAMPLES
3233

3334
### Example 1
3435

35-
This example removes https://contoso.sharepoint.com/sites/branding/Assets as a designated library. Assets within this library will no longer be accessible from the "Your organization" tab in the file picker.
36+
This example removes https://contoso.sharepoint.com/sites/branding/Assets as a designated library using the library ID. Assets within this library will no longer be accessible from the "Your organization" tab in the file picker.
37+
38+
```powershell
39+
Remove-SPOOrgAssetsLibrary -ListId 58454454-6546-6466-9769-646464623988
40+
```
41+
42+
### Example 2
43+
44+
This example removes https://contoso.sharepoint.com/sites/branding/Assets as a designated library using the library URL. Assets within this library will no longer be accessible from the "Your organization" tab in the file picker.
3645

3746
```powershell
3847
Remove-SPOOrgAssetsLibrary -LibraryURL sites/branding/Assets
@@ -49,23 +58,23 @@ Type: String
4958
Parameter Sets: (All)
5059
Aliases:
5160
Applicable: SharePoint Online
52-
Required: True
61+
Required: False
5362
Position: Named
5463
Default value: None
5564
Accept pipeline input: False
5665
Accept wildcard characters: False
5766
```
5867
59-
### -ShouldRemoveFromCdn
68+
### -ListId
6069
61-
Remove CDN from the designated library.
70+
Indicates the library ID for the library to be removed as a central location for organization assets.
6271
6372
```yaml
64-
Type: Boolean
73+
Type: Guid
6574
Parameter Sets: (All)
6675
Aliases:
6776
Applicable: SharePoint Online
68-
Required: True
77+
Required: False
6978
Position: Named
7079
Default value: None
7180
Accept pipeline input: False

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,20 @@ The Set-SPOOrgAssetsLibrary cmdlet updates information for a library that is des
3131

3232
### Example 1
3333

34-
This example updates the thumbnail publicly displayed for the library to contosologo2.jpg.
34+
This example updates the thumbnail URL publicly displayed for the library to contosologo2.jpg.
3535

3636
```powershell
3737
Set-SPOOrgAssetsLibrary -LibraryURL sites/branding/Assets -ThumbnailURL https://contoso.sharepoint.com/sites/branding/Assets/contosologo2.jpg
3838
```
3939

40+
### Example 2
41+
42+
This example removes the thumbnail URL that was previously set for the library.
43+
44+
```powershell
45+
Set-SPOOrgAssetsLibrary -LibraryURL sites/branding/Assets -ThumbnailURL ""
46+
```
47+
4048
## PARAMETERS
4149

4250
### -LibraryUrl

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

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Set-SPOSite [-Identity] <SpoSitePipeBind> [-AllowSelfServiceUpgrade <Boolean>] [
2727
[-CommentsOnSitePagesDisabled <Boolean>] [-SocialBarOnSitePagesDisabled <Boolean>]
2828
[-DisableAppViews <AppViewsPolicy>]
2929
[-DisableCompanyWideSharingLinks <CompanyWideSharingLinksPolicy>] [-DisableFlows <FlowsPolicy>]
30-
[-DisabledWebpartIds <Guid>]
3130
[-RestrictedToGeo <RestrictedToRegion>] [-SharingAllowedDomainList <String>]
3231
[-SharingBlockedDomainList <String>] [-SharingDomainRestrictionMode <SharingDomainRestrictionModes>]
3332
[-ShowPeoplePickerSuggestionsForGuestUsers <Boolean>] [-StorageQuotaReset]
@@ -228,25 +227,6 @@ Accept pipeline input: False
228227
Accept wildcard characters: False
229228
```
230229
231-
### -DisabledWebpartIds
232-
This parameter is used for enabling disabled web parts that use third-party service (Amazon Kindle, YouTube, Twitter). The GUIDs that can be used are 46698648-fcd5-41fc-9526-c7f7b2ace919 (Amazon Kindle), 544dd15b-cf3c-441b-96da-004d5a8cea1d (YouTube), f6fdf4f8-4a24-437b-a127-32e66a5dd9b4 (Twitter).
233-
234-
The Set-SPOTenant cmdlet is used for disabling these web parts with third-party services.
235-
236-
```yaml
237-
Type: Guid[]
238-
Parameter Sets: (All)
239-
Aliases:
240-
Applicable: SharePoint Online
241-
242-
Required: False
243-
Position: Named
244-
Default value: None
245-
Accept pipeline input: False
246-
Accept wildcard characters: False
247-
```
248-
249-
250230
### -LocaleId
251231
Specifies the language of this site collection.
252232
For more information, see Locale IDs Assigned by Microsoft (https://go.microsoft.com/fwlink/p/?LinkId=242911).

sharepoint/sharepoint-ps/sharepoint-online/Start-SPOSiteRename.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.reviewer:
1111
# Start-SPOSiteRename
1212

1313
## SYNOPSIS
14+
This Feature is part of the Admin Center Preview. If your tenant is not part of the Admin Center Preview, you will get an error when trying to run this cmdlet.
15+
1416
Starts a job to rename a site. You can change Renames a particular site on a SharePoint Online collection
1517

1618

sharepoint/sharepoint-ps/sharepoint-server/Backup-SPFarm.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ The Backup-SPFarm cmdlet creates a backup for the entire farm or individual comp
4040
It can also be used to back up just the configuration settings of a farm to be used as a farm template for other SharePoint farms.
4141
If you want to back up a single site collection, use the Backup-SPSite cmdlet.
4242

43+
To see the available objects to backup, use the `-ShowTree` parameter set.
44+
4345
For permissions and the most current information about Windows PowerShell for SharePoint Products, see the online documentation at [SharePoint Server Cmdlets](https://docs.microsoft.com/powershell/sharepoint/sharepoint-server/sharepoint-server-cmdlets).
4446

4547
## EXAMPLES
@@ -65,6 +67,13 @@ Backup-SPFarm -Directory C:\Backup -BackupMethod full -BackupThreads 10 -Force
6567

6668
This example performs a backup of a farm using 10 threads and forces the backup to be saved to the C:\Backup directory even though SharePoint estimates that it does not have sufficient space available.
6769

70+
### --------------------EXAMPLE 4---------------------
71+
```
72+
Backup-SPFarm -ShowTree
73+
```
74+
75+
This example shows you the available objects to backup with `Backup-SPFarm`.
76+
6877
## PARAMETERS
6978

7079
### -BackupMethod

sharepoint/sharepoint-ps/sharepoint-server/Import-SPWeb.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,7 @@ Accept wildcard characters: False
135135
```
136136

137137
### -Force
138-
Forcefully overwrites the export package if it already exists.
139-
140-
The type must be either of the following values
141-
142-
-True
143-
144-
-False
145-
146-
The default value is False.
138+
This parameter has no function in this cmdlet.
147139

148140
```yaml
149141
Type: SwitchParameter
@@ -316,7 +308,7 @@ Accept wildcard characters: False
316308
```
317309

318310
### -PreserveDeletedUserMetadataReferences
319-
{{Fill PreserveDeletedUserMetadataReferences Description}}
311+
Attempts to opulates the 'Author' ('Created By') field for items even if the SPUser object was marked as deleted on the destination site.
320312

321313
```yaml
322314
Type: SwitchParameter

sharepoint/sharepoint-ps/sharepoint-server/Set-SPSecurityTokenServiceConfig.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ This example updates the signing certificate of the SharePoint security token se
9696

9797
### --------------------EXAMPLE 2---------------------
9898
```
99-
C:\PS>$stsCert = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2 "c:\sts.pfx","a",20
100-
99+
$stsCert = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2 "c:\sts.pfx","a",20
101100
Set-SPSecurityTokenServiceConfig -ImportSigningCertificate $stsCert
102101
```
103102

@@ -107,7 +106,7 @@ This example imports the signing certificate for the SharePoint STS identity pro
107106
## PARAMETERS
108107

109108
### -QueueSigningCertificateThumbprint
110-
{{ Fill QueueSigningCertificateThumbprint Description }}
109+
Sets the certificate with the provided thumbprint as the queued signing certificate.
111110

112111
```yaml
113112
Type: String
@@ -136,7 +135,7 @@ Accept wildcard characters: False
136135
```
137136
138137
### -RevokeSigningCertificateThumbprint
139-
{{ Fill RevokeSigningCertificateThumbprint Description }}
138+
Revoke the signing certificate with the provided thumbprint.
140139
141140
```yaml
142141
Type: String
@@ -247,7 +246,7 @@ Accept wildcard characters: False
247246

248247
### -MaxLogonTokenCacheItems
249248
Specifies the maximum number of entries for the in-memory logon token cache.
250-
The default value is 10000 entries.
249+
The default value is 250 entries.
251250

252251
The type must be a valid integer.
253252

@@ -266,7 +265,7 @@ Accept wildcard characters: False
266265

267266
### -MaxServiceTokenCacheItems
268267
Specifies the maximum number of entries for the in-memory service token cache.
269-
The default value is 10000 entries.
268+
The default value is 250 entries.
270269

271270
The type must be a valid integer.
272271

@@ -284,7 +283,7 @@ Accept wildcard characters: False
284283
```
285284

286285
### -QueueSigningCertificate
287-
{{ Fill QueueSigningCertificate Description }}
286+
Sets the provided certificate as the queued signing certificate.
288287

289288
```yaml
290289
Type: X509Certificate2
@@ -300,7 +299,7 @@ Accept wildcard characters: False
300299
```
301300

302301
### -QueueSigningCertificateStoreName
303-
{{ Fill QueueSigningCertificateStoreName Description }}
302+
The store to search in when looking up a certificate to be set as the queued signing certificate by its thumbprint. Required if QueueSigningCertificateThumbprint was specified.
304303

305304
```yaml
306305
Type: String
@@ -316,7 +315,7 @@ Accept wildcard characters: False
316315
```
317316

318317
### -RevokeSigningCertificate
319-
{{ Fill RevokeSigningCertificate Description }}
318+
Revokes the signing certificate that matches the provided certificate.
320319

321320
```yaml
322321
Type: X509Certificate2
@@ -332,7 +331,7 @@ Accept wildcard characters: False
332331
```
333332

334333
### -RevokeSigningCertificateStoreName
335-
{{ Fill RevokeSigningCertificateStoreName Description }}
334+
The store to search when looking up a certificate to be revoked by its thumbprint. Required if the QueueSigningCertificateThumbprint was specified.
336335

337336
```yaml
338337
Type: String

sharepoint/sharepoint-ps/sharepoint-server/Set-SPSiteSubscriptionConfig.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ For permissions and the most current information about Windows PowerShell for Sh
3232

3333
### --------------------EXAMPLE---------------------
3434
```
35-
Set-SPSiteSubscription https://contoso.com -FeatureSet 12345678-90ab-cdef-1234-567890abcdef
35+
Set-SPSiteSubscriptionConfig https://contoso.com -FeaturePack 12345678-90ab-cdef-1234-567890abcdef
3636
```
3737

38-
This example sets the Feature set of the entire site subscription that contains https://contoso.com with a Feature set GUID.
38+
This example sets the Feature set of the entire site subscription that contains https://contoso.com with a Feature pack GUID.
3939

4040

4141
## PARAMETERS

0 commit comments

Comments
 (0)