devblackops / NetScaler

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

Added Remove-NSSystemFile, Get-NSHardware and corrected Get-NSSystemFile #72

Closed dbroeglin closed 7 years ago

dbroeglin commented 7 years ago

Related Issue

  1. Added Remove-NSSystemFile: #69
  2. Added Get-NSHardware: #70
  3. Corrected a bug in Get-NSSystemFile: #71

Motivation and Context

Those functions are needed for housekeeping (automating setup, cleaning up NS after between tests, allow for system file changes or simply removing unused files)

Also corrected a typo in Install-NSLicense.

How Has This Been Tested?

Tested in my local lab (NS 11.1 48.10). See https://github.com/dbroeglin/windows-lab

On PS v6.0 MacOSX and PS v5.1 on Windows Server 2016

Types of changes

Checklist:

devblackops commented 7 years ago

Looks good to me. Thanks!