When connecting the FlexNet beacon to AWS, it will fail to execute if the PowerShell execution policy isn’t set to RemoteSigned. If the policy is set to something else, you will see the following error message in the importer log and on the System Tasks page after starting the AWS connector.
The following error occurred while loading the extended type data file:Microsoft.PowerShell, C:\Program Files\WindowsPowerShell\Modules\AWSPowerShell\<version>\AWSPowerShell.TypeExtensions.ps1xml: The file was skipped because of the following validation exception: AuthorizationManager check failed.
This PowerShell execution policy is one of the prerequisites for establishing an AWS connection with the FlexNet inventory beacon. You can find more details on prerequisites in the help article, AWS Connections.
Get-ExecutionPolicy
If it returns something other than RemoteSigned, you must update the policy.
Set-ExecutionPolicy RemoteSigned
on
Sep 01, 2022
03:41 PM
- edited on
Feb 03, 2023
12:17 PM
by
HollyM