Difference between revisions of "Office 365 Exchange Online"

From Michael's Information Zone
Jump to navigation Jump to search
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

[1] [2]

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