2022-01-01から1年間の記事一覧

Microsoft Graph PowerShell SDK を使用したライセンス管理操作

こちらに対応すべくメモjpazureid.github.io $credential = Get-Credential Import-Module ExchangeOnlineManagement Connect-MgGraph -Scopes "Organization.Read.All","User.ReadWrite.All" Import-Module Microsoft.Graph.Users Connect-ExchangeOnline -…

ゲストユーザーをGAL表示

Import-Csv "C:\Users\***\Downloads\exportUser_2022-6-14.csv" | foreach{Set-MailUser $_.userPrincipalName -HiddenFromAddressListsEnabled $false}※Default:True

ポータルサイトをダウンロードさせる

$WshShell = New-Object -comObject WScript.Shell $DesktopPath = [System.Environment]::GetFolderPath([System.Environment+SpecialFolder]::Desktop) $Shortcut = $WshShell.CreateShortcut("$DesktopPath\ポータル サイト を入手 - Microsoft Store ja-…