Skip to content

Instantly share code, notes, and snippets.

@alevyinroc
Created September 12, 2017 19:52
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 alevyinroc/0b1755cf6fa7bdebc9fb40714024f039 to your computer and use it in GitHub Desktop.
Save alevyinroc/0b1755cf6fa7bdebc9fb40714024f039 to your computer and use it in GitHub Desktop.
Compare-Object -ReferenceObject (Get-DbaSpConfigure -ServerInstance Test1;) -DifferenceObject (Get-DbaSpConfigure -ServerInstance PROD -SqlCredential (get-credential -Message "Prod" -UserName MySQLLogin)) -property ConfigName,RunningValue|Sort-Object ConfigName;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment