You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the warning: Hub association is failed at end of the script.
I am using tenant admin to execute this script. I need a help to provision contoso works template in my environment. what are the steps i have to follow. There is no instruction in github repo also.
Help me to figure out this issue.
The text was updated successfully, but these errors were encountered:
Hi Team,
I am trying to provision contoso work hub template. I did the following steps,
$SiteURL = "https://xxxxxxxx/sites/hr-works"
$TemplateXML ="D:\tenant\contosoworks\source\template.xml"
#Connect to PnP Online
Connect-PnPOnline -Url $SiteURL -Interactive
#Apply provisioning Template
Invoke-PnPSiteTemplate -path $TemplateXML
Getting the warning: Hub association is failed at end of the script.
I am using tenant admin to execute this script. I need a help to provision contoso works template in my environment. what are the steps i have to follow. There is no instruction in github repo also.
Help me to figure out this issue.
The text was updated successfully, but these errors were encountered: