Skip to main content
17 November, 2021

Gerätehash mit Powershell zum Autopilot

17 November, 2021

Das Powershellscript erstellt auf dem Windows Betriebssystem den Gerätehash und lädt diesen direkt zum Endpoint Manager hoch.

md c:\#devicehash
Set-Location c:\#devicehash
#Install-Module -Name WindowsAutoPilotIntune
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Unrestricted
## Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
Save-Script -Name Get-WindowsAutoPilotInfo -Path c:\#devicehash


.\Get-WindowsAutoPilotInfo.ps1 -Online

Lukasz
Cloud Engineer