$User_State_Store_Location_Label = New-Object $Source_Computer_Text_Box.Font = 'Microsoft Sans Serif,10' $Source_Computer_Text_Box.Location = New-Object (10,30) $Source_Computer_Text_Box.Multiline = $false
$Source_Computer_Label.Font = 'Microsoft Sans Serif,10,style=Bold' $Source_Computer_Label.Location = New-Object (10,10) $Source_Computer_Label.Text = '* SOURCE COMPUTER: Enter Source Computer hostname (PQDN):' We use it for USMTs created from SCCM, but it will work with any encrypted USMT.MIG file, providing you know the Recovery Key.Īdd-Type -AssemblyName Or use this PowerShell script that I wrote which is a full GUI for extracting encrypted USMT.MIG files.