Tagged Questions
1
vote
1answer
125 views
SharePoint 2010 Claims to Classic PowerShell help
I have a client requirement to move from Classic to Claims. I'm currently utilizing some PowerShell from http://derekmartin.org/archives/701
$webApp =
$farm = get-SPFarm
$wa = get-SPWebApplication ...