Browse by Tags

Tagged Content List
  • Blog Post: Weekend Scripter: Automatically Indent Your PowerShell Code in the ISE

    Summary : Microsoft Scripting Guy, Ed Wilson, shows how to create a function to indent your code in the Windows PowerShell ISE without tabbing. Microsoft Scripting Guy, Ed Wilson, is here. One of the cool things about a road trip is that it gives me a chance to catch up on stuff I want to do. Luckily...
  • Blog Post: Weekend Scripter: Copy Text from One Tab in the PowerShell ISE to the Next

    Summary : Microsoft Scripting Guy, Ed Wilson, creates a function to copy script text from one Windows PowerShell ISE tab to a new one. Microsoft Scripting Guy, Ed Wilson, is here. Well, the day is finally here. It is time for the Jacksonville, Florida IT Pro Camp. The speaker dinner last night...
  • Blog Post: 2012 Scripting Games Beginner Event 4: Compare Two Folders

    Summary : In Beginner Event 4, you are required to compare two folders after completing to a backup. About this event Division Beginner Date of Event 4/5/2012 12:01 AM Due Date 4/12/2012 12:01 AM Event scenario...
  • Blog Post: 2012 Scripting Games Advanced Event 4: Determine Folder Space

    Summary : In Advanced Event 4, you are required to determine which folders consume the most space. About this event Division Advanced Date of Event 4/5/2012 12:01 AM Due Date 4/12/2012 12:01 AM Event scenario...
  • 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: Create a Really Cool PowerShell ISE Profile

    Summary: Learn how to create a powerful Windows PowerShell ISE profile by running a single script. Microsoft Scripting Guy Ed Wilson here. One of the problems with writing a daily blog is that after a while, you end with a huge collection of articles and scripts. When I got a new laptop, and immediately...
  • Blog Post: Modify the PowerShell ISE to Remove Aliases from Scripts

    Summary : In this weekend scripter blog, learn how to modify the Windows PowerShell ISE so that it automatically removes aliases from a script. Weekend Scripter Microsoft Scripting Guy, Ed Wilson, here. The PowerShell Deep Dive in Las Vegas, Nevada was a real treat. The Scripting Wife and I both...
  • Blog Post: Add Code Snippets to Your Script by Using the PowerShell ISE

    Summary : Learn how to modify the Windows PowerShell ISE to automatically add code snippets. Microsoft Scripting Guy Ed Wilson here. There are advantages and disadvantages to using multiple computers. One of the advantages is that I get to see where I have assumed a dependency on some particular...
  • Blog Post: Use PowerShell to Download and Install Internet Code Snippets

    Summary : Learn how to use Windows PowerShell to download code snippets from the Internet and install them for use in the Windows PowerShell ISE. Microsoft Scripting Guy Ed Wilson here. It seems as if there is an old song that rather describes things right now. It goes somewhat like this: The...
  • Blog Post: Use PowerShell to Parse Saved Performance Counter Logs

    Summary : Learn how to use the Import-Counter cmdlet in Windows PowerShell to parse saved performance counter log files. Hey, Scripting Guy! We have configured a series of custom performance monitor logs that run as scheduled tasks and collect monitoring information. The problem is that I never...
  • Blog Post: Use PowerShell to Check Your Server’s Performance

    Summary : Microsoft Scripting Guy, Ed Wilson, teaches you how to use Windows PowerShell to check your server’s performance. Hey, Scripting Guy! I need to use Windows PowerShell to collect performance information from my servers, but I also would like to parse the data after it is collected...
  • Blog Post: Weekend Scripter: Create a Holiday Greeting Using PowerShell and WPF

    Summary: Microsoft PFE Chris Bellee from Australia shows how to use Windows PowerShell and WPF to create a holiday greeting. Microsoft Scripting Guy Ed Wilson here. It is almost the end of the year and we have decided to devote some posts to the holiday season. We even have guest bloggers from...
  • Blog Post: A Windows PowerShell Carol: Ebenezer Script Creates Text Files

    Summary: A Windows PowerShell Carol in which Ebenezer Script learns how to create and to delete text files using PowerShell. Hey, Scripting Guy! Will Ebenezer Script ever see how easy it is to use Windows PowerShell to work with text files? -- SK Hello SK, Microsoft Scripting Guy Ed Wilson...
  • Blog Post: A PowerShell Carol in which Ebenezer Script Learns WMI

    Summary: A Windows PowerShell Carol in which Ebenezer Script learns how easy it to use WMI to check disk space usage. Hey, Scripting Guy! I am wondering if Ebenezer Script will learn how easy it is to work with WMI from inside Windows PowerShell. -- CS Hello CS, Microsoft Scripting Guy...
  • Blog Post: Weekend Scripter: Use PowerShell to Create Holiday Wish List

    Summary: Learn how to use Windows PowerShell to create a holiday wish list Microsoft Scripting Guy Ed Wilson here. It is almost the end of the year and we have decided to devote some posts to the holiday season. We even have guest bloggers from around the world to share some holiday spirit. Today...
  • Blog Post: Use PowerShell NetPoint cmdlets to Ease Network Management

    Summary: Learn how to use the NetPoint cmdlets with Windows PowerShell to simplify network management. Hey, Scripting Guy! What can you tell me about how to automate network management while using Windows PowerShell? -- MS Hello MS, Microsoft Scripting Guy Ed Wilson here. We will wrap...
  • Blog Post: Use PowerShell to Document Your SQL Database

    Summary: Learn how to use Windows PowerShell to document your Microsoft SQL Server database Hey, Scripting Guy! Is it possible to use Windows PowerShell to document my Microsoft SQL Server database? -- CR Hello CR, Microsoft Scripting Guy Ed Wilson here. Welcome to day three of guest...
  • Blog Post: Automatically Add Comments in PowerShell, Work with Text Files and Customize Office Communicator

    Summary: Learn how to automatically add multiline comments in the Windows PowerShell ISE, how to work with text files in VBScript, and how to customize Microsoft Office Communicator. In this post: Customize Sounds in Office Communicator Work with Text Files in VBScript Encrypt PowerShell...
  • Blog Post: Weekend Scripter: Clean Up Your PowerShell ISE Profile by Using a Module

    Summary: Microsoft Scripting Guy Ed Wilson shows how to clean up your Windows PowerShell ISE profile by creating a module. Microsoft Scripting Guy Ed Wilson here, it is getting cold here in the Deep South. It is nearly 50 degrees Fahrenheit (10 degrees Celsius). The smell of hot chocolate permeates...
  • Blog Post: Weekend Scripter: Draw a Cat on a Fence Watching a Yellow Moon Using Windows PowerShell

    Summary: Learn how to draw a cat on a fence watching a yellow moon by using Windows PowerShell Microsoft Scripting Guy Ed Wilson here. It is seven in the morning yet it seems like it could be four in the morning. It is dark outside, and the room is cool with a hint of humidity . I hang on to my...
  • Blog Post: Weekend Scripter: Automatically Save and Restore PowerShell ISE Preference Settings

      Summary : Microsoft MVP Ravikanth shows how to automatically save and restore Windows PowerShell ISE preference settings with an easy-to-use function.   Microsoft Scripting Guy Ed Wilson here. It is a fact that no script is ever completed. There is always something else that can be accomplished...
  • Blog Post: Create a Transcript of Commands from the Windows PowerShell ISE

    Summary : Create a transcript of commands from the Windows PowerShell ISE in this Microsoft Scripting Guys how-to article. Microsoft Scripting Guy Ed Wilson here. One of the things I enjoy about using the Windows PowerShell console is the transcript feature. When I am playing around on the Windows...
Page 1 of 2 (35 items) 12