是否可以使用Office365 Powershell cmdlet获取Sharepoint Online组及其成员名称?如果没有,还有其他可能的方法吗?先谢谢你了。
hyrbngr71#
Office 365的wave 15启用了Powershell,仅适用于少数cmd let。参见:http://technet.microsoft.com/en-us/library/fp161364(v=office.15)
k3fezbri2#
也许有点晚,但您可以使用项目客户端SharePoint PowerShellhttp://sharepointpowershell.codeplex.com/作为SharePoint Online的PowerShell API。功能仍然需要增长,但您可以很容易地扩展它,否则只需请求一些功能。
u59ebvdq3#
目前powershell cmdlet只能用于管理exchange online。没有SharePoint Online支持,也没有Powershell远程处理。
wwwo4jvm4#
我还没有通读,但似乎可以使用PowerShell管理SharePoint Online。
dauxcl2d5#
您可以使用Microsoft脚本库中的脚本:How to get all the SharePoint Groups in a SharePoint Online SiteHow to add users to SharePoint Groups in different SPO sitesHow to get all the users in all the SharePoint Groups in a SPO SiteHow to create a SharePoint Group in a SharePoint Online Site或CodePlex解决方案:https://sharepointonlineautomationcmdlets.codeplex.com/
5条答案
按热度按时间hyrbngr71#
Office 365的wave 15启用了Powershell,仅适用于少数cmd let。参见:http://technet.microsoft.com/en-us/library/fp161364(v=office.15)
k3fezbri2#
也许有点晚,但您可以使用项目客户端SharePoint PowerShellhttp://sharepointpowershell.codeplex.com/作为SharePoint Online的PowerShell API。功能仍然需要增长,但您可以很容易地扩展它,否则只需请求一些功能。
u59ebvdq3#
目前powershell cmdlet只能用于管理exchange online。没有SharePoint Online支持,也没有Powershell远程处理。
wwwo4jvm4#
我还没有通读,但似乎可以使用PowerShell管理SharePoint Online。
dauxcl2d5#
您可以使用Microsoft脚本库中的脚本:
How to get all the SharePoint Groups in a SharePoint Online Site
How to add users to SharePoint Groups in different SPO sites
How to get all the users in all the SharePoint Groups in a SPO Site
How to create a SharePoint Group in a SharePoint Online Site
或CodePlex解决方案:
https://sharepointonlineautomationcmdlets.codeplex.com/