v0.10.1
[v0.10.1]
Added
- Added cmdlet
Get-ComputerName
which can be used to returns the computer
name cross-plattform. The variable$env:COMPUTERNAME
does not exist
cross-platform which hinders development and testing on macOS and Linux.
Instead this cmdlet can be used to get the computer name cross-plattform.