株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>

モジュールがあるか確認

Get-Module -Name Microsoft.Online.SharePoint.PowerShell -
ListAvailable | Select Name,Version

なければインストール

Install-Module -Name Microsoft.Online.SharePoint.PowerShell -Force

Office365管理センターのURLへ接続

Connect-SPOService -Url https://test-admin.sharepoint.com -Credential 
yuta@test.onmicrosoft.com

使用可能コマンドレット一覧

Get-Command -Module Microsoft.Online.SharePoint.PowerShell

<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)