News

New Microsoft Tool Locates and Manages PowerShell Scripts

The test version of Script Explorer is designed to help IT managers find code across local and online repositories.

In an effort to help IT managers manage the proliferation of automation scripts, Microsoft has developed a new tool called Script Explorer for Windows PowerShell.

The "prerelease" or test version of Script Explorer (available for both x86 and x64 systems) is designed to help them find code across local and online repositories. It finds PowerShell Scripts and snippets, as well as modules and help resources. Users can specify searching across local or network repositories. It also searches across PoshCode repositories, the TechNet Script Center Repository and Bing.

Microsoft took a semantic Web approach when it designed Script Explorer, according to Jason Hogg, a principal architect at Microsoft. For instance, the tool will track down actual code rather than just finding the words "PowerShell script" when it searches, he explained in a blog post.

Over time, Scripts have gotten lodged in a number of repositories, so Microsoft set out to build a tool that can find them, as well as provide access to scripts housed within an organization. Script Explorer will show code organized by categories. Users can download and store the scripts after locating them, Hogg explained. A screenshot example of a Script Explorer search can be seen at this Microsoft blog post, where the source name is displayed alongside the search results.

Script Explorer works with the Windows 8 consumer preview beta, as well as Windows 7 Service Pack 1 and Vista SP2. It also runs on the Windows Server 8 beta, plus Windows Server 2008 R2 SP1 and Windows Server 2008 SP2.

Script Explorer also requires the installation of Windows PowerShell 2.0 or PowerShell 3.0. It runs as an add-on the Windows PowerShell integrated scripting environment (ISE) on the client computer.

The software is currently at the beta stage, so Microsoft is looking for testing feedback. A forum page for Script Explorer is already open. More resources can be found in this blog, and Microsoft recently launched a Webcast series on PowerShell tips for network administrators.

About the Author

Kurt Mackie is senior news producer for 1105 Media's Converge360 group.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube