Skip to content

Instantly share code, notes, and snippets.

@belotn
Created December 2, 2013 15:31
Show Gist options
  • Save belotn/7751191 to your computer and use it in GitHub Desktop.
Save belotn/7751191 to your computer and use it in GitHub Desktop.
Get Servers Not using Farm Licence configuration
get-xaserver | get-xaserverconfiguration |? {! $_.LicenseServerUseFarmSettings } | select ServerName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment