Clean all orphaned features Aleksandr Savenko - March 25, 2016 13:57 Apply on all WFE:Get-SPFeature | ? { !$_.Scope } | % { $_.Delete() }
Comments