Skip to content

v0.10.1

Compare
Choose a tag to compare
@dscbot dscbot released this 25 Dec 21:44
4c472a3

[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.