Search notes:

NetBIOS

Determining the NetBIOS name in PowerShell

In PowerShell, the NetBIOS name can be determined from the MachineName property of System.Environment:
PS C:\> [Environment]::MachineName
RenesPC

See also

nbtstat.exe
The lmhosts service
lmhosts.sam

Index