Skip to content

Instantly share code, notes, and snippets.

@aflyen
Created October 28, 2015 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aflyen/9fe012e018aba224f507 to your computer and use it in GitHub Desktop.
Save aflyen/9fe012e018aba224f507 to your computer and use it in GitHub Desktop.
$Context = Get-SPOContext
$Web = $Context.Site.RootWeb
$Context.Load($Web)
Execute-SPOQuery
Enable-CustomItemScheduling -Web $Web -PagesLibraryName "Pages"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment