• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    70Pcs imaging all unbranded

    Scheduled Pinned Locked Moved
    General Problems
    5
    22
    2.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      dijsil
      last edited by dijsil

      @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 file

      Got 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?
      .
      Capture.JPG

      @"%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
      
      1 Reply Last reply Reply Quote 0
      • D
        dijsil
        last edited by dijsil

        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?

        1 Reply Last reply Reply Quote 0
        • 1
        • 2
        • 2 / 2
        • First post
          Last post

        212

        Online

        12.0k

        Users

        17.3k

        Topics

        155.2k

        Posts
        Copyright © 2012-2024 FOG Project