获取 MsolSubscription 用户权限
Get-MsolSubscription user permissions
我正在使用 "MSOnline V1 PowerShell module for Azure Active Directory" 获取 O365 租户的订阅信息。
与 Azure Active Directory 的连接是使用 Connect-MsolService
cmdlet 启动的。之后, Get-MsolSubscription
被执行。这样returns的数据就好了。但是,我找不到有关调用 Get-MsolSubscription
cmdlet 所需权限的文档。
获取订阅的用户是否必须分配给 O365 中的特定角色?
我们可以使用具有 Connect-MsolService
的普通用户(没有任何管理员角色)并成功执行此 cmdlet Get-MsolSubscription
。
所以我认为调用 Get-MsolSubscription
cmdlet 不需要任何角色。
我正在使用 "MSOnline V1 PowerShell module for Azure Active Directory" 获取 O365 租户的订阅信息。
与 Azure Active Directory 的连接是使用 Connect-MsolService
cmdlet 启动的。之后, Get-MsolSubscription
被执行。这样returns的数据就好了。但是,我找不到有关调用 Get-MsolSubscription
cmdlet 所需权限的文档。
获取订阅的用户是否必须分配给 O365 中的特定角色?
我们可以使用具有 Connect-MsolService
的普通用户(没有任何管理员角色)并成功执行此 cmdlet Get-MsolSubscription
。
所以我认为调用 Get-MsolSubscription
cmdlet 不需要任何角色。