Releases: devblackops/NetScaler
Releases · devblackops/NetScaler
v1.7.0
1.7.0 (2018-07-02)
Features
- PR88 - Add
SearchFilter
andSubAttributeName
parameters toNew-NSLDAPAuthenticationServer
(via @iainbrighton)
v1.6.0
1.6.0 (2017-10-31)
- Features
- PR82 - Added Get-NSCurrentTime, Get-NSlicenseExpiration, and Update-NSAppliance functions (via @ryancbutler)
v1.4.0
- Features
- Added parameters to New-NSLBVirtualServer to configure a redirect (via @rokett)
- Added parameter 'ICMPVSResponse' to New-NSLBVirtualServer which controler whether ICMP response is ACTIVE or PASSIVE on VIP (via @dbroeglin)
- Added Add-NSLBVirtualServerResponderPolicyBinding an Get-NSLBVirtualServerResponderPolicyBinding (via @rokett)
- Added (Get|New|Remove)-NSBackup to manage NetScaler backups (via @devblackops)
- Added Get-NSStat function to get NetScaler stat objects (via @devblackops)
- Added New-NSResponderPolicy function to create responder policies (via @rokett)
- Added -Send and -Recv parameters to New-NSLBMonitor (via @rokett)
- Improvements
- Added support for 'Arguments' parameter in _InvokeNsRestApiGet (via @dbroeglin)
- Refactored Get-NSSystemFile to use internal _InvokeNSRestApiGet function (via @dbroeglin)
- Added example to comment-based help in _InvokeNSRestApiGet (via @dbroeglin)
- Bug fixes
- Fix typo in Add-NSLBVirtualServerBinding (via @rokett)
- Deprecated
- Mark Get-NSLBStat as deprecated in favor of Get-NSStat
v1.2.0
- Added Invoke-Nitro to wrap direct calls to _InvokeNSRestApi
- Added Get-NSConfig : retrieve NetScaler configuration (running or saved)
- Added Get/New/Set/Remove-NSResponderAction
- Modified Get-NSLBMonitor, Get-NSLBServer, Get-NSLBServiceGroup to only return
resources if there are resources to return.