Gathering EmpowerID related information from Microsoft SharePoint using PowerShell

Login to any of your SharePoint servers, open the SharePoint Management Shell and paste the following PowerShell command:

Get-SPWebApplication | Get-SPSite -Limit All | Get-SPWeb -Limit All | Select-Object Title,Url,AuthenticationMode,HasExternalSecurityProvider,ExternalSecurityProviderSetting,SiteAdministrators,Created,LastItemModifiedDate,NoCrawl,SiteGroups,HasUniquePerm

This provides diagnostic information that can be useful for EmpowerID support engineers.

If you wish to redirect the output to a log file, run the following command, adjusting C:\log.txt to be the file path and name desired:

Get-SPWebApplication | Get-SPSite -Limit All | Get-SPWeb -Limit All | Select-Object Title,Url,AuthenticationMode,HasExternalSecurityProvider,ExternalSecurityProviderSetting,SiteAdministrators,Created,LastItemModifiedDate,NoCrawl,SiteGroups,HasUniquePerm > C:\log.txt

Please feel free to contact us by e-mail at support@empowerid.com or by phone at (877) 996-4276 (Option 2) if you have any questions or concerns regarding this guide.

Have more questions? Submit a request

Comments

Powered by Zendesk