Microsoft Download Center Archive

Module Browser for Windows PowerShell ISE

  • Published:
  • Version: 1.0
  • Category: Tool
  • Language: English

Module Browser, built on top of PowerShellGet, is a module management toolkit for PowerShell.

  • Module Browser, built on top of PowerShellGet, is a module management toolkit for PowerShell. The goal of Module Browser is to make the process of incorporating Microsoft & community modules into IT Pros’ automation solutions as simple as possible.

Files

Status: Deleted

This download is no longer available on microsoft.com. The downloads below are archives provided by the Internet Archive Wayback Machine from the Microsoft Download Center prior to August 2020.

FileSHA1 HashSize
setup.exe73289133f3465772be465957574cf43b49bb3d3a955 KB

System Requirements

Operating Systems: Windows 8.1

    • Supported operating system: Windows 7, Windows 8, Windows Server 2008 R2, Windows Server 2012, or Windows Server 2012 R2
    • Microsoft .NET Framework version 4.5 or a later version
    • Windows Management Framework 5.0 or a later version
    The installation of Microsoft Module Browser for Windows PowerShell ISE requires administrative access to your computer. You may also be asked to close all open Windows PowerShell ISE windows during the installation.

Installation Instructions

  • Windows PowerShell Execution Policies: The default Windows PowerShell execution policy prevents running of all script files, including formatting and configuration files (.ps1xml), module script files (.psm1), and Windows PowerShell profiles (.ps1). This setup modifies Windows PowerShell ISE profile to make sure the Script Browser is loaded automatically when opening Windows PowerShell ISE. If the Script Browser is not loaded in Windows PowerShell ISE later, please refer to following steps to change Windows PowerShell execution policy.
    • 1. Start Windows PowerShell with the "Run as administrator" option.
    • 2. Run this command: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
    You can refer to about_Execution_Policies (http://technet.microsoft.com/en-us/library/hh847748(v=wps.630).aspx)