Difference between revisions of "Office 365"
Jump to navigation
Jump to search
(→Admin) |
|||
Line 20: | Line 20: | ||
=Admin= | =Admin= | ||
− | Get | + | [https://docs.microsoft.com/en-us/office365/enterprise/powershell/create-user-accounts-with-office-365-powershell%20Create%20user%20accounts%20with%20Powershell Get Tenant Licensing]: |
Get-MsolAccountSku | Get-MsolAccountSku | ||
− | |||
− | |||
Example: | Example: | ||
New-MsolUser -DisplayName "Caleb Sills" -FirstName Caleb -LastName Sills -UserPrincipalName caleb@manaiakalani.onmicrosoft.com -UsageLocation US -LicenseAssignment manaiakalani:ENTERPRISEPACK | New-MsolUser -DisplayName "Caleb Sills" -FirstName Caleb -LastName Sills -UserPrincipalName caleb@manaiakalani.onmicrosoft.com -UsageLocation US -LicenseAssignment manaiakalani:ENTERPRISEPACK |
Revision as of 19:44, 21 December 2017
Pre-Requisites
MS Documents - Connect to Office 365 PowerShell
Connect to Tenant
$UserCredential = Get-Credential Connect-MsolService -Credential $UserCredential
Connect with MFA
Connect-MsolService
Exchange Online
Get Distribution List Members
https://technet.microsoft.com/en-us/library/aa996367(v=exchg.160).aspx
OneDrive
Admin
Get-MsolAccountSku
Example:
New-MsolUser -DisplayName "Caleb Sills" -FirstName Caleb -LastName Sills -UserPrincipalName caleb@manaiakalani.onmicrosoft.com -UsageLocation US -LicenseAssignment manaiakalani:ENTERPRISEPACK