Difference between revisions of "Office 365 Exchange Online"
Jump to navigation
Jump to search
Michael.mast (talk | contribs) |
Michael.mast (talk | contribs) |
||
Line 1: | Line 1: | ||
<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> | ||
+ | ==Office 365 Administrator Roles== | ||
+ | When you need to allow someone to access billing information in the 365 account. | ||
+ | <pre> | ||
+ | $usercred = get-credential | ||
+ | connect-msolservice -credential $usercred | ||
+ | get-msolrole |
Revision as of 15:07, 18 May 2017
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