Skip to content

Commit 66e6d85

Browse files
authored
Merge branch 'master' into chrisda
2 parents ea368bd + 31879a9 commit 66e6d85

13 files changed

+152
-121
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/g
55
applicable: SharePoint Online
66
title: Get-SPOBrowserIdleSignOut
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: trent-green
9+
ms.author: trgreen
1010
ms.reviewer:
1111
---
1212

@@ -24,17 +24,17 @@ Get-SPOBrowserIdleSignOut [<CommonParameters>]
2424

2525
## DESCRIPTION
2626

27-
.
27+
Use this cmdlet to retrieve the current configuration values for Idle session sign-out policy, the time at which users are warned and subsequently signed out of Office 365 after a period of browser inactivity in SharePoint and OneDrive.
2828

2929
## EXAMPLES
3030

3131
### Example 1
3232

3333
```powershell
34-
34+
Get-SPOBrowserIdleSignOut
3535
```
3636

37-
.
37+
This example retrieves the current configuration values for Idle session sign-out
3838

3939
## PARAMETERS
4040

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

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

1515
## SYNOPSIS
1616

17-
.
17+
Gets the visibility of the available built-in Design Packages.
1818

1919
## SYNTAX
2020

@@ -24,23 +24,35 @@ Get-SPOBuiltInDesignPackageVisibility [-DesignPackage <DesignPackageType>] [<Com
2424

2525
## DESCRIPTION
2626

27-
.
27+
Use this cmdlet to retrieve the current visibility state of each built-in design package.
2828

2929
## EXAMPLES
3030

3131
### Example 1
3232

3333
```powershell
34+
Get-SPOBuiltInDesignPackageVisibility -DesignPackage Showcase
35+
```
36+
37+
This example retrieves the current visibility state of Showcase built-in design package.
3438

39+
### Example 2
40+
41+
```powershell
42+
Get-SPOBuiltInDesignPackageVisibility
3543
```
3644

37-
.
45+
This example retrieves the current visibility state of each built-in design package.
3846

3947
## PARAMETERS
4048

4149
### -DesignPackage
4250

43-
.
51+
Name of the design package, available names are
52+
- Topic
53+
- Showcase
54+
- Blank
55+
- TeamSite
4456

4557
```yaml
4658
Type: DesignPackageType

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

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

1515
## SYNOPSIS
1616

17-
Use the Get-DataEncryptionPolicy cmdlet to view data encryption policies in SharePoint Online..
17+
.
1818

1919
## SYNTAX
2020

@@ -24,23 +24,39 @@ Get-SPODataEncryptionPolicy [-Identity] <SpoSitePipeBind> [<CommonParameters>]
2424

2525
## DESCRIPTION
2626

27-
.
27+
Use the Get-DataEncryptionPolicy cmdlet to view customer encryption status for your geo tenant.
28+
29+
For more information, see [Controlling your data in Office 365 using Customer Key](https://docs.microsoft.com/en-us/microsoft-365/compliance/controlling-your-data-using-customer-key)
2830

2931
## EXAMPLES
3032

3133
### Example 1
3234

3335
```powershell
34-
36+
Get-SPODataEncryptionPolicy -Identity https://contoso-admin.sharepoint.com
3537
```
3638

37-
.
39+
The output from this cmdlet includes:
40+
41+
- The URI of the primary key.
42+
43+
- The URI of the secondary key.
44+
45+
- The encryption status for the geo. Possible states include:
46+
47+
- **Unregistered:** Customer Key encryption has not yet been applied.
48+
49+
- **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.
50+
51+
- **Registered:** Customer Key encryption has been applied, and all files in all sites have been encrypted.
52+
53+
- **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.
3854

3955
## PARAMETERS
4056

4157
### -Identity
4258

43-
.
59+
Specifies the URL of the admin site collection.
4460

4561
```yaml
4662
Type: SpoSitePipeBind

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Get-SPOMultiGeoExperience [<CommonParameters>]
2424

2525
## DESCRIPTION
2626

27-
Use this cmdlet to get the multi geo experience.
27+
Use this cmdlet to get the multi geo experience mode. For more information see [Enabling SharePoint Multi-Geo in your satellite geo location](https://docs.microsoft.com/office365/enterprise/enabling-sp-multigeo-satellite-geolocation)
2828

2929
## EXAMPLES
3030

@@ -34,7 +34,7 @@ Use this cmdlet to get the multi geo experience.
3434
Get-SPOMultiGeoExperience
3535
```
3636

37-
This example .
37+
This example will show you whether the geo location is in SPO or ODB mode.
3838

3939
## PARAMETERS
4040

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

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

1515
## SYNOPSIS
1616

17-
.
17+
Use this cmdlet to get the Site Collection App Catalog.
1818

1919
## SYNTAX
2020

@@ -24,7 +24,7 @@ ms.reviewer:
2424

2525
## DESCRIPTION
2626

27-
Use this cmdlet to get the Site Collection App Catalogs.
27+
Use this cmdlet to get the Site Collection App Catalog. For more information, see [Use the App Catalog to make custom business apps available for your SharePoint environment](https://docs.microsoft.com/sharepoint/use-app-catalog)
2828

2929
## EXAMPLES
3030

@@ -36,26 +36,18 @@ Use this cmdlet to get the Site Collection App Catalogs.
3636

3737
This example returns the Site Collection App Catalog for the site <https://contoso.sharepoint.com/sites/Research.>
3838

39-
### Example 2
40-
41-
```powershell
42-
Get-SPOSiteCollectionAppCatalogs
43-
```
44-
45-
This example returns all Site Collection App Catalogs.
46-
4739
## PARAMETERS
4840

4941
### -Site
5042

51-
.
43+
Url of the site
5244

5345
```yaml
5446
Type: SpoSitePipeBind
5547
Parameter Sets: (All)
5648
Aliases:
5749
Applicable: SharePoint Online
58-
Required: False
50+
Required: True
5951
Position: 1
6052
Default value: None
6153
Accept pipeline input: False

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

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

1515
## SYNOPSIS
1616

17-
.
17+
Returns the current rename job state of a SharePoint Online Site.
1818

1919
## SYNTAX
2020

@@ -32,17 +32,25 @@ Get-SPOSiteRenameState [-State <RenameState>] [-WhatIf] [-Confirm] [<CommonParam
3232

3333
## DESCRIPTION
3434

35-
Use this cmdlet to .
35+
Use this cmdlet to return the current rename job state of a SharePoint Online Site.
3636

3737
## EXAMPLES
3838

3939
### Example 1
4040

4141
```powershell
42-
Get-SPOSiteRenameState -Identity
42+
Get-SPOSiteRenameState -Identity https://contoso.sharepoint.com/sites/ContosoWeb1
4343
```
4444

45-
This example .
45+
This example returns the rename job state of ContosoWeb1 Site.
46+
47+
### Example 2
48+
49+
```powershell
50+
Get-SPOSiteRenameState -State InProgress
51+
```
52+
53+
This example returns rename jobs that are in InProgress state.
4654

4755
## PARAMETERS
4856

@@ -64,7 +72,13 @@ Accept wildcard characters: False
6472
6573
### -State
6674
67-
The urls of the site to be renamed.
75+
The state of the rename job, possible values are
76+
77+
- Success
78+
79+
- InProgress
80+
81+
- Fail
6882
6983
```yaml
7084
Type: RenameState

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

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

1515
## SYNOPSIS
1616

17-
.
17+
Cmdlet to register customer encryption status for your geo tenant.
18+
For more information, see [Controlling your data in Office 365 using Customer Key](https://docs.microsoft.com/en-us/microsoft-365/compliance/controlling-your-data-using-customer-key)
1819

1920
## SYNTAX
2021

@@ -24,23 +25,24 @@ Register-SPODataEncryptionPolicy [-Identity] <SpoSitePipeBind> -PrimaryKeyVaultN
2425

2526
## DESCRIPTION
2627

27-
.
28+
Use the Update-DataEncryptionPolicy cmdlet to register customer encryption status for your geo tenant.
29+
For more information, see [Controlling your data in Office 365 using Customer Key](https://docs.microsoft.com/en-us/microsoft-365/compliance/controlling-your-data-using-customer-key)
2830

2931
## EXAMPLES
3032

3133
### Example 1
3234

3335
```powershell
34-
36+
Register-SPODataEncryptionPolicy -Identity https://contoso.sharepoint.com -PrimaryKeyVaultName <string> -PrimaryKeyName <string> -PrimaryKeyVersion <KeyVersion>
3537
```
3638

37-
.
39+
This example registers the DEP used with SharePoint Online and OneDrive for Business to start using the given primary key
3840

3941
## PARAMETERS
4042

4143
### -Identity
4244

43-
.
45+
Specifies the URL of the admin site collection.
4446

4547
```yaml
4648
Type: SpoSitePipeBind
@@ -56,7 +58,7 @@ Accept wildcard characters: False
5658
5759
### -PrimaryKeyVaultName
5860
59-
.
61+
The name of the primary key vault
6062
6163
```yaml
6264
Type: String
@@ -72,7 +74,7 @@ Accept wildcard characters: False
7274
7375
### -PrimaryKeyName
7476
75-
.
77+
The name of the primary key
7678
7779
```yaml
7880
Type: String
@@ -88,7 +90,7 @@ Accept wildcard characters: False
8890
8991
### -PrimaryKeyVersion
9092
91-
.
93+
The version of the primary key
9294
9395
```yaml
9496
Type: Guid
@@ -104,7 +106,7 @@ Accept wildcard characters: False
104106
105107
### -SecondaryKeyVaultName
106108
107-
.
109+
The name of the secondary key vault
108110
109111
```yaml
110112
Type: String
@@ -120,7 +122,7 @@ Accept wildcard characters: False
120122
121123
### -SecondaryKeyName
122124
123-
.
125+
The name of the secondary key
124126
125127
```yaml
126128
Type: String
@@ -136,7 +138,7 @@ Accept wildcard characters: False
136138
137139
### -SecondaryKeyVersion
138140
139-
.
141+
The version of the secondary key
140142
141143
```yaml
142144
Type: Guid

0 commit comments

Comments
 (0)