KB1030: Setting Up a New Machine (CCI Standard Windows 10 Deployment Process)
Overview
This guide outlines the standard procedures for setting up a new Windows 10 machine under the CCI deployment process. Follow these steps to ensure consistency and proper configuration.
Initial Setup Steps
- Create a Local Admin Account:
- Username:
admin-cci - Add to the Administrators group.
- Save the password securely in the designated location.
- Username:
- Install TeamViewer:
- Download the installer from this link.
- Ensure to setup the unattended password, and option password to lock the settings.
- Store them in the password manager in the designated folder.
- Ensure the device is added to the correct group in TeamViewer management.
- Create a Local Admin Account:
Azure AD and MDM Enrollment
Case 1: No MDM/Autopilot
- Join the machine to Azure AD manually:
- Use a global admin account to join the device.
- Verify join status with the command:
dsregcmd.exe /status
- Join the machine to Azure AD manually:
Case 2: MDM/Autopilot Setup
- Autopilot Enrollment:
- During the Out-of-Box Experience (OOBE), use the Autopilot script to register the device.
- Install the necessary PowerShell module:
Install-Script -Name Get-WindowsAutoPilotInfo - Import the device to Autopilot enrollment using tenant global admin credentials.
- Azure AD Join:
- Complete the OOBE process with an Azure AD Premium license account.
- Verify the join status with
dsregcmd.exe /status
- Autopilot Enrollment:
Software and Configuration
- Install Required Software:
- ESET Endpoint Security: Use the customer’s designated ESET account to activate.
- Microsoft Office 365 Apps: Use the Office Deployment Tool with a pre-configured XML file.
- TeamViewer, Chrome, and Adobe Acrobat: Download installers from official websites.
- Hardware-Specific Tools:
- Install Dell Command Update and apply all updates.
- Optionally, run Dell Optimizer for enhanced performance.
- Backup and Sync Tools:
- Set up OneDrive auto-backup for known folders (Desktop, Documents, Pictures).
- Helpdesk Integration:
- Add the new machine’s details (asset) such as the serial number and hostname to the inventory management system within the ticketing system.
- Ensure to link the asset to the ticket or change initiating the request at hand.
- Install Required Software:
Error Resolution
- Error: Insufficient Privileges
- Ensure the admin account used has the required roles and permissions.
- Elevate privileges in the Azure portal if necessary.
- Error: Script Issues
- Run PowerShell scripts with the following command
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
- Run PowerShell scripts with the following command
- Error: Insufficient Privileges
Useful Commands
- Open Network Connections:
ncpa.cpl - Check device join status:
dsregcmd.exe /status
- Open Network Connections: