Public/Get-ComputerName.ps1

function Get-ComputerName {
    param (
        
    )
    Write-Output $env:COMPUTERNAME
}