0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

SharePoint PowerShell コマンド備忘録

Posted at

自分の備忘録です。SharePointで使えるPowerShellのコマンドをまとめていきます。
実際に使ったものしか記載しないので、これから徐々に増やしていくつもりです。

■テナントのゴミ箱に入っているサイトコレクションを削除する
対象:SharePoint Online

Connect-SPOService -Url (管理センターのURL)
Remove-SPODeletedSite (削除したいサイトコレクションのURL)

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?