Join-MgBetaSiteContentTypeWithHubSite

Invoke action associateWithHubSites

Note

To view the v1.0 release of this cmdlet, view Join-MgSiteContentTypeWithHubSite

Syntax

Join-MgBetaSiteContentTypeWithHubSite
    -ContentTypeId <String>
    -SiteId <String>
    [-ResponseHeadersVariable <String>]
    [-AdditionalProperties <Hashtable>]
    [-HubSiteUrls <String[]>]
    [-PropagateToExistingLists]
    [-Headers <IDictionary>]
    [-PassThru]
    [-ProgressAction <ActionPreference>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]
Join-MgBetaSiteContentTypeWithHubSite
    -ContentTypeId <String>
    -SiteId <String>
    -BodyParameter <IPaths1IvodsgSitesSiteIdContenttypesContenttypeIdMicrosoftGraphAssociatewithhubsitesPostRequestbodyContentApplicationJsonSchema>
    [-ResponseHeadersVariable <String>]
    [-Headers <IDictionary>]
    [-PassThru]
    [-ProgressAction <ActionPreference>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]
Join-MgBetaSiteContentTypeWithHubSite
    -InputObject <ISitesIdentity>
    [-ResponseHeadersVariable <String>]
    [-AdditionalProperties <Hashtable>]
    [-HubSiteUrls <String[]>]
    [-PropagateToExistingLists]
    [-Headers <IDictionary>]
    [-PassThru]
    [-ProgressAction <ActionPreference>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]
