70Pcs imaging all unbranded
-
@sudburr thanks for the script seems to have fixed the issue, managed to get the pc to join to domain automatically, added apps to be installed using choclatey via snapin (script below just in case someone needs it) as each time the files are downloaded and will have always the latest versions installed with no intervention.
Also uninstalled windows assessment and deployment kit since I used the website to get the answer fileGot another question:
1- When using groups it doesn’t tell you what snapins are selected just the ones that are available any idea why and how to know which ones are selected?
2- When the software in the snippets is being installed in the background, can I install other software manually?
.
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" choco feature enable -n allowGlobalConfirmation choco upgrade chocolatey choco install VLC choco install googlechrome choco install 7zip choco install Winrar choco install notepadplusplus choco install office365business
Removed VM tools with the below script:
wmic product where name="VMware Tools" call uninstall
-
I need to deploy the image I created from the virtual machine (legacy) onto uefi is that possible or do I need to create another image?