devblackops / NetScaler

PowerShell module for interacting with Citrix NetScaler via the Nitro API
Apache License 2.0
69 stars 32 forks source link

Adding Graceful shutdown to Disable-NSLBServer #56

Closed daimhin closed 7 years ago

daimhin commented 7 years ago

Expected Behavior

We normally use the graceful shutdown option when disabling a server from the NetScaler.

Current Behavior

The Disable-NSLBServer cmdlet has no options for doing a graceful shutdown.

Possible Solution

Add code to allow a graceful shutdown and be able to specify a number of seconds before the graceful shutdown.