Skip to main content

Posts

Showing posts with the label SP powershell commands

List All SharePoint 2013 PowerShell Commands

Dear All Here is the list of commands for the SharePoint Powershell Get Count (Get-Command -PSSnapin Microsoft.SharePoint.PowerShell).count List All Commands Get-Command –PSSnapin “Microsoft.SharePoint.PowerShell” | select name, definition | fl > C:\SP2013_PowerShell_Commands.txt Full List Here are all the commands in the preview. I will highlight some of these individually over the coming weeks. Add-SPAppDeniedEndpoint Add-SPClaimTypeMapping Add-SPDiagnosticsPerformanceCounter Add-SPDistributedCacheServiceInstanceOnLocalServer Add-SPEduClassMember Add-SPEduUser Add-SPInfoPathUserAgent Add-SPPluggableSecurityTrimme...