• Home
  • IT-Courses
    • Installing and Upgrading Microsoft Window Server
    • Designing Network Infrastructure Window Server
    • Design and Configure Active Directory Window Server
    • Implementing and Administering Active Director
    • Install, Configure and Migrate Domain DNS Services
    • Designing a Secure Microsoft Windows-Based Network
  • Training Videos
  • Forum
  • Career
  • About us
  • Contacts
  • Home
  • IT-Courses
    • Installing and Upgrading Microsoft Window Server
    • Designing Network Infrastructure Window Server
    • Design and Configure Active Directory Window Server
    • Implementing and Administering Active Director
    • Install, Configure and Migrate Domain DNS Services
    • Designing a Secure Microsoft Windows-Based Network
  • Training Videos
  • Forum
  • Career
  • About us
  • Contacts
Log in / Sign in
What are you looking for?
Trending Searches: Javascript Database Photoshop
Popular categories
Uncategorized

Uncategorized

13 products
View all categories
0 0
0 Shopping Cart

No products in the cart.

Return To Shop
Shopping cart (0)
Subtotal: $0.00

View cartCheckout

Module 13: Deploying Windows Professional Using RIS (Remote Installation Services)

Remote Installation Services (RIS) is a Windows Server feature that enables administrators to remotely deploy Windows Professional operating systems to client computers over the network using PXE boot.

Overview of RIS

Requirements for RIS Setup
  • Windows Server 2003 (RIS is deprecated in newer versions)

  • NTFS partition on the server

  • DHCP and DNS configured

  • Client systems with PXE-enabled NICs

  • Windows Professional installation media

remote installation services step by step

Installing and Configuring RIS

  • Installing and Starting RIS
  • Folder location for images and supporting files
  • Initial client support settings
  • Location of source files
  • Initial image folder name
  • Friendly description and Help text
  • Create a RIS folder structure
  • Copy supporting RIS files to the server
  • Create a CD-based image of Windows 2018
  • Start the services required for RIS
Install RIS on Windows Server
  1. Go to Control Panel β†’ Add/Remove Programs β†’ Windows Components

  2. Select Remote Installation Services

  3. Click Next to complete installation

πŸ“ Note: RIS installs the service and sets up the initial configuration wizard.

  • Configuring RIS Security Settings

Configuring RIS Security Settings

Configure RIS for First Use

Run the RIS setup tool:

Powershell risetup
  1. Choose a location to store the OS images (must be NTFS)

  2. Provide Windows installation CD when prompted

  3. Configure network settings, licensing, and PXE response policy


4. Authorize RIS in DHCP
  • Open DHCP console

  • Authorize the RIS server in Active Directory:

Powershell netsh dhcp add server
Start and Configure RIS Service
  • Open Administrative Tools β†’ Remote Installation Services

  • Configure options:

    • Automatic or manual OS installation

    • User permissions

    • Client naming conventions


6. Boot a Client and Deploy OS
  1. On the client system, enable PXE boot in BIOS

  2. Boot client β€” press F12 to start network service boot

  3. RIS server will respond and begin installation

  4. Follow the guided setup to deploy Windows Professional

How to Configure Remote Installation Options in RIS on Windows Server

Configuring Remote Installation Options in RIS lets administrators customize how client computers receive Windows OS installations, including automated setup, naming conventions, and user interaction levels.

Step-by-Step Guide: Configuring Remote Installation Options

Access the RIS Management Console
  • Go to:
    Start β†’ Administrative Tools β†’ Remote Installation Services Setup
    or run:

Powershell risetup
  • After initial setup, open the Remote Install tab under the server’s properties in Active Directory Users and Computers (ADUC).


Set Client Installation Options

From the RIS Server Properties, choose how client installations will proceed:

