Browse by Tags

Tagged Content List
  • Blog Post: PowerTip: Use PowerShell to Get Virtual Machine Start Mode

    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
  • Blog Post: Change Virtual Machine Network Configuration with PowerShell

    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...
  • Blog Post: PowerTip: Use PowerShell to Find Running Virtual Machines

    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...
  • Blog Post: Get a List of Virtual Machines by Using PowerShell

    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...
  • Blog Post: Weekend Scripter: Convert Word Documents to PDF Files with PowerShell

    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...
  • Blog Post: It’s a Wonderful Shell—Chapter 5

    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...
  • Blog Post: It’s a Wonderful Shell—Chapter 4

    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...
  • Blog Post: It’s a Wonderful Shell—Chapter 3

    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...
  • Blog Post: It’s a Wonderful Shell—Chapter 2

    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...
  • Blog Post: It’s a Wonderful Shell—Chapter 1

    Summary: Microsoft PowerShell MVP and honorary Scripting Guy Sean Kearney begins his five-part holiday series. Microsoft Scripting Guy, Ed Wilson, is here. Today we have part one of a five-part series of It’s a Wonderful Shell staring George Shelley. These are written by Windows PowerShell MVP...
  • Blog Post: Scripting Guys Announce the Holiday Lineup

    Summary: Microsoft Scripting Guy, Ed Wilson, announces the holiday lineup. Microsoft Scripting Guy, Ed Wilson, is here. I am pleased to announce the holiday lineup for this year’s holiday season. Once again, it is written by Windows PowerShell MVP and Honorary Scripting Guy Sean Kearney. ...
  • Blog Post: Weekend Scripter: Build Your Own PowerShell Cmdlet: Part 9 of 9

    Summary : Microsoft Windows PowerShell MVP, Sean Kearney, continues a series of guest blogs detailing building your own cmdlet. Microsoft Scripting Guy, Ed Wilson, is here. Guest blogger and Windows PowerShell MVP, Sean Kearney, has written a series about building cmdlets. For more about Sean, see...
  • Blog Post: Weekend Scripter: Build Your Own PowerShell Cmdlet: Part 8 of 9

    Summary : Microsoft Windows PowerShell MVP, Sean Kearney, continues a series of guest blogs detailing building your own cmdlet. Microsoft Scripting Guy, Ed Wilson, is here. Guest blogger and Windows PowerShell MVP, Sean Kearney, has written a series about building cmdlets. For more about Sean, see...
  • Blog Post: Build Your Own PowerShell Cmdlet: Part 7 of 9

    Summary : Microsoft Windows PowerShell MVP, Sean Kearney, continues a series of guest blogs detailing building your own cmdlet. Microsoft Scripting Guy, Ed Wilson, is here. Guest blogger and Windows PowerShell MVP, Sean Kearney, has written a series about building cmdlets. For more about Sean, see...
  • Blog Post: Build Your Own PowerShell Cmdlet: Part 6 of 9

    Summary : Microsoft Windows PowerShell MVP, Sean Kearney, continues a series of guest blogs detailing building your own cmdlet. Microsoft Scripting Guy, Ed Wilson, is here. Guest blogger and Windows PowerShell MVP, Sean Kearney, has written a series about building cmdlets. For more about Sean,...
  • Blog Post: Build Your Own PowerShell Cmdlet: Part 5 of 9

    Summary : Microsoft Windows PowerShell MVP, Sean Kearney, continues a series of guest blogs detailing building your own cmdlet. Microsoft Scripting Guy, Ed Wilson, is here. Guest blogger and Windows PowerShell MVP, Sean Kearney, has written a series about building cmdlets. For more about Sean, see...
  • Blog Post: Build Your Own PowerShell Cmdlet: Part 4 of 9

    Summary : Microsoft Windows PowerShell MVP, Sean Kearney, continues a series of guest blogs that detail how to build your own cmdlet. Microsoft Scripting Guy, Ed Wilson, is here. Guest blogger and Windows PowerShell MVP, Sean Kearney, has written a series about building cmdlets. For more about Sean...
  • Blog Post: Build Your Own PowerShell Cmdlet: Part 3 of 9

    Summary : Microsoft Windows PowerShell MVP, Sean Kearney, continues a series of guest blogs that detail how to build your own cmdlet. Microsoft Scripting Guy, Ed Wilson, is here. Guest blogger and Windows PowerShell MVP, Sean Kearney, has written a series about building cmdlets. For more about Sean...
  • Blog Post: Weekend Scripter: Build Your Own PowerShell Cmdlet: Part 2 of 9

    Summary : Microsoft Windows PowerShell MVP, Sean Kearney, continues his series of guest blogs that detail how to build your own cmdlet. Microsoft Scripting Guy, Ed Wilson, is here. We have a special week in store for you. Guest blogger and Windows PowerShell MVP, Sean Kearney, has written a series...
  • Blog Post: Weekend Scripter: Build Your Own PowerShell Cmdlet: Part 1 of 9

    Summary : Microsoft Windows PowerShell MVP, Sean Kearney, begins a series of guest blogs that detail how to build your own cmdlet. Microsoft Scripting Guy, Ed Wilson, is here. We have a special week in store for you. Guest blogger and Windows PowerShell MVP, Sean Kearney, has written a series about...
  • Blog Post: Expert Commentary: 2012 Scripting Games Beginner Event 6

    Summary : Microsoft Windows PowerShell MVP, Sean Kearney, provides expert commentary for 2012 Scripting Games Beginner Event 6. Microsoft Scripting Guy, Ed Wilson, is here. Sean Kearney is the expert commentator for Beginner Event 6. Sean “The Kraken” Kearney is an infrastructure...
  • Blog Post: Use PowerShell to Automatically Install and Configure MDT

    Summary : Microsoft PowerShell MVP Sean Kearney shows how to use Windows PowerShell to install and to configure MDT automatically. NOTE: Tues Jan 3rd Ed will be speaking at the first meeting of the Madison PowerShell Users Group via live meeting. If you are local to Madison Wis. please join the group...
  • Blog Post: Apply a Service Pack to MDT Deployment Shares by Using PowerShell

    Summary : Microsoft PowerShell MVP, Sean Kearney, shows how to use Windows PowerShell to update MDT Deployment Shares to the latest service pack. Microsoft Scripting Guy, Ed Wilson, is here. It is time for Part 4 of Windows PowerShell MVP, Sean Kearney ’s, most excellent series about using Windows...
  • Blog Post: Use PowerShell to Organize MDT Application and Driver Folders

    Summary : Learn how to use Windows PowerShell to organize MDT folders for drivers, applications, and operating systems. Microsoft Scripting Guy, Ed Wilson, is here. MDT Week with Windows PowerShell MVP Sean Kearney continues today. Yesterday , we learned how to extend one cmdlet in MDT into a useful...
  • Blog Post: Use PowerShell to Work with the MDT CustomSettings.ini File

    Summary : Microsoft PowerShell MVP, Sean Kearney, shows how to use Windows PowerShell to work with the MDT CustomSettings.ini file. Microsoft Scripting Guy, Ed Wilson, is here. This week, Windows PowerShell MVP, Sean Kearney , is our guest blogger, and he is writing about Microsoft Development Kit...
Page 1 of 3 (70 items) 123