This PR introduces a new enhanced version of the PowerShell installation script. Numerous changes were implemented to bring it more inline with the uninstall and migrate script. Big changes:
Instead of using the System.net.webclient to handle API calls, we are now using Invoke-WebRequest to provide us with error handling and better control of the data.
FalconCloud is the same as the other scripts. We now default to autodiscover, and use short names rather than the full url as it was before.
Introduction to the Error Handling/Formatting functions from the other scripts
closes #167
This PR introduces a new enhanced version of the PowerShell installation script. Numerous changes were implemented to bring it more inline with the uninstall and migrate script. Big changes: