-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PowerShell 7 (x64) error #59
Comments
I was able to get it to work with modifying lines 90-103 and replacing them with the following code.
|
I have a similar issue and here is the peice of code which is erroring out
Based on your suggestion above I replaced my code with your code
It is still erroring out although with a different error : Any suggestion on how this issue can be resolved? |
LabTech-Powershell-Module/LabTech.psm1
Lines 90 to 102 in 69988bc
It appears that PSVersion 7.1.1 isn't able to load or find the type/namespace for
ICertificatePolicy
. PSVersion 5.1.1 operates as it's been just fine. The error outputs are as follows.The text was updated successfully, but these errors were encountered: