Skip to content

Instantly share code, notes, and snippets.

@JarbasHorst
Created April 30, 2019 09:20
Show Gist options
  • Save JarbasHorst/be8a8211df05183054f0342fe0c9fffa to your computer and use it in GitHub Desktop.
Save JarbasHorst/be8a8211df05183054f0342fe0c9fffa to your computer and use it in GitHub Desktop.
PS C:\Windows\system32> Connect-SPOService -Url https://example-admin.sharepoint.com
PS C:\Windows\system32> $script = Get-Clipboard -Raw
PS C:\Windows\system32> $siteScript = Add-SPOSiteScript -Title "Teamify using flow" -Description "Flow connection to mig
rate group to team" -Content $script
PS C:\Windows\system32> $siteScript
Id : caac7937-7209-4eb9-bded-8c402edfa3fa
Title : Teamify using flow
Description : Flow connection to migrate group to team
Content :
Version : 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment