Skip to content

Commit f4f30d6

Browse files
authored
Merge branch 'master' into patch-51
2 parents 842c8db + 75848fd commit f4f30d6

28 files changed

+523
-31
lines changed

exchange/exchange-ps/exchange/advanced-threat-protection/Get-MailDetailATPReport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
4444

4545
### Example 1
4646
```powershell
47-
Get-MailDetailATPReport -StartDate 7/1/2018 -EndDate 7/31/2018
47+
Get-MailDetailATPReport -StartDate 7/22/2018 -EndDate 7/31/2018
4848
```
4949

50-
This example returns the Advanced Threat Protection actions for July, 2018.
50+
This example returns the Advanced Threat Protection actions for the last 10 days in July, 2018. (Note: Customers with Advanced Threat Protection subscription will be able to get up to 30 days of data.)
5151

5252
## PARAMETERS
5353

exchange/exchange-ps/exchange/mailboxes/Get-MailboxAutoReplyConfiguration.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
4545

4646
### Example 1
4747
```powershell
48-
Get-Mailbox | Get-MailboxAutoReplyConfiguration
48+
Get-Mailbox -ResultSize unlimited | Get-MailboxAutoReplyConfiguration
4949
```
5050

5151
This example returns Automatic Replies settings for all mailboxes in the Exchange organization.
@@ -57,13 +57,6 @@ Get-MailboxAutoReplyConfiguration -Identity 'contoso.com/Users/Tony Smith'
5757

5858
This example retrieves Automatic Replies settings for Tony's mailbox at contoso.com.
5959

60-
### Example 3
61-
```powershell
62-
Get-Mailbox | Get-MailboxAutoReplyConfiguration -ResultSize unlimited
63-
```
64-
65-
This example retrieves all Automatic Replies settings for all mailboxes in the Exchange organization.
66-
6760
## PARAMETERS
6861

6962
### -Identity

exchange/exchange-ps/exchange/policy-and-compliance/New-Label.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ The LocaleSettings parameter specifies one or more localized label name or label
137137
138138
- Label Tooltips: {"localeKey":"Tooltip","Settings":[{"Key":"en-us","Value":"English Tooltip"},{"Key":"de-de",Value":"Deutscher Tooltip"},{"Key":"es-es","Value":"Tooltip Español"}]}
139139
140+
The languages you use in the display name and Tooltip must mach. For example, you can't have a German display name without a corresponding German ToolTip.
141+
140142
```yaml
141143
Type: MultiValuedProperty
142144
Parameter Sets: (All)

exchange/exchange-ps/exchange/powershell-v2-module/Connect-ExchangeOnline.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,11 @@ Accept wildcard characters: False
266266

267267

268268
### -PSSessionOption
269-
The PSSessionOption parameter specifies the PowerShell session options to use in your connection to Exchange Online. You store the output of the [New-PSSessionOption](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/new-pssessionoption) command in a variable (for example, `$Options = New-PSSessionOption <Settings>`), and you use the variable name as the value for this parameter (for example, $Options).
269+
The PSSessionOption parameter specifies the PowerShell session options to use in your connection to Exchange Online. You store the output of the [New-PSSessionOption](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/new-pssessionoption) command in a variable, for example:
270+
271+
`$Options = New-PSSessionOption <Settings>`
272+
273+
And you use the variable name as the value for this parameter (for example, $Options).
270274

271275
```yaml
272276
Type: PSSessionOption

sharepoint/docs-conceptual/sharepoint-pnp/sharepoint-pnp-cmdlets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ _**Applies to:** SharePoint Online | SharePoint 2016 | SharePoint 2013_
1515
There are 3 ways to install the cmdlets. We recommend, where possible, to install them from the [PowerShell Gallery](https://www.powershellgallery.com). Alternatively you can download the setup files or run a PowerShell script to download the PowerShellGet module and install the cmdlets subsequently.
1616

1717
### PowerShell Gallery ###
18-
If you main OS is Windows 10, or if you have [PowerShellGet](https://github.com/powershell/powershellget) installed, you can run the following commands to install the PowerShell cmdlets:
18+
If your main OS is Windows 10, or if you have [PowerShellGet](https://github.com/powershell/powershellget) installed, you can run the following commands to install the PowerShell cmdlets:
1919

2020
|**SharePoint Version**|**Command to install**|
2121
|------------------|------------------|

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOTheme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ Add-SPOTheme -Identity "Custom Cyan" -Palette $themepalette -IsInverted $false -
8181

8282
### -Identity
8383

84+
Specifies the name of the theme. This must uniquely identify the theme.
85+
8486
```yaml
8587
Type: SpoThemePalettePipeBind
8688
Parameter Sets: (All)
@@ -95,6 +97,8 @@ Accept wildcard characters: False
9597
9698
### -IsInverted
9799
100+
Specifies whether the theme is inverted, with a dark background and a light foreground.
101+
98102
```yaml
99103
Type: Boolean
100104
Parameter Sets: (All)
@@ -109,6 +113,8 @@ Accept wildcard characters: False
109113
110114
### -Overwrite
111115
116+
Overwrites a theme of the same name in case it exists.
117+
112118
```yaml
113119
Type: SwitchParameter
114120
Parameter Sets: (All)
@@ -123,6 +129,8 @@ Accept wildcard characters: False
123129
124130
### -Palette
125131
132+
Specifies the palette of colors in the theme, as a dictionary of theme slot values.
133+
126134
```yaml
127135
Type: SpoThemePalettePipeBind
128136
Parameter Sets: (All)

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add-SPOUser -Group <String> -LoginName <String> -Site <SpoSitePipeBind> [<Common
2626

2727
Along with the group memberships that are normally required to run Windows PowerShell, you must have the SharePoint Admin role or Global Administrator role and be a site collection administrator to use the `Add-SPOUser` cmdlet.
2828

29-
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at <https://go.microsoft.com/fwlink/p/?LinkId=251832> (<https://go.microsoft.com/fwlink/p/?LinkId=251832).>
29+
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](https://docs.microsoft.com/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps).
3030

3131
## EXAMPLES
3232

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
3+
Module Name: Microsoft.Online.SharePoint.PowerShell
4+
online version:
5+
schema: 2.0.0
6+
applicable: SharePoint Online
7+
title: Get-SPOStructuralNavigationCacheSiteState
8+
author: paramveersisodia
9+
ms.author: paramsis
10+
manager: suyog
11+
ms.reviewer:
12+
---
13+
14+
# Get-SPOStructuralNavigationCacheSiteState
15+
16+
## SYNOPSIS
17+
Get the structural navigation caching state for a site collection.
18+
19+
## SYNTAX
20+
21+
```
22+
Get-SPOStructuralNavigationCacheSiteState -SiteUrl <String> [<CommonParameters>]
23+
```
24+
25+
## DESCRIPTION
26+
The Get-SPOStructuralNavigationCacheSiteState cmdlet can be used to determine if structural navigation caching is enabled or disabled for a site collection. [Learn more](https://support.office.com/article/structural-navigation-and-performance-f163053f-8eca-4b9c-b973-36b395093b43).
27+
28+
## EXAMPLES
29+
30+
### Example 1
31+
```powershell
32+
PS C:\> Get-SPOStructuralNavigationCacheSiteState -weburl "https://contoso.sharepoint.com/sites/product/"
33+
```
34+
35+
This example checks if structural navigation caching is enabled for the entire site collection https://contoso.sharepoint.com/sites/product/. If caching is enabled, then it will return True. If caching is disabled, then it will return False.
36+
37+
## PARAMETERS
38+
39+
### -SiteUrl
40+
Specifies the absolute URL for the site collection's root web being checked for its caching state.
41+
42+
```yaml
43+
Type: String
44+
Parameter Sets: (All)
45+
Aliases:
46+
Applicable: SharePoint Online
47+
Required: True
48+
Position: Named
49+
Default value: None
50+
Accept pipeline input: False
51+
Accept wildcard characters: False
52+
```
53+
54+
### CommonParameters
55+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
56+
57+
## INPUTS
58+
59+
### None
60+
61+
## OUTPUTS
62+
63+
### System.Object
64+
## NOTES
65+
To see the examples, type: "get-help Get-SPOStructuralNavigationCacheSiteState -examples".
66+
67+
For more information, type: "get-help Get-SPOStructuralNavigationCacheSiteState -detailed".
68+
69+
For technical information, type: "get-help Get-SPOStructuralNavigationCacheSiteState -full".
70+
71+
For online help, type: "get-help Get-SPOStructuralNavigationCacheSiteState -online"
72+
73+
74+
## RELATED LINKS
75+
[Get-SPOStructuralNavigationCacheWebState](Get-SPOStructuralNavigationCacheWebState.md)
76+
77+
[Set-SPOStructuralNavigationCacheWebState](Set-SPOStructuralNavigationCacheWebState.md)
78+
79+
[Set-SPOStructuralNavigationCacheSiteState](Set-SPOStructuralNavigationCacheSiteState.md)
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
3+
Module Name: Microsoft.Online.SharePoint.PowerShell
4+
online version:
5+
schema: 2.0.0
6+
applicable: SharePoint Online
7+
title: Get-SPOStructuralNavigationCacheWebState
8+
author: paramveersisodia
9+
ms.author: paramsis
10+
manager: suyog
11+
ms.reviewer:
12+
---
13+
14+
# Get-SPOStructuralNavigationCacheWebState
15+
16+
## SYNOPSIS
17+
Get the structural navigation caching state for a web.
18+
19+
## SYNTAX
20+
21+
```
22+
Get-SPOStructuralNavigationCacheWebState -WebUrl <String> [<CommonParameters>]
23+
```
24+
25+
## DESCRIPTION
26+
The Get-SPOStructuralNavigationCacheWebState cmdlet can be used to determine if structural navigation caching is enabled or disabled for a web in a site collection. [Learn more](https://support.office.com/article/structural-navigation-and-performance-f163053f-8eca-4b9c-b973-36b395093b43).
27+
28+
## EXAMPLES
29+
30+
### Example 1
31+
```powershell
32+
PS C:\> Get-SPOStructuralNavigationCacheWebState -weburl "https://contoso.sharepoint.com/sites/product/electronics"
33+
```
34+
35+
This example checks if structural navigation caching is enabled for the web https://contoso.sharepoint.com/sites/product/electronics. If caching is enabled, then it will return True. If caching is disabled, then it will return False.
36+
37+
## PARAMETERS
38+
39+
### -WebUrl
40+
Specifies the absolute URL for the web being checked for its caching state.
41+
42+
```yaml
43+
Type: String
44+
Parameter Sets: (All)
45+
Aliases:
46+
Applicable: SharePoint Online
47+
Required: True
48+
Position: Named
49+
Default value: None
50+
Accept pipeline input: False
51+
Accept wildcard characters: False
52+
```
53+
54+
### CommonParameters
55+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
56+
57+
## INPUTS
58+
59+
### None
60+
61+
## OUTPUTS
62+
63+
### System.Object
64+
## NOTES
65+
To see the examples, type: "get-help Get-SPOStructuralNavigationCacheWebState -examples".
66+
67+
For more information, type: "get-help Get-SPOStructuralNavigationCacheWebState -detailed".
68+
69+
For technical information, type: "get-help Get-SPOStructuralNavigationCacheWebState -full".
70+
71+
For online help, type: "get-help Get-SPOStructuralNavigationCacheWebState -online"
72+
## RELATED LINKS
73+
[Set-SPOStructuralNavigationCacheWebState](Set-SPOStructuralNavigationCacheWebState.md)
74+
75+
[Get-SPOStructuralNavigationCacheSiteState](Get-SPOStructuralNavigationCacheSiteState.md)
76+
77+
[Set-SPOStructuralNavigationCacheSiteState](Set-SPOStructuralNavigationCacheSiteState.md)

sharepoint/sharepoint-ps/sharepoint-online/Invoke-SPOSiteSwap.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ Accept wildcard characters: False
160160
### -Force
161161
162162
Overrides and ignores any warnings that have been identified by the Page Diagnostic Tool that are preventing a swap from being initiated.
163+
164+
For example, if you receive the warning "Invoke-SPOSiteSwap : Errors: 0; Warnings: 1; Details: The site is not a communications site or it has the classic publishing feature enabled." then this warning can be overriden and ignored using this parameter.
165+
163166
Any errors identified by the Page Diagnostic Tool will still always prevent a swap from being initiated regardless of this parameter.
164167
165168
```yaml

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Accept wildcard characters: False
185185

186186
### -TimeZoneId
187187

188-
Specifies the time zone of the site collection. For more information, see SPRegionalSettings.TimeZones Property (<https://go.microsoft.com/fwlink/p/?LinkId=242912).>
188+
Specifies the time zone of the site collection. For more information, see [SPRegionalSettings.TimeZones Property](https://docs.microsoft.com/dotnet/api/microsoft.sharepoint.spregionalsettings.timezones).
189189

190190
```yaml
191191
Type: Int32

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Remove-SPOGeoAdministrator [-LoginName] <String> [<CommonParameters>]
2626

2727
This cmdlet contains a single parameter set.
2828
You may only use parameters from one parameter set and you may not combine parameters from different parameter sets.
29-
For more information about how to use parameter sets, see Cmdlet Parameter Sets (<https://go.microsoft.com/fwlink/?LinkID=187810).>
29+
For more information about how to use parameter sets, see [Cmdlet parameter sets](https://docs.microsoft.com/powershell/scripting/developer/cmdlet/cmdlet-parameter-sets).
3030

3131
The `Remove-SPOGeoAdministrator` cmdlet matches a user or a security group and remove the GeoAdministrator privileges in the SharePoint Organization.
3232

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Remove-SPOUserInfo -LoginName <String> -Site <SpoSitePipeBind> [<CommonParameter
2626

2727
Can be used to remove user from user information lists of the specific site collections.
2828

29-
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at <https://go.microsoft.com/fwlink/p/?LinkId=251832> (<https://go.microsoft.com/fwlink/p/?LinkId=251832).>
29+
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](https://docs.microsoft.com/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps).
3030

3131
## EXAMPLES
3232

sharepoint/sharepoint-ps/sharepoint-online/Restore-SPODeletedSite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Restore-SPODeletedSite -Identity <SpoSitePipeBind> [-NoWait] [<CommonParameters>
2626

2727
You must be a SharePoint Online administrator or Global Administrator and be a site collection administrator to run the cmdlet.
2828

29-
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at <https://go.microsoft.com/fwlink/p/?LinkId=251832> (<https://go.microsoft.com/fwlink/p/?LinkId=251832).>
29+
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](https://docs.microsoft.com/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps).
3030

3131
## EXAMPLES
3232

0 commit comments

Comments
 (0)