We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
using the command $Connection = Connect-Swis -Hostname ipam.emea.xxxx.loc -Username $UserName -Password $Password throws
$Connection = Connect-Swis -Hostname ipam.emea.xxxx.loc -Username $UserName -Password $Password
Connect-Swis : Method not found: 'Void System.ServiceModel.NetTcpSecurity.set_Mode(System.ServiceModel.SecurityMode)'. At line:1 char:15
Name Value ---- ----- PSVersion 5.1.19041.1682 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.19041.1682 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 get-module ModuleType Version Name ---------- ------- ---- Binary 3.1.0.343 SwisPowerShell
on powershell 7 it's fine.
Name Value ---- ----- PSVersion 7.3.0 PSEdition Core GitCommitId 7.3.0 OS Microsoft Windows 10.0.19044 Platform Win32NT PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…} PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 WSManStackVersion 3.0
Lng time since i last used it, so - sorry - no idea what I updated that broke it. Ask if you need more logs!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
using the command
$Connection = Connect-Swis -Hostname ipam.emea.xxxx.loc -Username $UserName -Password $Password
throws
on powershell 7 it's fine.
Lng time since i last used it, so - sorry - no idea what I updated that broke it. Ask if you need more logs!
The text was updated successfully, but these errors were encountered: