-
When testing the PSFalcon module with a low privilege account, PowerShell was in constrained language mode, and I had difficulty importing the module. I tracked it down to a line in the module manifest I installed the module into C:\Program Files\WindowsPowerShell\Modules\PSFalcon\2.2.4
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The Class.ps1 file loads critical functions for the operation of the module, including the loading of required libraries and the ability to make requests to the APIs. I've never attempted to have PSFalcon work in constrained language mode. I'll see if there's anything that I can do to make it compatible, but I suspect that it won't work based on how the module is currently designed. |
Beta Was this translation helpful? Give feedback.
The Class.ps1 file loads critical functions for the operation of the module, including the loading of required libraries and the ability to make requests to the APIs.
I've never attempted to have PSFalcon work in constrained language mode. I'll see if there's anything that I can do to make it compatible, but I suspect that it won't work based on how the module is currently designed.