Pages

Wednesday, 21 January 2015

Get all user name and id in web using powershell

Get-SPUser -web "Site Url" | ForEach-Object{ ""+ $_.Id+""+$_.Name}

No comments:

Post a Comment