Skip to content

Instantly share code, notes, and snippets.

@hansgafriedzal
Last active June 10, 2020 04:13
Show Gist options
  • Save hansgafriedzal/332b7fd3ff966c7fe8cb48714e964357 to your computer and use it in GitHub Desktop.
Save hansgafriedzal/332b7fd3ff966c7fe8cb48714e964357 to your computer and use it in GitHub Desktop.
$farm = Get-SPFarm
$farm.Solutions `
| sort name `
| ft Name, Deployed, DeployedWebApplications, DeployedServers, DeploymentState
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment