You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forgive me if this is an ignorant question, but should this be expected to work on a Raspberry Pi 4 (Fedora 37 aarch64)? I'm able to install the module, and Install-WSMan does not give me any errors, but when trying to use it, I get the following:
Invoke-Command: This parameter set requires WSMan, and no supported WSMan client library was found. WSMan is either not installed or unavailable for this system.
PS /home/user> Install-WSMan -Verbose
VERBOSE: Getting OpenSSL version for 'libssl', 'libssl.so', 'libssl.so.1.1', 'libssl.so.10', 'libssl.so.1.0.0', 'libssl.so.3'
VERBOSE: OpenSSL Version: Major 3 Minor 0 Patch 0
VERBOSE: Host Info:
{
"StandardLib": "glibc",
"OpenSSL": "3",
"LibCrypto": null,
"LibSSL": null
}
VERBOSE: Installing WSMan libs for 'glibc-3'
VERBOSE: Checking to see if libmi.so is installed
VERBOSE: Checking to see if libpsrpclient.so is installed
PS /home/user> which openssl
/usr/bin/openssl
PS /home/user> openssl version
OpenSSL 3.0.5 5 Jul 2022 (Library: OpenSSL 3.0.5 5 Jul 2022)
MODULE VERSION
ModuleType Version PreRelease Name ExportedCommands
---------- ------- ---------- ---- ----------------
Script 2.3.1 PSWSMan {Disable-WSManCertVerification, Enable-WSManCertVerification, Get-WSManVersion, Install-WSMan…}
OS / ENVIRONMENT
Distribution: Fedora 37 (aarch64 on Raspberry Pi 4)
Pwsh version: 7.3.1 (aarch64)
The text was updated successfully, but these errors were encountered:
SUMMARY
Forgive me if this is an ignorant question, but should this be expected to work on a Raspberry Pi 4 (Fedora 37 aarch64)? I'm able to install the module, and Install-WSMan does not give me any errors, but when trying to use it, I get the following:
Invoke-Command: This parameter set requires WSMan, and no supported WSMan client library was found. WSMan is either not installed or unavailable for this system.
MODULE VERSION
OS / ENVIRONMENT
Distribution: Fedora 37 (aarch64 on Raspberry Pi 4)
Pwsh version: 7.3.1 (aarch64)
The text was updated successfully, but these errors were encountered: