readme.txt
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
Make sure to "unblock" the Nectar10.zip file by right-clicking the zip file and putting a checkbox beside Unblock.
Place the contents into a folder called Nectar10 in the following location: %ProgramFiles%\WindowsPowerShell\Modules This will be enough for the PS module to auto-load when called upon. After loading, open a PS prompt and type: Connect-NectarCloud <yourN10cloudFQDN> Ie: Connect-NectarCloud us.nectar.services Enter you N10 creds and you’re off to the races. The module is self-documented. For a list of all commands within the module, type: Get-Command -Module Nectar10 Type Get-Help -Detailed <PSCommand> and it will give you the pertinent details about that command. |