PowerShell CMDLETS support for Windows Deployment Services (WDS)

Home > Blogs > PowerShell > PowerShell CMDLETS support for Windows Deployment Services (WDS)

PowerShell CMDLETS support for Windows Deployment Services (WDS)

Like This Blog 0 Rick Trader
Added by November 6, 2013

Windows Deployment Services (WDS) PowerShell CMDLETS have long been awaited for and they have arrived in Windows Server 2012 R2 with PowerShell 4.0.

Windows PowerShell is a tasked based command line shell consisting of a verb-noun syntax.  PowerShell is also a scripting language designed to assist administrators in automating tasks.  There are 33 new CMDLETs specifically for WDS.

The WDS manifest will not be available to import or use until after you install the WDS role. To view the available manifests that can be imported launch PowerShell and type get-module –listavailable.

Notice the WDS manifest is not available?

001-PowerShell-CMDLETS-support-for-Windows-Deployment-Services

After installing WDS the manifest is now available.  Launch PowerShell and type Get-Module –Listavailable.  One thing I do want to point out.  A lot of blogs and even the Technet article on WDS cmdlets list the manifest as WindowsDeploymentService note the manifest is named simply WDS.

002-WDS-PowerShell-CMDLETS-support-for-Windows-Deployment-Services

The new inline feature PowerShell does not require you import the manifest for use. To view just the cmdlets for WDS, type Get-Command –Module WDS.

003-Get-Command–Module-WDS-PowerShell-CMDLETS-support-for-Windows-Deployment-Services

If you wanted to get the count of the number of WDS cmdlets available, type
Get-Command –Module WDS| measure.

004-Get-Command–Module-WDS-PowerShell-CMDLETS-support-for-Windows-Deployment-Services

To get help on any individual cmdlet type Get-Help cmdlet-name, for instance to get help on how to import a Boot Image into WDS using PowerShell , type Get-Help Import-wdsbootimage.

If this is the first time you have used the help system in PowerShell you will be prompted to update the help system (see images below).

005-Get-Command–Module-WDS-PowerShell-CMDLETS-support-for-Windows-Deployment-Services

006-Get-Command–Module-WDS-PowerShell-CMDLETS-support-for-Windows-Deployment-Services

007-Get-Command–Module-WDS-PowerShell-CMDLETS-support-for-Windows-Deployment-Services

To get additional information on how to use the Import-wdsbootimage cmdlet type one of the following;

Get-Help Import-wdsbootimage – examples, Get-Help Import-wdsbootimage –details
or
Get-Help Import-wdsbootimage –full or Get-Help Import-wdsbootimage –online.

Now it is time to get busy and get some WDS images created and deployed.

Until next time RIDE SAFE!!
Rick Trader
Windows Server Instructor – Interface Technical Training
Phoenix, AZ

Videos You May Like

A Simple Introduction to Cisco CML2

0 3877 0

Mark Jacob, Cisco Instructor, presents an introduction to Cisco Modeling Labs 2.0 or CML2.0, an upgrade to Cisco’s VIRL Personal Edition. Mark demonstrates Terminal Emulator access to console, as well as console access from within the CML2.0 product. Hello, I’m Mark Jacob, a Cisco Instructor and Network Instructor at Interface Technical Training. I’ve been using … Continue reading A Simple Introduction to Cisco CML2

Creating Dynamic DNS in Network Environments

0 641 1

This content is from our CompTIA Network + Video Certification Training Course. Start training today! In this video, CompTIA Network + instructor Rick Trader teaches how to create Dynamic DNS zones in Network Environments. Video Transcription: Now that we’ve installed DNS, we’ve created our DNS zones, the next step is now, how do we produce those … Continue reading Creating Dynamic DNS in Network Environments

Cable Testers and How to Use them in Network Environments

0 724 1

This content is from our CompTIA Network + Video Certification Training Course. Start training today! In this video, CompTIA Network + instructor Rick Trader demonstrates how to use cable testers in network environments. Let’s look at some tools that we can use to test our different cables in our environment. Cable Testers Properly Wired Connectivity … Continue reading Cable Testers and How to Use them in Network Environments

Write a Comment

Share your thoughts...

Please fill out the comment form below to post a reply.