Con questo script PowerShell è possibile elencare tutti gli utenti di una site collection SharePoint che non hanno un gruppo associato:

PowerShell

$w=Get-SPWeb http://sharepoint.sgart.local/sites/example
$w.SiteUsers | ?{$_.Groups.Count -eq 0} | select loginName | Export-csv $pwd\users0.csv
Tags:
PowerShell200 SharePoint498 SharePoint 2010224 SharePoint 2013137
Potrebbe interessarti anche: