I would like a script that could activate multiple features (list of features) at once in a single site collection. I was wondering if anyone out there has done this already. Any help would be appreciated.
PS script that runs and activates multiple features. The script would loop through a list, check if enabled; do nothing, if not enabled; enable. The list would contain feature Id’s. I will use only one param; that would be Site Collection URL (The features I need activated are scoped at the SPSite level).
