-
Notifications
You must be signed in to change notification settings - Fork 27
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
Problem with API Module #506
Comments
@nawazsarwar124 I am unable to reproduce the issue you are seeing. Could you give us more information about your environment? Can you run the following?
|
Hello @petrsnd thanks for your reply. I resolved the problem by degrating the version as lastest version was creating problem as mentioned above. For time being i am not using that version, maybe in future... Thanks again for you reply. |
I was able to reproduce the problem: And it appears that it can be fixed by just deleting the But then, at least for me, I immediately ran into another problem: So that is complaining about: I don't think PowerShell supports the C# string interpolation, at least not PowerShell version 5.1. So I replaced it with:
And it worked. |
Hello,
i have installed the safeguard-ps but encountring the error of powershell, i thought it's problem of powershell and i installed a virtualmachine but encountring the same error. Can someone please help:
PS C:\Windows\system32> Connect-Safeguard -Appliance 10.X.X.X -Insecure
Provider: local
Username: admin
400: Bad Request --
In C:\Program Files\WindowsPowerShell\Modules\safeguard-ps\7.4.126553\sg-utilities.psm1:181 car:5
PS C:\Windows\system32> Connect-Safeguard -Appliance 10.X.X.X -Insecure -Gui
Add-Type : (0) : Impossibile trovare il file di metadati 'System.Security.Cryptography.dll'
(1) : using System;
In C:\Program Files\WindowsPowerShell\Modules\safeguard-ps\7.4.126553\safeguard-ps.psm1:82 car:9
Thanks,
NS
The text was updated successfully, but these errors were encountered: