Hey, Scripting Guy!Hey, Scripting Guy!Hey, Scripting Guy!

Browse by Tags

  • Blog Post: Use PowerShell to Back Up Modified Files to the Network

    Summary : Learn how to use Windows PowerShell to back up modified files to the network. Hey, Scripting Guy! I have a folder that contains files in it, some of which I modify on a daily basis. I am wondering if I can use Windows PowerShell to back up only the modified files—those that have changed...
  • Blog Post: The Best Way to Use PowerShell to Delete Folders

    Summary : Microsoft Scripting Guy, Ed Wilson, discusses three ways to use Windows PowerShell to delete folders and then selects the best. Hey, Scripting Guy! I have a question. I occasionally need to delete a large number of folders. What is the easiest way to do this? —BR Hello BR...
  • Blog Post: Learn Four Ways to Use PowerShell to Create Folders

    Summary : Microsoft Scripting Guy, Ed Wilson, shows four ways to create folders with Windows PowerShell, and he discusses the merits of each approach. Hey, Scripting Guy! I am trying to find the best way to create a new folder while using Windows PowerShell. I have seen many ways of creating folders...
  • Blog Post: The Easy Way to Use PowerShell to Work with Special Folders

    Summary : Microsoft Scripting Guy Ed Wilson shows the easy way to use Windows PowerShell to work with the paths to special folders. Hey, Scripting Guy! I notice that in lots of your sample scripts, you often use a folder named FSO, and it appears off of your C: drive. Why do you do this? Is creating...
  • Blog Post: Use PowerShell to Find Last Logon Times for Virtual Workstations

    Summary : Learn how to Use Windows PowerShell to find the last logon times for virtual workstations. Microsoft Scripting Guy, Ed Wilson, is here. Welcome back guest blogger, Brian Wilhite. Brian was our guest blogger yesterday when he wrote about detecting servers that will have a problem with an...
  • Blog Post: Use PowerShell to Save Time with Win32_TimeZone and DST Time Changes

    Summary : Write a Windows PowerShell function to determine the status of time changes to daylight savings time. Microsoft Scripting Guy, Ed Wilson, is here. At the Windows PowerShell User Group meeting in Charlotte, North Carolina, Brian Wilhite talked about a few of his scripts during the script...
  • Blog Post: Scripting Wife Learns to Work with Text Files

    Summary : The Scripting Wife learns to use Windows PowerShell to write to text files and to include the date in a log. Microsoft Scripting Guy, Ed Wilson, is here. The other night the Scripting Wife and I went to the Charlotte IT Pro User Group meeting where I participated in a panel discussion about...
  • Blog Post: Easy Commands to Teach Your Friends about PowerShell

    Summary : The Scripting Wife learns about easy Windows PowerShell commands so she can teach her friends about Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. This morning is rather cool, but I am sitting on the front porch sipping a cup of pomegranate tea that I brought back with...
  • Blog Post: The Scripting Wife Uses PowerShell to Find Service Accounts

    Summary : The Scripting Wife interrupts Brahms to learn how to use Windows PowerShell to find service accounts and service start modes. Microsoft Scripting Guy, Ed Wilson, is here. One of life’s real pleasures is sitting around a fireplace, listening to a Brahms concerto , and sipping a cup...
  • Blog Post: The Scripting Wife Uses PowerShell to Get Hardware Information

    Summary : The Scripting Wife needs to get ready for the 2012 Scripting Games, and she uses Windows PowerShell to get hardware info from her laptop. Microsoft Scripting Guy, Ed Wilson, is here. The Scripting Wife and I were in Myrtle Beach , where I was working on the Scripting Games over the weekend...
  • Blog Post: Use PowerShell to Automate SCOM Agent Installations

    Summary : Guest blogger, Boe Prox, shows how to use Windows PowerShell to automate SCOM agent installations. Microsoft Scripting Guy, Ed Wilson, is here. Last month, guest blogger, Boe Prox, wrote a series of blogs about WSUS . Today he is back to talk about SCOM. Boe Prox is currently a senior...
  • Blog Post: Use .NET Framework Classes to Augment PowerShell when Required

    Summary : Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell classes to augment the native functionality of Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. It seems like the conference season is gearing up. Keep an eye on my upcoming appearances page so hopefully...
  • Blog Post: Why Use .NET Framework Classes from Within PowerShell?

    Summary : Microsoft Scripting Guy, Ed Wilson, talks about the need to use .NET Framework classes from within Windows PowerShell code. Microsoft Scripting Guy, Ed Wilson, is here. The Scripting Wife and I had a great meeting with the Windows PowerShell Users Group in Charlotte, North Carolina. It was...
  • Blog Post: 2012 Scripting Games: Frequently Asked Questions

    Summary : Refer to this list of frequently asked questions to learn about the 2012 Windows PowerShell Scripting Games. Microsoft Scripting Guy, Ed Wilson, is here. This has been an exciting couple of weeks with the announcement of the 2012 Scripting Games and Windows PowerShell Saturday event in...
  • Blog Post: Use Tab Expansion in the PowerShell ISE to Avoid Cmdlet Aliases

    Summary : Learn how to use Tab Expansion in the Windows PowerShell ISE to avoid using cmdlet aliases and to add complete parameter names in commands. Hey, Scripting Guy! I spend a decent amount of time working with scripts, and I would like to learn how to use the Windows PowerShell ISE more effectively...
  • Blog Post: Learn Keyboard Tricks to Use the PowerShell ISE Easier

    Summary : Learn how to use the Windows PowerShell ISE more effectively by leveraging keyboard shortcuts. Hey, Scripting Guy! I am the network administrator for a large company, and we have to go through very rigorous testing before we can download and install software on our servers. This requirement...
  • Blog Post: Learn How to Use the Free PowerShell ISE to Edit Scripts

    Summary : Learn about using the Windows PowerShell ISE to edit scripts, and to modify the script execution policy in this step-by-step blog. Hey, Scripting Guy! I have a problem. I was following your blog yesterday about typing long commands inside the Windows PowerShell ISE , and I saved my work...
  • Blog Post: Use the PowerShell ISE to Work with Long Commands

    Summary : Learn how to use the Windows PowerShell ISE to work with long commands and make things easier to understand. Hey, Scripting Guy! I don’t get the purpose of the Windows PowerShell ISE. I mean, we have the Windows PowerShell console, and most of the time, all I am doing is typing a few...
  • Blog Post: 2012 Scripting Games Study Guide: A Resource for Learning PowerShell

    Summary : The 2012 Windows PowerShell Scripting Games Study Guide is a great resource that points to important sources for learning Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. The 2012 Scripting Games happen April 2 – April 13, 2012, and they will test skills that are...
  • Blog Post: Grab the 2012 Scripting Games Badge!

    Please show your s upport for the 2012 Scripting Games by linking back to us! Copy the following code and paste it into your blog! <a href="http://blogs.technet.com/heyscriptingguy/archive/tags/2012+Scripting+Games/default.aspx"><img alt="2012 Scripting Games" src=http://blogs.technet.com...
  • Blog Post: 2012 Windows PowerShell Scripting Games: All Links on One Page

    Summary : The All Links on One Page for the 2012 Windows PowerShell Scripting Games is essential for monitoring the latest information about the games. Microsoft Scripting Guy, Ed Wilson, is here. The 2012 Windows PowerShell Scripting Games begin on April 2, 2012, and they run through April 13...
  • Blog Post: Increase Performance by Slowing Down Your PowerShell Script

    Summary : Microsoft PFE, Georges Maheu, further optimizes the Windows PowerShell script he presented earlier this week. Microsoft Scripting Guy, Ed Wilson, is here. Our guest blogger today is Georges Maheu. Georges presented a script three days ago to gather Windows services information in an Excel...
  • Blog Post: Speed Up Excel Automation with PowerShell Jobs

    Summary : Microsoft PFE, Georges Maheu, further optimizes the Windows PowerShell script that he presented in his previous two blogs. Microsoft Scripting Guy, Ed Wilson, is here. Our guest blogger today is Georges Maheu. Georges presented a script two days ago to gather Windows services information...
  • Blog Post: Speed Up Excel Automation with PowerShell

    Summary : Microsoft PFE, Georges Maheu, optimizes the Windows PowerShell script he presented yesterday. Microsoft Scripting Guy, Ed Wilson, is here. Our guest blogger today is Georges Maheu. Georges presented a script yesterday to gather Windows services information in an Excel spreadsheet. Although...
  • Blog Post: Beat the Auditors, Be One Step Ahead with PowerShell

    Summary : Microsoft PFE, Georges Maheu, opens his security assessment toolbox to discuss a Windows PowerShell script he uses to look at Windows services. Microsoft Scripting Guy, Ed Wilson, is here. Our guest blogger today is Georges Maheu . Georges is one of my best friends, and I had a chance to...
Page 1 of 83 (2,055 items) 12345»