Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Steps For A Provider App Architecture Demo Presenting App
WhatsApp
Guest User
7y
2.8
k
0
1
25
Blog
Create a ps1 extension file in a path in your local desktop. Change the highlighted part with your Site Collection.
Get - SPsite http:
//hvsp01:10641 | %
{
$results = @()
Get - SPFeature - Limit All | %
{
$feature = $_;
$featuresDefn = (Get - SPFarm).FeatureDefinitions[$_.ID];
$cc = [System.Globalization.CultureInfo]::CurrentCulture;
$obj = New - Object PSObject;
$obj | Add - Member NoteProperty Title $($featuresDefn.GetTitle($cc));
$obj | Add - Member NoteProperty ID $($feature.ID);
$obj | Add - Member NoteProperty Scope $($feature.Scope);
$obj | Add - Member NoteProperty Hidden $($feature.Hidden);
$obj | Add - Member NoteProperty Description $($featuresDefn.GetDescription($cc));
$results += $obj;
}#$results | FT - auto;
$results | Out - GridView;
}
Open Management Shell as an administrator.
Run PS script, using the path along with the shown file.
Here, the required output is given.
Provider App Architecture Demo
SharePoint
Up Next
Difference Between Hosted, Provider Hosted and SharePoint Hosted App
Ebook Download
View all
SharePoint Online And Office 365 Administration
Read by 3.6k people
Download Now!
Learn
View all
Membership not found