Select Page

Task – Rename Computer

Required Files: None Renames the computer and optionally restarts it to take effect. You will have to change the asset name manually if you want it to match.   Import-Module $env:SyncroModule -WarningAction SilentlyContinue   # Chanage the computer name in...

Bios Version

Required Files: None Gets Current Bios Version   Import-Module $env:SyncroModule $bversion=$(Get-WmiObject -Class "Win32_Bios").SMBIOSBIOSVersion Set-Asset-Field -Subdomain "SUBDOMAINHERE" -Name "BiosVersion" -Value...

MAC – Flush DNS

Required Files: None #!/bin/sh killall -HUP mDNSResponder && dscacheutil -flushcache   #!/bin/sh killall -HUP mDNSResponder && dscacheutil -flushcache#!/bin/sh killall -HUP mDNSResponder && dscacheutil...