It appears that the catalog signature in the MSIX does not apply to the PowerShell scripts. The scripts will have to be embed signed to prevent the following from happening in more locked down environments:
"CreateSignerPolicty.ps1 is not digitally signed. You cannot run this script in the current system. For more information about running scripts and setting execution policy..."
It appears that the catalog signature in the MSIX does not apply to the PowerShell scripts. The scripts will have to be embed signed to prevent the following from happening in more locked down environments:
"CreateSignerPolicty.ps1 is not digitally signed. You cannot run this script in the current system. For more information about running scripts and setting execution policy..."