Closed sjoshi17 closed 8 months ago
I am executing command as below:
Invoke-FalconDeploy -HostId -Path
Did you properly import the module and request your token before attempting this?
Import-Module -Name PSFalcon
Request-FalconToken -ClientId ... -ClientSecret ... -Hostname ...
That error appears when the PSFalcon module is not properly loaded and the base API hostname is not set.
To describe in detail as i am very new to the deployment of the same. I am using Ubuntu 20.04 on Virtual Box for testing purposes. The modules are successfully imported which i have also test using Get-Command.
However, when i am running Get-FalconToken i am inserting the Client ID and Secret key which is throwing me an error as enclosed.
Cloud
or Hostname
in your Request-FalconToken
syntaxHave you been able to verify the points above? Is this still an issue for you?