Get group and role info for a SharePoint user (PowerShell)
If you want to get info about a user’s groups and roles, here is a PowerShell script that might help: PS C:\Users\Administrator.CORP\Desktop> $urlweb=get-spweb http://sps2010:9229 PS […]
If you want to get info about a user’s groups and roles, here is a PowerShell script that might help: PS C:\Users\Administrator.CORP\Desktop> $urlweb=get-spweb http://sps2010:9229 PS […]
Here is a way you can export you farm’s solutions (WSP) using PowerShell: foreach($solution in Get-SPSolution) { try { $filename = $solution.Name; […]
Here are some considerations when installing PFSense 2.1 DEV on DELL Hardware: – use a plain USB Keyboard or a PS/2 keyboard when installing PFSense, […]
If you want to list the templates available for a site using PowerShell: $url = “http://sps2010” $site= new-Object Microsoft.SharePoint.SPSite($url ) $loc= [System.Int32]::Parse(1033) —> please note […]
Copyright © 2025 | PhoeNIXBird Networks