Skip to content

Commit

Permalink
Update pitchme
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMarquette committed Oct 12, 2017
1 parent cf714c3 commit fbe9ac1
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion PITCHME.md
Expand Up @@ -4,7 +4,13 @@ Module for working with Project Hoholulu

---

### Getting Started
### Install Project Honolulu from Microsoft

[Windows Server Honolulu Evaluation](https://www.microsoft.com/en-US/evalcenter/evaluate-windows-server-honolulu)

---

### Install Module

Install from the PSGallery and Import the module

Expand All @@ -13,6 +19,30 @@ Install from the PSGallery and Import the module

---

### Launch Honolulu from PowerShell

Show-Computer -ComputerName $ComputerName

This will open Honolulu to the page for `$ComputerName`.

---

### Open to a section

Show-Computer -ComputerName $ComputerName -View Services

This will open Honolulu to the services page for `$ComputerName`.

---

### With Pipeline Support

Get-Content servers.txt | Show-Computer

If pipe in a list of computers, it will open each one of them.

---

### What's next?

For more information
Expand Down

0 comments on commit fbe9ac1

Please sign in to comment.