Last active
December 15, 2015 11:38
-
-
Save belotn/5253893 to your computer and use it in GitHub Desktop.
One liner, ajout de serveur dans un pool d'application
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
get-xaapplication MyApp-* |% { set-xaapplication -InputObject $_ -ServerNames (@(get-xaserver -BrowserName $_.BrowserName | %{$_.ServerName } ) + @('MyServer1', 'MyServer2')) } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment