Created
April 11, 2019 15:52
-
-
Save techdecline/d1ac3076074a16e99cdfc4b73fa30944 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Install-Script -Name Get-WindowsAutoPilotInfo -RequiredVersion 1.3 | |
| Get-InstalledScript | |
| Get-InstalledScript | gm | |
| Get-InstalledScript.installedlocation | |
| (Get-InstalledScript).installedlocation | |
| Mount-VHD -Path D:\vm\CM-Win10-AP.vhdx | |
| Copy-Item -Path (Join-Path (get-installedscript).InstalledLocation -ChildPath Get-WindowsAutoPilotInfo.ps1) -Destination E:\ | |
| gci e:\ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment