Showing posts with label Delete Hidden Feature. Show all posts
Showing posts with label Delete Hidden Feature. Show all posts

Sunday, 21 February 2016

Delete Hidden Feature

$feature = Get-SPFeature | ? { $_.DisplayName -eq "FeatureName_Feature1" }
 $feature.Delete()