Live Webinar: Prompt Engineering: Skill Everyone Must Learn Today
x
C# Corner
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
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
SharePoint Admin must know PowerShell Scripts
WhatsApp
Krishna Murthy
Jul 16
2015
874
0
0
Finding a Correlation ID error:
Merge-SPlogfile –Path c:\log.log –Correlation ba05e237-0680-403a-b9f6-e49f96ac55d4
Quickly restore a deleted site collection.
Get-SPDeletedSite | select Path , siteid
Quickly check for errors on a content database.
Test-SPContentDatabase -name WSS_Content_DB –webapplication
##Output to CSV format
Test-spcontentdatabase -name WSS_Content_DB –webapplication [SiteURL] | ConvertTo-CSV | Out-file c:\Test.csv
PowerShell
SharePoint
Up Next
SharePoint Admin must know PowerShell Scripts