Difference between revisions of "Office 365 Exchange Online"

From Michael's Information Zone
Jump to navigation Jump to search
Line 1: Line 1:
 +
*<b><u>NOTE : THIS IS NOT CORRECT, THIS IS FOR OFFICE 365 MANAGEMENT AND NOT EXCHANGE ONLINE<u><b>
 
<ref>https://technet.microsoft.com/en-us/library/dn975125.aspx</ref>
 
<ref>https://technet.microsoft.com/en-us/library/dn975125.aspx</ref>
 
<ref>https://technet.microsoft.com/en-us/library/mt736914.aspx</ref>
 
<ref>https://technet.microsoft.com/en-us/library/mt736914.aspx</ref>

Revision as of 11:21, 28 September 2018

  • NOTE : THIS IS NOT CORRECT, THIS IS FOR OFFICE 365 MANAGEMENT AND NOT EXCHANGE ONLINE

[1] [2]

Install Module

In an elevated prompt, run[3]

Install-Module MSOnline

Office 365 Administrator Roles

When you need to allow someone to access billing information in the 365 account.

$usercred = get-credential
connect-msolservice -credential $usercred
#get-msolrole
add-msolroles -rolename "Billing Administrators" -rolememberemailaddress <email of user to be assigned role>