Sign in
TechNet Blogs
Technet Blog Images
More ...
Browse by Tags
TechNet Blogs
>
Hey, Scripting Guy! Blog
>
All Tags
>
windows powershell
>
guest blogger
>
sean kearney
Server & Tools Blogs
>
Server & Management Blogs
>
Hey, Scripting Guy! Blog
All About Windows Server
Windows Server
Windows Server Essentials Blog
Partner & Customer Solutions
Ask The
Performance Team
Ask Premier Field Engineering
Ask the Core Team
Cloud OS Blogs
Brad Anderson - In the Cloud
Building Clouds
Server & Cloud
Datacenter Management
The System Center Team Blog
System Center Virtual Machine Manager
System Center Service Manager
System Center Operations Manager
System Center Data Protection Manager
System Center Orchestrator
Partner & Customer Solutions
Client Management
System Center Configuration Manager
System Center Service Manager
MDOP
Malware Protection Center
Windows Intune
SUS
Partner and Customer Solutions
Virtualization, VDI & Remote Desktop
Virtualization Team Blog
Ben Armstrong’s Virtualization Blog
Jose Barreto Blog on Hyper-V
Partner & Customer Solutions
Remote Desktop Services
Windows Multipoint Server
Ask the Core Team on Hyper-V
File & Storage & High Availability
File & Storage
Jose Barreto
Partner & Customer Solutions
Ask the Core Team on Failover Cluster
Clustering & High Availability
Windows Server Management
PowerShell
Hey Scripting Guy (PowerShell)
Server Manager
Group Policy
Networking
Identity & Access
Ask Directory Services
Active Directory
Hey, Scripting Guy! Blog
Learn about Windows PowerShell
Live Now on Server & Tools Blogs
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Twitter Feed
Recent Posts
PowerTip: Use a PowerShell 3.0 Switch to Find Only Directories
Posted
11 hours ago
by
The Scripting Guys
3
Comments
Don't Translate File and Folder VBScript Scripts into PowerShell
Posted
23 hours ago
by
The Scripting Guys
5
Comments
PowerTip: Use PowerShell to Check the Status of Event Logs
Posted
1 day ago
by
The Scripting Guys
0
Comments
Translate a VBScript Event Log Script to PowerShell, Dude...
Posted
1 day ago
by
The Scripting Guys
2
Comments
Tags
2011 Scripting Games
Active Directory
BATCHman
Beginner
Build your own cmdlet
client-side management
desktop management
Event 6
getting started
graphical
holiday 2013
Hyper-V
MDT
Office
PowerTip
regular expressions
running
Scripting Guy!
scripting techniques
servers
string manipulation
user accounts
VBScript migration
Weekend Scripter
Windows Server 2012
Related Resources
Script Center Home
Scripting Library
Learn to Script
Script Repository
Scripting Forum
2012 Scripting Games
Archives
Archives
June 2013
(46)
May 2013
(68)
April 2013
(61)
March 2013
(62)
February 2013
(56)
January 2013
(62)
December 2012
(62)
November 2012
(68)
October 2012
(62)
September 2012
(62)
August 2012
(63)
July 2012
(32)
June 2012
(39)
May 2012
(33)
April 2012
(97)
March 2012
(44)
February 2012
(31)
January 2012
(31)
December 2011
(31)
November 2011
(30)
October 2011
(31)
September 2011
(30)
August 2011
(31)
July 2011
(31)
June 2011
(30)
May 2011
(31)
April 2011
(97)
March 2011
(41)
February 2011
(28)
January 2011
(31)
December 2010
(31)
November 2010
(30)
October 2010
(31)
September 2010
(30)
August 2010
(33)
July 2010
(31)
June 2010
(30)
May 2010
(67)
April 2010
(65)
March 2010
(34)
February 2010
(29)
January 2010
(23)
December 2009
(23)
November 2009
(22)
October 2009
(23)
September 2009
(22)
August 2009
(25)
July 2009
(24)
June 2009
(38)
May 2009
(22)
April 2009
(22)
March 2009
(22)
February 2009
(20)
January 2009
(22)
December 2008
(8)
November 2008
(17)
October 2008
(9)
September 2008
(8)
August 2008
(6)
July 2008
(5)
June 2008
(21)
May 2008
(21)
April 2008
(22)
March 2008
(21)
February 2008
(21)
January 2008
(22)
December 2007
(10)
November 2007
(20)
October 2007
(23)
September 2007
(19)
August 2007
(23)
July 2007
(21)
June 2007
(21)
May 2007
(22)
April 2007
(21)
March 2007
(22)
February 2007
(21)
January 2007
(21)
December 2006
(11)
November 2006
(20)
October 2006
(22)
September 2006
(20)
August 2006
(23)
July 2006
(20)
June 2006
(22)
May 2006
(22)
April 2006
(20)
March 2006
(23)
February 2006
(20)
January 2006
(21)
December 2005
(16)
November 2005
(20)
October 2005
(21)
September 2005
(21)
August 2005
(23)
July 2005
(20)
June 2005
(22)
May 2005
(21)
April 2005
(21)
March 2005
(22)
February 2005
(20)
January 2005
(21)
December 2004
(16)
November 2004
(20)
October 2004
(21)
September 2004
(21)
August 2004
(22)
More
▼
Less
▲
Tagged Content List
Blog Post:
PowerTip: Use PowerShell to Add Drive to Virtual Machine
The Scripting Guys
Summary : Use Windows PowerShell to add a new hard disk drive to a virtual machine on Hyper-V. How can I to add another hard drive to my virtual machine? Use the Add-VMHardDiskDrive cmdlet with the following command: STOP-VM -vmname "My Virtual Machine" NEW-VHD -Dynamic C:\VHD\MyDrive.vhdx...
on
14 Jun 2013
Blog Post:
Create a New Virtual Machine with PowerShell: Part 1
The Scripting Guys
Summary : Microsoft Windows PowerShell MVP and honorary Scripting Guy, Sean Kearney, begins a three-part series about creating new virtual machines. Microsoft Scripting Guy, Ed Wilson, is here. If you are a seasoned Hey, Scripting Guy! Blog reader, you know that the most frequent guest blogger is...
on
14 Jun 2013
Blog Post:
PowerTip: Create a New VHD with Windows PowerShell
The Scripting Guys
Summary : Use Windows PowerShell to create a new virtual hard disk to use with Hyper-V. How can I create a new virtual hard disk in Hyper-V? Use the New-VHD cmdlet. This will create a 60 GB dynamic disk VHDX file under C:\VHD\ called Mydrive.vhdx: NEW-VHD -Dynamic C:\VHD\MyDrive.vhdx -SizeBytes...
on
7 Jun 2013
Blog Post:
Build and Restore Snapshots in Hyper-V with Windows PowerShell
The Scripting Guys
Summary : Microsoft PowerShell MVP, Sean Kearney, talks about using Windows PowerShell to build and restore snapshots in Hyper-V. Microsoft Scripting Guy, Ed Wilson, is here. If you are a seasoned Hey, Scripting Guy! Blog reader, you know that the most frequent guest blogger is Sean Kearney. If you...
on
7 Jun 2013
Blog Post:
PowerTip: Use PowerShell to Rename a Virtual Machine
The Scripting Guys
Summary : Use Windows PowerShell to rename a virtual machine on Hyper-V. How can I easily rename a virtual machine running on Hyper-V? Use the Rename-VM cmdlet: RENAME-VM -Name "My Old VM Name" -newname "Cool New VM Name"
on
6 Jun 2013
Blog Post:
Creating a Home Drive with Windows PowerShell: Part 3
The Scripting Guys
Summary : Microsoft PowerShell MVP, Sean Kearney, concludes his series about creating a home drive with Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. If you are a seasoned Hey, Scripting Guy! Blog reader, you know that the most frequent guest blogger is Sean Kearney. If you are...
on
6 Jun 2013
Blog Post:
PowerTip: Use PowerShell to Add Processors to Virtual Machine
The Scripting Guys
Summary : Use Windows PowerShell to add processors to a virtual machine running on Hyper-V. How can I easily add processors to my virtual machine? Use the Set-VMProcessor cmdlet: SET-VMProcessor -VMname "My Virtual Machine" -count 2 This enables the virtual machine called "My Virtual Machine...
on
5 Jun 2013
Blog Post:
Creating a Home Drive with Windows PowerShell: Part 2
The Scripting Guys
Summary : Create a home drive with Microsoft MVP and honorary Scripting Guy, Sean Kearney. Microsoft Scripting Guy, Ed Wilson, is here. If you are a seasoned Hey, Scripting Guy! Blog reader, you know that the most frequent guest blogger is Sean Kearney. If you are new to the blog, I welcome you, and...
on
5 Jun 2013
Blog Post:
PowerTip: Use PowerShell to Add Adapter to a Virtual Machine
The Scripting Guys
Summary : Use Windows PowerShell to add a network adapter to a virtual machine. How do I add a network adapter to my virtual machine on Hyper-V? Use the ADD-VMNetworkAdapter cmdlet: ADD-VMNetworkAdapter -vmname "My Virtual Machine" -switchname "ProdVlan" Remember, you can always get a list...
on
4 Jun 2013
Blog Post:
Creating a Home Drive with Windows PowerShell: Part 1
The Scripting Guys
Summary : Microsoft PowerShell MVP and Honorary Scripting Guy, Sean Kearney, begins a discussion about home drives and Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. If you are a seasoned Hey, Scripting Guy! Blog reader, you know that the most frequent guest blogger is Sean Kearney...
on
4 Jun 2013
Blog Post:
PowerTip: Use PowerShell to Check Virtual Machine Boot Order
The Scripting Guys
Summary : Use Windows PowerShell to check the boot order on a virtual machine. How do I check the boot order on a virtual machine running on Hyper-V? Use the Get-VMBios cmdlet and check the StartupOrder property. Get-VMBios -vmname "Virtual Machine Name" | Select-object -expandproperty StartupOrder...
on
3 Jun 2013
Blog Post:
Generating a New Password with Windows PowerShell
The Scripting Guys
Summary : Microsoft Windows PowerShell MVP and Honorary Scripting Guy, Sean Kearney, talks about generating passwords with Windows PowerShell in Windows Server 2012. Microsoft Scripting Guy, Ed Wilson, is here. If you are a seasoned Hey, Scripting Guy! Blog reader, you know that the most frequent...
on
3 Jun 2013
Blog Post:
PowerTip: Use PowerShell to List Hyper-V Switches
The Scripting Guys
Summary : Use Windows PowerShell to list all switches on a Hyper-V server. How do I get a list of all switches on my Hyper-V box? Use the Get-VMSwitch cmdlet, which will list all Hyper-V network names on a host (including their switch type, whether they be External, Internal, or Private): GET...
on
31 May 2013
Blog Post:
Import Multiple Virtual Machines with Windows PowerShell
The Scripting Guys
Summary : Microsoft PowerShell MVP, Sean Kearney, talks about importing multiple virtual machines with Windows PowerShell in Windows Server 2012. Microsoft Scripting Guy, Ed Wilson, is here. If you are a seasoned Hey, Scripting Guy! Blog reader, you know that the most frequent guest blogger is Sean...
on
31 May 2013
Blog Post:
PowerTip: Use PowerShell to Put Virtual Machine in Saved State
The Scripting Guys
Summary : Use Windows PowerShell to put a virtual machine into a saved state. How do I put a virtual machine into a saved state? Use the Save-VM cmdlet with the name of the virtual machine in Hyper-V: Save-VM 'Contoso-FPS' Or you can place all virtual machines on a Hyper-V server into saved...
on
24 May 2013
Blog Post:
Export Multiple Virtual Machines with Windows PowerShell
The Scripting Guys
Summary : Microsoft PowerShell MVP, Sean Kearney, shows how to easily use Windows PowerShell in Windows Server 2012 to export multiple virtual machines. Microsoft Scripting Guy, Ed Wilson, is here. If you are a seasoned Hey, Scripting Guy! Blog reader, you know that the most frequent guest blogger...
on
24 May 2013
Blog Post:
PowerTip: Use PowerShell to Get Virtual Machine Start Mode
The Scripting Guys
Summary : Sean Kearney shows how to determine virtual machine start mode by using Windows PowerShell. How can I tell which virtual machines will start automatically? Use the Get-VM cmdlet, and check the AutomaticStartAction property: Get-VM | Format-Table Name,AutomaticStartAction -autosize
on
17 May 2013
Blog Post:
Change Virtual Machine Network Configuration with PowerShell
The Scripting Guys
Summary : Learn how to use Windows PowerShell to change the virtual machine network configuration in Windows Server 2012. Microsoft Scripting Guy, Ed Wilson, is here. If you are a seasoned Hey, Scripting Guy! Blog reader, you know that the most frequent guest blogger is Sean Kearney. If you are new...
on
17 May 2013
Blog Post:
PowerTip: Use PowerShell to Find Running Virtual Machines
The Scripting Guys
Summary : Sean Kearney explains how to use Windows PowerShell to find running virtual machines. How can I find a list of virtual machines on my computer that is running Windows Server 2012 with Hyper-V? Use the Get-VM cmdlet and filter on the State property: Get-VM | Where { $_.State -eq 'Running...
on
10 May 2013
Blog Post:
Get a List of Virtual Machines by Using PowerShell
The Scripting Guys
Summary : Learn how to use Windows PowerShell 3.0 in Windows Server 2012 to obtain a list of virtual machines. Microsoft Scripting Guy, Ed Wilson, is here. If you are a seasoned Hey, Scripting Guy! Blog reader, you know that the most frequent guest blogger is Sean Kearney. If you are new to the blog...
on
10 May 2013
Blog Post:
Weekend Scripter: Convert Word Documents to PDF Files with PowerShell
The Scripting Guys
Summary : Windows PowerShell MVP, Sean Kearney, talks about using Windows PowerShell to convert Word documents to PDF files en-masse. Microsoft Scripting Guy, Ed Wilson, is here. Today’s blog is brought to you by Windows PowerShell MVP and honorary Scripting Guy, Sean Kearney. Previous blog...
on
24 Mar 2013
Blog Post:
It’s a Wonderful Shell—Chapter 5
The Scripting Guys
Summary: Microsoft PowerShell MVP and honorary Scripting Guy Sean Kearney continues with part 5 his five-part holiday series. Microsoft Scripting Guy, Ed Wilson, is here. Today we have part five of a five-part series of It’s a Wonderful Shell staring George Shelley. These are written by Windows...
on
25 Dec 2012
Blog Post:
It’s a Wonderful Shell—Chapter 4
The Scripting Guys
Summary: Microsoft PowerShell MVP and honorary Scripting Guy Sean Kearney continues with part 4 his five-part holiday series. Microsoft Scripting Guy, Ed Wilson, is here. Today we have part four of a five-part series of It’s a Wonderful Shell staring George Shelley. These are written by Windows...
on
24 Dec 2012
Blog Post:
It’s a Wonderful Shell—Chapter 3
The Scripting Guys
Summary: Microsoft PowerShell MVP and honorary Scripting Guy Sean Kearney continues with part 3 his five-part holiday series. Microsoft Scripting Guy, Ed Wilson, is here. Today we have part three of a five-part series of It’s a Wonderful Shell staring George Shelley. These are written by Windows...
on
23 Dec 2012
Blog Post:
It’s a Wonderful Shell—Chapter 2
The Scripting Guys
Summary: Microsoft PowerShell MVP and honorary Scripting Guy Sean Kearney continues with part two his five-part holiday series. Microsoft Scripting Guy, Ed Wilson, is here. Today we have part two of a five-part series of It’s a Wonderful Shell staring George Shelley. These are written by Windows...
on
22 Dec 2012
Page 1 of 4 (84 items)
1
2
3
4