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
ไม่มีความคิดเห็น:
แสดงความคิดเห็น