Set Computer Name in SCCM Task Sequence by identifying the computer by its serial number (serviceTag) instead of SMBios or MAC
To mimic MDT behavior (and yes we are using Dell computers)
Jul 7, 202114 min read18K
Search for a command to run...
Articles tagged with #deployment-automation
To mimic MDT behavior (and yes we are using Dell computers)
I have created this PowerShell script for unattended installation & configuration of FTP server on Windows Server Core edition. This script will: ask for FTP site name, READ and WRITE FTP user install FTP, IIS roles create FTP site create READ and ...