Microsoft Download Center Archive
Module Browser for Windows PowerShell ISE |
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: DeletedThis 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. |
File | Size |
---|---|
setup.exe SHA1: 73289133f3465772be465957574cf43b49bb3d3a | 955 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
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