限制用户访问azure powershell和图形 [英] Restrict user access to azure powershell and graph

查看:74
本文介绍了限制用户访问azure powershell和图形的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果可以限制用户访问Azure PowerShell和图表,尽管Azure AD门户中的阻止访问权限,用户也可以通过PowerShell使用Azure AD。


谢谢!!

解决方案

我认为您不能限制针对Azure AD运行PowerShell cmdlet的用户 但是,您可以使用命令禁用用户读取其他用户信息的权限 -  

 Set-MsolCompanySettings -UsersPermissionToReadOtherUsersEnabled 


< blockquote> false

此外,您无法通过条件访问策略阻止访问,因为条件访问策略尚不支持PowerShell。 


How can user access to Azure PowerShell and graph be restricted, despite blocking access in Azure AD Portal, the user is able to play with Azure AD via PowerShell.

Thanks !!

解决方案

I do not think that you can restrict users running PowerShell cmdlet against Azure AD  however, you can disable a users permission to read other user's information by using the commands - 

Set-MsolCompanySettings -UsersPermissionToReadOtherUsersEnabled


false

Also, you cannot block the access through conditional access policies as conditional access policies do not yet support PowerShell. 


这篇关于限制用户访问azure powershell和图形的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