About 94,500 results
Open links in new tab
  1. Pulling OSDComputername into Powershell for Task Sequence

    Oct 3, 2020 · I need help with the Powershell cmdlets on how to call/carry over the OSDComputername variable from a previous Task Sequence step, which I believe contains …

  2. Prompt for Computer Name during OSD with PowerShell

    Oct 2, 2013 · When you execute the Task Sequence on a client during OSD, you’ll now get a prompt where you can enter the computer name for that particular system. If you enter more …

  3. Easy Way to Prompt Computer name during SCCM OSD

    Oct 8, 2021 · Using the OSDCOMPUTERNAME variable, we will configure the SCCM task sequence and allow the client to prompt computer name during SCCM OSD. When you make …

  4. Need to set computername during required required task sequence

    Jul 14, 2021 · You need to write a PowerShell Script that creates the Name of the computer you want into a Variable, then sets OSDComputerName to that.. Something like: $Serial = (Get …

  5. Set Computer Name in SCCM Task Sequence by identifying the …

    Jul 7, 2021 · I have created PowerShell function, which will modify the existing Task Sequence step that itself sets OSDComputerName. This function will generate the complete content of …

  6. SCCM OSD Computer Name Prompt In Task Sequence Deployment

    Sep 3, 2024 · There are many methods for prompting the computer name during operating system deployment with the SCCM Task sequence. I will focus on how to use the Built-in task …

  7. SCCM – PowerShell, VBScript – Name Computer in Task Sequence

    Next, in the Task Sequence, create three Run Commands: #1 powershell.exe -noprofile -command “Set-ExecutionPolicy Bypass LocalMachine” -force #2 powershell.exe -noprofile -file …

  8. SCCM/MECM How to set computer name automatically during Task Sequence

    Nov 2, 2022 · I know it is possible to set the computer name before you start the task sequence by adding the OSDComputerName variable to a collection – usually used in the Unknown …

  9. SOLVED Use task sequence variable in Powershell script

    Dec 25, 2021 · I use a Powershell form I developped myself to set a few task sequence variables that are used later on during the OSD. I have added another TS var which stores the user's …

  10. Set Computername via Powershell (SCCM Task Sequence)

    Jan 9, 2021 · Pop Up in the TS and take user input from the textbox and take the relevant button and create a computer name like in the example above S-WIN-001 or A-WIN-001. and then …

Refresh