Skip to content

Instantly share code, notes, and snippets.

@PixelRobots
Created June 4, 2017 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PixelRobots/dbafe3d9bb5ab2c222e6e9a391a4a96c to your computer and use it in GitHub Desktop.
Save PixelRobots/dbafe3d9bb5ab2c222e6e9a391a4a96c to your computer and use it in GitHub Desktop.
# Check Cluster Functional Level
Get-Cluster | Select ClusterFunctionalLevel
# Check Nodes are UP
Get-ClusterNode
# Upgrade Functional Level
Update-ClusterFunctionalLevel
# Check Cluster Functional Level
Get-Cluster | Select ClusterFunctionalLevel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment