devblackops / NetScaler

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

Invalid Out-Null file output #92

Closed iainbrighton closed 5 years ago

iainbrighton commented 5 years ago

When calling some functions, a file called Out-Null is created in the working directory.

Expected Behavior

This should not occur. The output should be piped to 'Out-Null'.

Current Behavior

Output is redirected to a file called 'Out-Null'

Possible Solution

Replace all occurences of > Out-Null with | Out-Null.

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Your Environment