PowerShell图所需示波器完整列表
如何以及在哪里可以获得PowerShell图所需的范围列表? 我需要获取所有范围的列表,例如:
"Chat.ReadWrite.All",
"Directory.AccessAsUser.All",
"Directory.ReadWrite.All",
"Group.Read.All",
"Mail.ReadWrite",
"People.Read.All",
"Sites.Manage.All",
"Tasks.ReadWrite.All",
"User.Read.All",
"User.ReadWrite.All"
更新
我找到了使用此命令列出所有读取规则的方法:
Find-MgGraphPermission | ? {$_.Name -match "\bRead\b"}
如果有人可以更新文档的官方URL,那就太好了。
How and where can I get the PowerShell Graph Required Scopes list?
I need to get the list of all scopes like:
"Chat.ReadWrite.All",
"Directory.AccessAsUser.All",
"Directory.ReadWrite.All",
"Group.Read.All",
"Mail.ReadWrite",
"People.Read.All",
"Sites.Manage.All",
"Tasks.ReadWrite.All",
"User.Read.All",
"User.ReadWrite.All"
Update
I have found the way to list all Read Only rules using this command:
Find-MgGraphPermission | ? {$_.Name -match "\bRead\b"}
It would be great if someone can update the official URL for the documentation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论