วันพฤหัสบดีที่ 6 มิถุนายน พ.ศ. 2562

Microsoft Office 365: Add License All Domain


Microsoft Office 365: Add License All Domain


##Install Module for Manage Resource in AzureAD##

Install-Module -Name AzureAD -Force

##User Credential##

$UserCredential = Get-Credential
Connect-MsolService -Credential $UserCredential


Connect-MsolService


##Get All Users in Domain##
##Add License##


Get-msoluser -DomainName "test.contoso.co.th" | Set-MsolUserLicense  -AddLicenses contoso:STANDARDWOFFPACK_STUDENT

ไม่มีความคิดเห็น:

แสดงความคิดเห็น