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 @@ -47,13 +47,15 @@ Example 1 attaches the billing profile of Azure subscription ID "5a8a4d9f", reso

### -AzureSubscriptionId

> Applicable: SharePoint Online

This parameter describes the Azure subscription ID to which the container type needs to be associated.

```yaml
Type: System.Guid
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online


Required: True
Position: Named
Expand All @@ -64,13 +66,15 @@ Accept wildcard characters: False

### -ContainerTypeId

> Applicable: SharePoint Online

This parameter specifies the ID of the container type corresponding to the SharePoint Embedded application.

```yaml
Type: System.Guid
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online


Required: True
Position: Named
Expand All @@ -81,13 +85,15 @@ Accept wildcard characters: False

### -Region

> Applicable: SharePoint Online

This parameter describes the region to which the billing profile of the container type is associated with.

```yaml
Type: System.String
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online


Required: True
Position: Named
Expand All @@ -98,13 +104,15 @@ Accept wildcard characters: False

### -ResourceGroup

> Applicable: SharePoint Online

This parameter describes the resource group to be used for the associated container type.

```yaml
Type: System.String
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online


Required: False
Position: Named
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ In multi-geo environments, **Content Security Policy** configuration is unique t

### -Source

> Applicable: SharePoint Online

Source to be added to the **Content Security Policy** configuration.

```yaml
Type: System.String
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online


Required: True
Position: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,15 @@ Adds the user **admin\@contoso.onmicrosoft.com** as administrator to the SharePo

### -GroupAlias

> Applicable: SharePoint Online

Use this parameter to add a security group or a mail-enabled security group as a geo admin. (Distribution groups and Microsoft 365 Groups are not supported).

```yaml
Type: System.String
Parameter Sets: Group
Aliases:
Applicable: SharePoint Online


Required: True
Position: 0
Expand All @@ -70,13 +72,15 @@ Accept wildcard characters: False

### -ObjectId

> Applicable: SharePoint Online

Not all security groups have a group alias. If you want to add a security group that does not have an alias, run Get-MsolGroup to retrieve a list of groups, find your security group's ObjectID, and then use this parameter. For more information, see [Add or remove a geo administrator in Microsoft 365 Multi-Geo](/office365/enterprise/add-a-sharepoint-geo-admin).

```yaml
Type: System.Guid
Parameter Sets: ObjectId
Aliases:
Applicable: SharePoint Online


Required: True
Position: 0
Expand All @@ -87,13 +91,15 @@ Accept wildcard characters: False

### -UserPrincipalName

> Applicable: SharePoint Online

UserPrincipalName or UPN defined for the specific user on the SharePoint Online tenant.

```yaml
Type: System.String
Parameter Sets: User
Aliases:
Applicable: SharePoint Online


Required: True
Position: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,15 @@ This example associates the research site with the marketing hub site.

### -HubSite

> Applicable: SharePoint Online

URL or Site ID of the hub site.

```yaml
Type: Microsoft.Online.SharePoint.PowerShell.SpoHubSitePipeBind
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online


Required: True
Position: Named
Expand All @@ -57,13 +59,15 @@ Accept wildcard characters: False

### -Site

> Applicable: SharePoint Online

URL of the site to join to the hub site.

```yaml
Type: Microsoft.Online.SharePoint.PowerShell.SpoSitePipeBind
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online


Required: True
Position: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@ This example associates the source hub site with the HubSiteId 7b6fd3a3-b029-4eb

### -Source

> Applicable: SharePoint Online

HubSiteId of the Source Hub site to be associated with the Target Hub Site.

```yaml
Type: System.Guid
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online

Required: True
Position: 0
Default value: None
Expand All @@ -57,13 +59,15 @@ Accept wildcard characters: False

### -Target

> Applicable: SharePoint Online

HubSiteId of the Target Hub to associate the source Hub to.

```yaml
Type: System.Guid
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online

Required: True
Position: Named
Default value: None
Expand All @@ -85,7 +89,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## NOTES

SPOHubToHubAssociation is just a placeholder and not yet ready for production.
SPOHubToHubAssociation is just a placeholder and not yet ready for production.

## RELATED LINKS

Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Add-SPOOrgAssetsLibrary -LibraryURL https://contoso.sharepoint.com/sites/brandin

### -CdnType

> Applicable: SharePoint Online

Specifies the CDN type. The valid values are public or private.

Note: The manually configured Private CDN is in the process of being deprecated. For more information, see [Use the Office 365 Content Delivery Network (CDN) with SharePoint Online](/microsoft-365/enterprise/use-microsoft-365-cdn-with-spo).
Expand All @@ -58,7 +60,7 @@ Note: The manually configured Private CDN is in the process of being deprecated.
Type: Microsoft.Online.SharePoint.TenantAdministration.SPOTenantCdnType
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online

Accepted values: Public, Private

Required: False
Expand All @@ -85,13 +87,15 @@ Accept wildcard characters: False

### -LibraryUrl

> Applicable: SharePoint Online

Indicates the absolute URL of the library to be designated as a central location for organization assets.

```yaml
Type: System.String
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online


Required: True
Position: Named
Expand Down Expand Up @@ -139,13 +143,15 @@ Accept wildcard characters: False

### -ThumbnailUrl

> Applicable: SharePoint Online

Indicates the URL of the background image used when the library is publicly displayed. If no thumbnail URL is indicated, the card will have a gray background.

```yaml
Type: System.String
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online


Required: False
Position: Named
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,15 @@ This example adds a SiteCollection app catalog to the specified site.

### -Site

> Applicable: SharePoint Online

Url of the site to add the app catalog to.

```yaml
Type: Microsoft.Online.SharePoint.PowerShell.SpoSitePipeBind
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online


Required: True
Position: Named
Expand All @@ -60,14 +62,16 @@ Accept wildcard characters: False

### -Confirm

> Applicable: SharePoint Online

Prompts you for confirmation before executing the command.
For more information, type the following command: `get-help about_commonparameters`

```yaml
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: cf
Applicable: SharePoint Online


Required: False
Position: Named
Expand All @@ -78,14 +82,16 @@ Accept wildcard characters: False

### -WhatIf

> Applicable: SharePoint Online

Displays a message that describes the effect of the command instead of executing the command.
For more information, type the following command: `get-help about_commonparameters`

```yaml
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: wi
Applicable: SharePoint Online


Required: False
Position: Named
Expand Down
Loading
Loading