Office 365 - Windows PowerShell for SharePoint Online

Office 365 PowerShell for SharePoint Online

 

1. Get-SPOTenantLogEntry 并不能获取所有的Log信息,只能用于获取因外部资源而出错的log信息,比如 BCS错误,详情请见此页;

The Get-SPOTenantLogEntry cmdlet cannot retrieve all SharePoint Online errors. This cmdlet retrieves a subset of errors that happen due to external systems.
For Beta 2, the only company logs available are for Business Connectivity Services (BCS).

2. Set-SPOSiteGroup 可以用来设置一个 user group 的属性,但是在设置Group的Owner 时,需要注意:如果将一个 user group设置为另一个user group的 owner时,需要使用user group的 User principal name,而不是alias,详情可参考此页;

Set-SPOSiteGroup -Site https://contoso.sharepoint.com -Identity "NewGroup" -Owner <UPN>

3. 

你可能感兴趣的:(Office 365 - Windows PowerShell for SharePoint Online)