Showing results for December 2015 - Page 14 of 15 - Scripting Blog [archived]

Dec 4, 2015
0
0

Build a PowerShell-Enabled Windows PE Key: Part 5

Doctor Scripto
Doctor Scripto

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.   Note   This is a five-part series that includes the following posts: Let’s remember that we’ve got that bootabl...

Scripting Guy!Windows PowerShellguest blogger
Dec 3, 2015
0
0

PowerTip: Duplicate File Structure with PowerShell

Doctor Scripto
Doctor Scripto

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 D:\Foo, run: Copy-Item C:\Foo D:\Foo -recurse

Windows PowerShellPowerTipguest blogger
Dec 3, 2015
0
0

Build a PowerShell-Enabled Windows PE Key: Part 4

Doctor Scripto
Doctor Scripto

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 structure.   Note   This is a five-part series that includes the following posts: Let’s think about what we’ve developed ...

Scripting Guy!Windows PowerShellguest blogger
Dec 2, 2015
0
0

PowerTip: Use PowerShell to Build Simple Menu

Doctor Scripto
Doctor Scripto

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 you can capture the results! ‘AddUser’,’RemoveUser’,’DeleteUser’,’ExitSyst...

Windows PowerShellPowerTipguest blogger
Dec 2, 2015
0
0

Build a PowerShell-Enabled Windows PE Key: Part 3

Doctor Scripto
Doctor Scripto

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 environment. Today I’m going to show you how to use Windows PowerShell to identify USB keys and make them bootable devices.    Note  ...

Scripting Guy!Windows PowerShellguest blogger