Intune Initial Scripts Backup
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
$Path = "HKLM:\SYSTEM\CurrentControlSet\services\NetBT\Parameters\Interfaces\tcpip*"
|
||||
$Name = "NetbiosOptions"
|
||||
$Type = "DWORD"
|
||||
$Value = 2
|
||||
|
||||
Set-ItemProperty -Path $Path -Name $Name -Type $Type -Value $Value
|
||||
Reference in New Issue
Block a user