Wednesday, March 25, 2015

Get User ID for Web Solution

Get User ID for Web Solution:

Get-SPUser -Web "Web Solution URL" | ForEach-Object{ "" + $_.Id + " " + $_.Name }

No comments:

Post a Comment