Closed iainbrighton closed 5 years ago
When calling some functions, a file called Out-Null is created in the working directory.
Out-Null
This should not occur. The output should be piped to 'Out-Null'.
Output is redirected to a file called 'Out-Null'
Replace all occurences of > Out-Null with | Out-Null.
> Out-Null
| Out-Null
1. 2. 3. 4.
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