OptionDescription
βœ… Automatic SetupInstalls Windows without user interaction (fully unattended)
πŸ§‘β€πŸ’» Custom SetupUser selects OS image and answers setup questions
πŸ–₯️ Restart SetupRe-runs setup if client installation is interrupted or fails
πŸ” Require Administrator ApprovalEnsures only authorized devices receive the installation
Powershell I am a description. Click the edit button to change this text.
Configure Naming Format for Deployed Clients

Under the Advanced Settings tab:

  • Use predefined naming schemes for deployed clients:

Powershell CLIENT-%Username% PC-%MACAddress%
  • This helps in tracking and managing systems after deployment.


Assign Group Policies (Optional)

Configure post-deployment policies:

  • Use Group Policy to push:

    • Software

    • Scripts

    • Security policies

  • Apply them to the OU where RIS-deployed systems are added.


Manage Available Installation Images

To manage or add OS images:

  • Re-run risetup to add a new Windows image

  • Store in:

Powershell \RemoteInstall\Setup\Language\Images\
  • Configuring Client Computer Names and Locations
ris remote install setup options
  • Prestaging Client Computers
configure ris auto install
  • Configuring Client Installation Options
  • Allow: Option Will Be Available to Users
  • Don’t care: Setting Will Be Inherited from Parent Site, Domain, or OU
  • Deny: Option Will Not Be Available to Users
windows server ris step by step
  • Configuring Maintenance and Troubleshooting Utilities
  • Diagnose Hardware Problems
  • Upgrade BIOS
remote install unattended windows
How to Deploy Windows OS Images Using RIS (Remote Installation Services)

Deploying images using RIS allows administrators to install Windows operating systems remotely on client computers through PXE boot by using preconfigured OS images stored on a Windows Server.

Prepare the RIS Server

Ensure RIS is installed and configured:

  • Install RIS via Add Windows Components

  • Run risetup to initialize setup

  • Choose an NTFS volume to store images

  • Insert Windows installation media to copy image files

πŸ“ Default image path:

plaintext C:\RemoteInstall\Setup\English\Images\WinXPPro\
Authorize RIS Server in Active Directory

Ensure RIS is authorized in DHCP:

plaintext netsh dhcp add server

Also ensure the server is joined to the domain and has permissions to create computer accounts.


Customize and Manage Images
  • Create multiple OS images for different departments (e.g., Sales, HR)

  • Use unattend.txt files for silent installations

  • Store them in separate folders inside RemoteInstall\Images\

You can generate these using Setup Manager or manually edit them.


Boot Client via PXE and Deploy
  1. Enable PXE boot in BIOS of the client PC

  2. Connect client to LAN

  3. Power on and press F12 during PXE prompt

  4. RIS server responds and displays available images

  5. User selects image and installation begins

Optional: Use pre-staged clients in AD for controlled deployment.


Monitor Deployment Progress
  • RIS will copy files from server to the client

  • No CD/DVD required

  • Review logs and progress via the RIS console or event viewer

  • Modifying the Installation of a CD-Based Image
deploy images with ris server
  • Associating an Answer File with an Image
unattended install ris windows
  • Restricting Images
ris os deployment steps
  • Creating a RIS Startup Disk
Creating a RIS Startup Disk
  • Installing an Image on a RIS Client Computer
Installing an Image
Creating an RIPrep Image (Remote Installation Preparation) in Windows Server

RIPrep (Remote Installation Preparation) is a tool used with RIS to capture a pre-configured Windows installation from a client computer and convert it into a deployable image for other systems across the network.

Set Up the Source Client Computer

Prepare a reference computer with:

  • Windows XP/2000 Professional installed from a CD-based image (not another RIPrep)

  • All required:

    • Drivers

    • Applications

    • Updates

    • Configurations (e.g., user profiles, desktop setup)

πŸ”„ Avoid domain-joining the system before imaging.


Install RIS on the Server (if not already installed)

Make sure:

  • The RIS server is fully configured using risetup

  • A CD-based image is present (required before any RIPrep image can be added)