Join-MgBetaSiteContentTypeWithHubSite
    -InputObject <ISitesIdentity>
    -BodyParameter <IPaths1IvodsgSitesSiteIdContenttypesContenttypeIdMicrosoftGraphAssociatewithhubsitesPostRequestbodyContentApplicationJsonSchema>
    [-ResponseHeadersVariable <String>]
    [-Headers <IDictionary>]
    [-PassThru]
    [-ProgressAction <ActionPreference>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Description

Invoke action associateWithHubSites

Permissions

Permission type Least privileged permissions Higher privileged permissions
Delegated (work or school account) Sites.Manage.All Sites.FullControl.All
Delegated (personal Microsoft account) Not supported. Not supported.
Application Sites.Manage.All Sites.FullControl.All

Examples

Example 1: Code snippet

Import-Module Microsoft.Graph.Beta.Sites

$params = @{
	hubSiteUrls = @(
	"https://graph.microsoft.com/beta/sites/id"
)
propagateToExistingLists = $false
}

Join-MgBetaSiteContentTypeWithHubSite -SiteId $siteId -ContentTypeId $contentTypeId -BodyParameter $params

This example shows how to use the Join-MgBetaSiteContentTypeWithHubSite Cmdlet.

Parameters

-AdditionalProperties

Additional Parameters

Type:Hashtable
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-BodyParameter

. To construct, see NOTES section for BODYPARAMETER properties and create a hash table.

Type:IPaths1IvodsgSitesSiteIdContenttypesContenttypeIdMicrosoftGraphAssociatewithhubsitesPostRequestbodyContentApplicationJsonSchema
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ContentTypeId

The unique identifier of contentType

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Headers

Optional headers that will be added to the request.

Type:IDictionary
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-HubSiteUrls

.

Type:String[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-InputObject

Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

Type:ISitesIdentity
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-PassThru

Returns true when the command succeeds

Type:SwitchParameter
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ProgressAction

{{ Fill ProgressAction Description }}

Type:ActionPreference
Aliases:proga
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-PropagateToExistingLists

.

Type:SwitchParameter
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ResponseHeadersVariable

Optional Response Headers Variable.

Type:String
Aliases:RHV
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-SiteId

The unique identifier of site

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

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

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

Microsoft.Graph.Beta.PowerShell.Models.IPaths1IvodsgSitesSiteIdContenttypesContenttypeIdMicrosoftGraphAssociatewithhubsitesPostRequestbodyContentApplicationJsonSchema

Microsoft.Graph.Beta.PowerShell.Models.ISitesIdentity

System.Collections.IDictionary

Outputs

System.Boolean

Notes

COMPLEX PARAMETER PROPERTIES

To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.

BODYPARAMETER <IPaths1IvodsgSitesSiteIdContenttypesContenttypeIdMicrosoftGraphAssociatewithhubsitesPostRequestbodyContentApplicationJsonSchema>: .

  • [(Any) <Object>]: This indicates any property can be added to this object.
  • [HubSiteUrls <String- []>]:
  • [PropagateToExistingLists <Boolean?>]:

INPUTOBJECT <ISitesIdentity>: Identity Parameter

  • [BaseItemId <String>]: The unique identifier of baseItem
  • [BaseSitePageId <String>]: The unique identifier of baseSitePage
  • [BitlockerRecoveryKeyId <String>]: The unique identifier of bitlockerRecoveryKey
  • [ColumnDefinitionId <String>]: The unique identifier of columnDefinition
  • [ColumnLinkId <String>]: The unique identifier of columnLink
  • [ContentModelId <String>]: The unique identifier of contentModel
  • [ContentTypeId <String>]: The unique identifier of contentType
  • [ContentTypeId1 <String>]: The unique identifier of contentType
  • [DataLossPreventionPolicyId <String>]: The unique identifier of dataLossPreventionPolicy
  • [DocumentProcessingJobId <String>]: The unique identifier of documentProcessingJob
  • [DocumentSetVersionId <String>]: The unique identifier of documentSetVersion
  • [DriveId <String>]: The unique identifier of drive
  • [EndDateTime <String>]: Usage: endDateTime='{endDateTime}'
  • [GroupId <String>]: The unique identifier of group
  • [GroupId1 <String>]: The unique identifier of group
  • [HorizontalSectionColumnId <String>]: The unique identifier of horizontalSectionColumn
  • [HorizontalSectionId <String>]: The unique identifier of horizontalSection
  • [IncludePersonalNotebooks <Boolean?>]: Usage: includePersonalNotebooks={includePersonalNotebooks}
  • [InformationProtectionLabelId <String>]: The unique identifier of informationProtectionLabel
  • [Interval <String>]: Usage: interval='{interval}'
  • [ItemActivityId <String>]: The unique identifier of itemActivity
  • [ItemActivityOldId <String>]: The unique identifier of itemActivityOLD
  • [ItemActivityStatId <String>]: The unique identifier of itemActivityStat
  • [ListId <String>]: The unique identifier of list
  • [ListItemId <String>]: The unique identifier of listItem
  • [ListItemVersionId <String>]: The unique identifier of listItemVersion
  • [ModelName <String>]: Usage: modelName='{modelName}'
  • [NotebookId <String>]: The unique identifier of notebook
  • [OnenoteOperationId <String>]: The unique identifier of onenoteOperation
  • [OnenotePageId <String>]: The unique identifier of onenotePage
  • [OnenoteResourceId <String>]: The unique identifier of onenoteResource
  • [OnenoteSectionId <String>]: The unique identifier of onenoteSection
  • [PageTemplateId <String>]: The unique identifier of pageTemplate
  • [Path <String>]: Usage: path='{path}'
  • [PermissionId <String>]: The unique identifier of permission
  • [RecycleBinItemId <String>]: The unique identifier of recycleBinItem
  • [RelationId <String>]: The unique identifier of relation
  • [RichLongRunningOperationId <String>]: The unique identifier of richLongRunningOperation
  • [SectionGroupId <String>]: The unique identifier of sectionGroup
  • [SectionGroupId1 <String>]: The unique identifier of sectionGroup
  • [SensitivityLabelId <String>]: The unique identifier of sensitivityLabel
  • [SensitivityLabelId1 <String>]: The unique identifier of sensitivityLabel
  • [SetId <String>]: The unique identifier of set
  • [SetId1 <String>]: The unique identifier of set
  • [SiteId <String>]: The unique identifier of site
  • [SiteId1 <String>]: The unique identifier of site
  • [StartDateTime <String>]: Usage: startDateTime='{startDateTime}'
  • [SubscriptionId <String>]: The unique identifier of subscription
  • [TermId <String>]: The unique identifier of term
  • [TermId1 <String>]: The unique identifier of term
  • [ThreatAssessmentRequestId <String>]: The unique identifier of threatAssessmentRequest
  • [ThreatAssessmentResultId <String>]: The unique identifier of threatAssessmentResult
  • [Token <String>]: Usage: token='{token}'
  • [UserId <String>]: The unique identifier of user
  • [WebPartId <String>]: The unique identifier of webPart