Update use-vamt-in-windows-powershell.md

Typo in line.  VAMT 3.0 should have been just VAMT3
This commit is contained in:
scottmca 2023-06-22 17:26:17 -04:00 committed by GitHub
parent 1b9e2d9cc3
commit b5101b1fbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ To open PowerShell with administrative credentials, select **Start** and enter `
For all supported operating systems, you can use the VAMT PowerShell module included with the Windows ADK. By default, the module is installed with the Windows ADK in the VAMT folder. Change directories to the directory where VAMT is located. For example, if the Windows ADK is installed in the default location of `C:\Program Files(x86)\Windows Kits\10`, enter: For all supported operating systems, you can use the VAMT PowerShell module included with the Windows ADK. By default, the module is installed with the Windows ADK in the VAMT folder. Change directories to the directory where VAMT is located. For example, if the Windows ADK is installed in the default location of `C:\Program Files(x86)\Windows Kits\10`, enter:
```powershell ```powershell
cd "C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\VAMT 3.0" cd "C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\VAMT3"
``` ```
### Import the VAMT PowerShell module ### Import the VAMT PowerShell module