Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add-SPOOrgAssetsLibrary -LibraryUrl <String> [-ThumbnailUrl <String>] [-OrgAsset

## DESCRIPTION

The Add-SPOOrgAssetsLibrary cmdlet designates a library to be a central location for organization assets across the tenant. Once this cmdlet is run, assets stored within this library are available to sites across the tenant. The name publicly displayed for the library will be the organization's name. Note that it may take from a couple of hours to a day for changes to be reflected.
The Add-SPOOrgAssetsLibrary cmdlet designates a library to be a central location for organization assets across the tenant. Once this cmdlet is run, assets stored within this library are available to sites across the tenant. The name publicly displayed for the library will be the organization's name. Note that it may take from a couple of hours to a day for changes to be reflected.

## EXAMPLES

Expand All @@ -38,6 +38,7 @@ This example adds https://contoso.sharepoint.com/sites/branding/Assets as a desi
```powershell
Add-SPOOrgAssetsLibrary -LibraryURL https://contoso.sharepoint.com/sites/branding/Assets -ThumbnailURL https://contoso.sharepoint.com/sites/branding/Assets/contosologo.jpg
```

### Example 2

This example adds https://contoso.sharepoint.com/sites/branding/Templates as a designated library for organization assets. Templates is the name of the SharePoint library added and will be the name publicly displayed for the library. The thumbnail publicly displayed for the library is contosologo.jpg, from that same library. OrgAssetType is the type of SharePoint library.
Expand Down Expand Up @@ -71,7 +72,10 @@ Accept wildcard characters: False
```

### -CopilotSearchable
{{ Fill CopilotSearchable Description }}

> Applicable: SharePoint Online

Specifies whether the library is made available to Microsoft 365 Copilot Search.

```yaml
Type: System.Boolean
Expand Down Expand Up @@ -104,7 +108,10 @@ Accept wildcard characters: False
```

### -NoDefaultOrigins
{{ Fill NoDefaultOrigins Description }}

> Applicable: SharePoint Online

Specifies whether to provision default origins during activation of the CDN for organizational assets feature.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down Expand Up @@ -159,6 +166,7 @@ Accept wildcard characters: False
```

### -Confirm

Prompts you for confirmation before running the cmdlet.

```yaml
Expand All @@ -174,6 +182,7 @@ Accept wildcard characters: False
```

### -WhatIf

Shows what would happen if the cmdlet runs.
The cmdlet is not run.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ Accept wildcard characters: False
```

### -DesignPackageId
{{ Fill DesignPackageId Description }}

> Applicable: SharePoint Online

The ID of the design package associated with the site design.

```yaml
Type: System.Guid
Expand Down Expand Up @@ -208,6 +211,7 @@ Accept wildcard characters: False
```

### CommonParameters

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/?LinkID=113216).

## INPUTS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ This example returns the organization-level site collection properties such as S
## PARAMETERS

### -ShowDetails
{{ Fill ShowDetails Description }}

> Applicable: SharePoint Online

Whether to show the detailed properties for each setting.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ms.reviewer:
```
Get-SPOTheme [[-Name] <String>] [<CommonParameters>]
```

## DESCRIPTION

The **Get-SPOTheme** cmdlet returns the settings for a named existing theme, or for all uploaded themes if no name is provided.
Expand Down Expand Up @@ -78,7 +79,10 @@ Get-SPOTheme
## PARAMETERS

### -Name
{{ Fill Name Description }}

> Applicable: SharePoint Online
The name of the theme.

```yaml
Type: System.String
Expand All @@ -93,6 +97,7 @@ Accept wildcard characters: False
```
### CommonParameters
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/?LinkID=113216).
## INPUTS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ Creates a new migration job in the target site collection.
## SYNTAX

### ImplicitSourceParameterSet

```
Invoke-SPOMigrationEncryptUploadSubmit -MigrationSourceLocations <MigrationPackageLocation>
-Credentials <CredentialCmdletPipeBind> -TargetWebUrl <String> [-NoLogFile] [-ParallelUpload]
[<CommonParameters>]
```

### ExplicitSourceParameterSet

```
Invoke-SPOMigrationEncryptUploadSubmit -SourceFilesPath <String> -SourcePackagePath <String>
-Credentials <CredentialCmdletPipeBind> -TargetWebUrl <String> [-NoLogFile] [-ParallelUpload]
Expand Down Expand Up @@ -127,7 +129,10 @@ Accept wildcard characters: False
```

### -ParallelUpload
{{ Fill ParallelUpload Description }}

> Applicable: SharePoint Online

Whether to enable parallel upload of files to Azure.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ Accept wildcard characters: False
```

### -EnableAgreementsSolution
{{ Fill EnableAgreementsSolution Description }}

> Applicable: SharePoint Online

Whether to enable the Agreements Solution feature in the new site.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ For more information, see [Controlling your data in Office 365 using Customer Ke
## SYNTAX

### BYOK_MultipleParameters (Default)

```
Register-SPODataEncryptionPolicy -PrimaryKeyVaultName <String> -PrimaryKeyName <String>
-PrimaryKeyVersion <Guid> -SecondaryKeyVaultName <String> -SecondaryKeyName <String>
-SecondaryKeyVersion <Guid> [-WhatIf] [-Confirm] [<CommonParameters>]
```

### BYOK_Uri

```
Register-SPODataEncryptionPolicy -PrimaryKeyVaultUri <Uri> -SecondaryKeyVaultUri <Uri> [-WhatIf] [-Confirm]
[<CommonParameters>]
Expand All @@ -44,6 +46,7 @@ For more information, see [Controlling your data in Office 365 using Customer Ke
```powershell
Register-SPODataEncryptionPolicy -PrimaryKeyVaultName 'PKVaultName1' -PrimaryKeyName 'PrimaryKey1' -PrimaryKeyVersion 'f635a23bd4a44b9996ff6aadd88d42ba' -SecondaryKeyVaultName 'SKVaultName1' -SecondaryKeyName 'SecondaryKey2' -SecondaryKeyVersion '2b3e8f1d754f438dacdec1f0945f251a'
```

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

## PARAMETERS
Expand Down Expand Up @@ -85,7 +88,10 @@ Accept wildcard characters: False
```

### -PrimaryKeyVaultUri
{{ Fill PrimaryKeyVaultUri Description }}

> Applicable: SharePoint Online

The Uri of the primary key vault

```yaml
Type: System.Uri
Expand Down Expand Up @@ -154,7 +160,10 @@ Accept wildcard characters: False
```

### -SecondaryKeyVaultUri
{{ Fill SecondaryKeyVaultUri Description }}

> Applicable: SharePoint Online

The Uri of the secondary key vault

```yaml
Type: System.Uri
Expand Down Expand Up @@ -189,6 +198,7 @@ Accept wildcard characters: False
### -Confirm

> Applicable: SharePoint Online

Prompts you for confirmation before running the cmdlet.

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ms.reviewer:
# Remove-SPOContainer

## SYNOPSIS

Sends a Container to the Recycle Bin.

## SYNTAX
Expand Down Expand Up @@ -42,7 +43,10 @@ Example 1 places the Container with the `ContainerId` `423poi45-jikl-9bnm-b302-1
## PARAMETERS

### -Force
{{ Fill Force Description }}

> Applicable: SharePoint Online

Whether to remove the container without prompting for confirmation.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down Expand Up @@ -75,6 +79,7 @@ Accept wildcard characters: False
```

### -Confirm

Prompts you for confirmation before running the cmdlet.

```yaml
Expand All @@ -90,6 +95,7 @@ Accept wildcard characters: False
```

### -WhatIf

Shows what would happen if the cmdlet runs.
The cmdlet is not run.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ms.reviewer:
# Remove-SPOContainerType

## SYNOPSIS

This cmdlet removes the container type specified from the tenant.

## SYNTAX
Expand All @@ -34,6 +35,7 @@ You must be a SharePoint Embedded Administrator to run this cmdlet.
```powershell
Remove-SPOContainerTypeId -ContainerTypeId 4f0af585-8dcc-0000-223d-661eb2c604a8
```

In Example 1, the cmdlet asks for a confirmation on the remove action and on confirmation, deletes the trial container type.

Example 1 places the container with the given ID into the recycle bin. The container will be permanently deleted from the recycle bin after 93 days unless the deleted container is [restored](./Restore-SPODeletedContainer.md) before permanent deletion.
Expand All @@ -59,7 +61,10 @@ Accept wildcard characters: False
```

### -Force
{{ Fill Force Description }}

> Applicable: SharePoint Online

Whether to remove the container type without prompting for confirmation.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand All @@ -74,6 +79,7 @@ Accept wildcard characters: False
```

### -Confirm

Prompts you for confirmation before running the cmdlet.

```yaml
Expand All @@ -89,6 +95,7 @@ Accept wildcard characters: False
```

### -WhatIf

Shows what would happen if the cmdlet runs.
The cmdlet is not run.

Expand All @@ -105,6 +112,7 @@ Accept wildcard characters: False
```

### CommonParameters

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/?LinkID=113216).

## INPUTS
Expand All @@ -126,4 +134,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
[Set-SPOContainerType](./Set-SPOContainerType.md)

[Remove-SPOContainerType](./Get-SPOContainerType.md)

Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ This example removes a deleted Container with the `ContainerId` `b66f5b2e-4cbd-4
## PARAMETERS

### -Force
{{ Fill Force Description }}

> Applicable: SharePoint Online

Whether to remove the deleted container without prompting for confirmation.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down Expand Up @@ -78,6 +81,7 @@ Accept wildcard characters: False
```

### -Confirm

Prompts you for confirmation before running the cmdlet.

```yaml
Expand All @@ -93,6 +97,7 @@ Accept wildcard characters: False
```

### -WhatIf

Shows what would happen if the cmdlet runs.
The cmdlet is not run.

Expand Down Expand Up @@ -127,4 +132,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)