Run the RIPrep Tool on the Source Client

On the reference (source) computer:

  1. Press Win + R, then type:

Bash \\\REMINST\Admin\i386\riprep.exe
  1. The Remote Installation Preparation Wizard launches

  2. Follow the prompts:

    • Choose the RIS server where image will be stored

    • Enter a friendly image name and description

    • Select what to include in the image (user profiles, system settings)


Wait for Image Creation and Upload
  • RIPrep will:

    • Sysprep the system (removes SID and prepares for duplication)

    • Capture the image

    • Upload the image to the RIS server under:

SQL \RemoteInstall\Setup\Language\Images\ImageName\
  • After upload, the client PC will reboot or shut down


Deploy the RIPrep Image via PXE Boot

From any PXE-enabled client:

  1. Boot from LAN β†’ Press F12

  2. Connect to RIS server

  3. Select the newly created RIPrep image

  4. Complete installation with minimal input (depending on setup)

  • Modifying the Default User Profile
create custom ris image
  • Creating an Image by Using the Remote Installation Preparation Wizard
  • Removes All SIDs and Unique Registry Settings
  • Creates the Image on a RIS Server
deploy cloned image using riprep
CD-Based vs. RIPrep Images in RIS: What’s the Difference and When to Use Each

In Remote Installation Services (RIS), a CD-based image is created directly from the Windows installation media, while a RIPrep image is captured from a configured reference computer. Each has distinct use cases and requirements for network OS deployment.

Quick Comparison Table:

FeatureCD-Based ImageRIPrep Image
πŸ“€ SourceWindows installation CDPre-configured client system
πŸ›  Setup RequiredBasic, uncustomizedFully configured and customized
πŸ’Ό Use CaseClean OS installsClone setup with apps and drivers
πŸ§ͺ Automation LevelSupports unattended setup (via unattend.txt)Can be semi or fully automated
⚠ Hardware SpecificHardware-independentMay require similar hardware
🧬 Includes ApplicationsNoYes (apps installed on source PC)
πŸ“€ Image Creation Toolrisetupriprep.exe
🧩 Driver SupportDefault drivers onlyAll drivers installed on reference system
πŸ’» Ideal ForStandard OS builds with post-install configRapid deployment with ready-to-go environment
When to Use Each:
Use CD-Based Images When:
  • You want to install a clean, standardized OS

  • All configurations will be applied after deployment

  • You need to support multiple hardware types

  • Your network policies or security require a fresh OS

Use RIPrep Images When:
  • You need to deploy fully configured systems

  • Applications and settings should be pre-installed

  • Hardware across devices is similar or identical

  • You want to save post-installation time

Identifying Solutions to RIS Problems
Client Computers Do Not Get Past the BootP Message
Client Computers Do Not Get Past the DHCP Message
Client Computers Do Not Get Past the BINL Message
Computer Cannot Connect by Using a RIS Boot Disk
You Press F12, but the Computer Cannot Connect to the Server
Expected Installation Options Are Not Available to a User
Lab A: Deploying Windows 2018 Professional by Using Remote Installation Services
How to Configure a Web Server ...
How to Configure a Web Server in Windows Server Using IIS (Step-by-Step Guide)
windows network management tools
Module 14: Managing a Windows ...

Add comment Cancel reply

Your email address will not be published. Required fields are marked

Quick Links

    • Career

    • Live Discussion

    • Certification

    • Sitemap

    • Help & Support

ADDITIONAL LINKS

    • About Us

    • Terms & Condition

    • Privacy Policy

    • Forum

    • Contact Us

Categories

    • Phone: (+92) 333-6522806

    • Email: info@skillpointit.com

    • Address: Lahore, Pakistan

    • Email: shahzad@skillpointit.com

Subscribe Now!

get 20% Off on courses collection Now!

Facebook Twitter Whatsapp Youtube Telegram

Β© 2024 SkillPoint IT. All rights reserved.