Note
This no longer works in browser!
Note
This no longer works if you're alone in vc! Somebody else has to join you!
How to use this script:
- Accept the quest under User Settings -> Gift Inventory
| $computer = [System.Net.Dns]::GetHostName() | |
| $Computer = [System.Net.Dns]::GetHostName() | |
| # Fix issue with console text wrap: | |
| $Host.UI.RawUI.BufferSize = New-Object Management.Automation.Host.Size (500, 300) | |
| $OK = 0 | |
| $Warn = 1 | |
| $Crit = 2 | |
| $Unk = 3 |