Import-Module msonline Connect-MsolService 输入用户名密码 Get-MsolUser -all| Export-Csv c:\user.csv 导出授权用户(可以显示online用户及所分配的订阅信息)