Weekend Scripter: A Look at the PoshRSJob Module
Summary: Boe Prox presents a module for working with runspaces.Honorary Scripting Guy and Cloud and Datacenter Management MVP, Boe Prox, here today filling in for my good friend, The Scripting Guy....
View ArticlePowerTip: Update Module from PowerShell Gallery
Summary: Boe Prox shows how to update a module from the Windows PowerShell Gallery. How can I update a module from the Windows PowerShell Gallery? Run the following command to check for an update to...
View ArticleBuild a PowerShell-Enabled Windows PE Key: Part 1
Summary: Sean Kearney explores installing the Windows ADK and validating its presence with Windows PowerShell.Honorary Scripting Guy, Sean Kearney, here filling in for The Scripting Guy. This week, I’m...
View ArticlePowerTip: Determine Windows Architecture with PowerShell
Summary: Use Windows PowerShell to identify whether you are running a 32-bit or 64-bit version of Windows. How can I use Window PowerShell to see if my version of Windows is 32-bit or 64-bit? Use...
View ArticleBuild a PowerShell-Enabled Windows PE Key: Part 2
Summary: Customize a Windows PE environment to contain Windows PowerShell and DISM modules.Honorary Scripting Guy, Sean Kearney, is here again today with some early holiday gifts! A little PowerShell...
View ArticlePowerTip: See All Images Contained in Windows Image File
Summary: Use Windows PowerShell to identify all available images in a WIM file. How can I use Windows PowerShell to see what images are stored in a WIM file? Use the Get-WindowsImage cmdlet and target...
View ArticleBuild a PowerShell-Enabled Windows PE Key: Part 3
Summary: Identify available USB keys and make them bootable devices.Honorary Scripting Guy, Sean Kearney, is here to continue delving into having a cool PowerShell experience in a Windows PE...
View ArticlePowerTip: Use PowerShell to Build Simple Menu
Summary: Use the Out-Gridview cmdlet to easily build a GUI menu. How can I easily build a GUI menu in Windows PowerShell so I can select items from a list? Pipe any array to the Out-Gridview cmdlet and...
View ArticleBuild a PowerShell-Enabled Windows PE Key: Part 4
Summary: Build out the necessary file structure for a Windows PE environment.Honorary Scripting Guy, Sean Kearney, is here today to give you all you need to build out your own Windows PE file...
View ArticlePowerTip: Duplicate File Structure with PowerShell
Summary: Use Copy-Item to duplicate content with Windows PowerShell. How can I use Windows PowerShell to duplicate content? Use Copy-Item—for example, to duplicate all files and folders from C:\Foo to...
View ArticleBuild a PowerShell-Enabled Windows PE Key: Part 5
Summary: Populate a bootable USB key with content from Windows PE.Honorary Scripting Guy, Sean Kearney, is here today sharing all you need to know about having a Windows PE key with Windows PowerShell....
View ArticlePowerTip: Use PowerShell to List All Volumes
Summary: Use Windows PowerShell to identify all partitions on a disk drive. How can I use Windows PowerShell to easily see all of the partitions on a disk drive? Pipe the Disk object through...
View ArticleWeekend Scripter: Taking JEA for a Spin—Part 1
Summary: Thomas Rayner explores code promotion with Just Enough Admin (JEA) in Windows Server 2016.Hello! I’m Thomas Rayner, a proud Cloud and Datacenter Management Microsoft MVP, filling in for The...
View ArticlePowerTip: Use PowerShell to Identify Endpoints on Server
Summary: Learn how to identify endpoints on a server. How can I use Windows PowerShell to see the available endpoints on a server if I have the necessary rights? Use the Get-PSSessionConfiguration cmdlet.
View ArticleWeekend Scripter: Taking JEA for a Spin—Part 2
Summary: Thomas Rayner explores how to restrict Active Directory management with JEA in Windows Server 2016.Thomas Rayner, Cloud and Datacenter Management MVP, continues his two-part series about an...
View ArticlePowerTip: Get Author Information about PowerShell Session Configuration
Summary: Use Windows PowerShell to get session owner information. How can I get more information about which Windows PowerShell session configurations came with my system and which were set...
View ArticleUse DeployImage Module and PowerShell to Build a Nano Server: Part 1
Summary: Sean Kearney introduces his DeployImage module and the cmdlets for Nano Server.Honorary Scripting Guy, Sean Kearney, is here this week giving Ed a little early holiday rest and showing you a...
View ArticlePowerTip: Use PowerShell to Remove Drive Letter
Summary: Learn how to use Windows PowerShell to remove an assigned drive letter from a partition. How can I use Windows PowerShell to remove a drive letter from a partition? Use a combination of three...
View ArticleUse DeployImage Module and PowerShell to Build a Nano Server: Part 2
Summary: Sean Kearney uses the New-NanoServerWim cmdlet from the DeployImage module to build an updated Nano Server WIM file.Honorary Scripting Guy, Sean Kearney, is here today continuing forward with...
View ArticlePowerTip: Add CAB Package to Windows Image with PowerShell
Summary: Use Windows PowerShell to update a Windows image with a CAB package. How can I use Windows PowerShell to update a Windows image with a new CAB package?Supply the path to the package and use...
View Article