[Remove-SPOContainer](./Remove-SPOContainer.md)

Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,19 @@ Removes a new SharePoint user or security Group in the current Multi-Geo Tenant.
## SYNTAX

### User (Default)

```
Remove-SPOGeoAdministrator [-UserPrincipalName] <String> [<CommonParameters>]
```

### Group

```
Remove-SPOGeoAdministrator [-GroupAlias] <String> [<CommonParameters>]
```

### ObjectId

```
Remove-SPOGeoAdministrator [-ObjectId] <Guid> [<CommonParameters>]
```
Expand Down Expand Up @@ -66,7 +69,10 @@ Same as example 1, but using the LoginName parameter explicitly.
## PARAMETERS

### -GroupAlias
{{ Fill GroupAlias Description }}

> Applicable: SharePoint Online

The login name of the security group to be removed.

```yaml
Type: System.String
Expand All @@ -81,7 +87,10 @@ Accept wildcard characters: False
```

### -ObjectId
{{ Fill ObjectId Description }}

> Applicable: SharePoint Online

The ID of the user or security group to be removed.

```yaml
Type: System.Guid
Expand All @@ -98,7 +107,8 @@ Accept wildcard characters: False
### -UserPrincipalName

> Applicable: SharePoint Online
{{ Fill UserPrincipalName Description }}

The login name of the user to be removed.

```yaml
Type: System.String
Expand Down
Loading