Skip to content

KevinMarquette/PSHonolulu

Repository files navigation

PSHonolulu

Module for working with Project Hoholulu

GitPitch PitchMe presentation

Getting Started

Install Project Honolulu from Microsoft:

Windows Server Honolulu Evaluation

Install this Module from the PSGallery and Import the module

Install-Module PSHonolulu
Import-Module PSHonolulu

Basic Commands

If you installed Honolulu on your local computer, you should be able to open the details of any computer by running this command:

Show-Computer -ComputerName $ComputerName
Show-Computer -ComputerName $ComputerName -View Services

The important detail here is that you don't need to first import $ComputerName into Honolulu first. You can specify any server in your organization where you have access to WinRM and WMI.

If Honolulu is installed on a remote computer, you can set the address with this command:

Set-HonoluluServer -ComputerName $ServerName -Port 6516
Get-HonoluluServer

More Information

For more information

This project was generated using Kevin Marquette's Full Module Plaster Template.

About

PowerShell module for working with Project Honolulu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published