Export von VAMT-Daten in der Powershell

Powershell (x86) starten

cd "C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\VAMT3"

Import-Module .\VAMT.psd1

Get-VamtProduct | Export-VamtData -IncludeSensitiveInfo -outputfile "c:\temp\2023-01-13_vamtdata.cilx"

Quelle:
https://learn.microsoft.com/de-de/windows/deployment/volume-activation/use-vamt-in-windows-powershell

Schreibe einen Kommentar