Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

By Default the Ranger PowerShell module is configured to operate with HTTPS with the Event Zero Enoten cloud platform. If you are running on-premise without implementing HTTPS on your server then the PowerShell module needs to be loaded with arguments to turn off HTTPS and possibly FQDN checking.

...

ParameterDescriptionClassDefaultUsage
EzUDMThe name of the Event Zero Enoten PowerShell module. The PowerShell module should have ben installed in the PSModulePathString
Required
ForceThis forces the reloading of the PowerShell module

Required
Argumentlist

There are two Boolean positional values that are available.

  • Parameter 1 Indicating if HTTPS should be used
  • Parameter 2 Indicating if the tenant FQDN should be validated
 Boolean$True,$True Optional 

...