Difference between revisions of "Windows Powershell to Office 365"

From Ilianko
(Created page with "Install MSOnline c:/>Install-Module MSOnline Connect (login) to Office 365 c:/>Connect-MsolService Execute Commands c:/>Get-MsolUser")
 
Line 7: Line 7:
 
Execute Commands
 
Execute Commands
 
  c:/>Get-MsolUser
 
  c:/>Get-MsolUser
 +
 +
 +
[[Category:Windows]]
 +
[[Category:Powershell]]
 +
[[Category:Office 365]]

Revision as of 13:02, 4 January 2021

Install MSOnline

c:/>Install-Module MSOnline

Connect (login) to Office 365

c:/>Connect-MsolService

Execute Commands

c:/>Get-MsolUser