omi icon indicating copy to clipboard operation
omi copied to clipboard

Open Management Infrastructure

Results 13 omi issues
Sort by recently updated
recently updated
newest added

##### SUMMARY Same problem as https://github.com/jborean93/omi/issues/70 but this time using SSL. Reading the [`README.md`](https://github.com/jborean93/omi?tab=readme-ov-file#changes-from-upstream-omi) I think this is supposed to work: > Technically NTLM auth on macOS can work but...

This probably doesn't have anything to do with the Module as I am a Linux noob.. but anyway, I find it strange.... ~~~ps1 > Install-WSMan -verbose VERBOSE: Getting OpenSSL version...

##### SUMMARY When trying to Enter a PSSession, it fails ``` PS /> Enter-PSSession -ComputerName "" -Credential $creds -Authentication Negotiate -SessionOption (New-PSSessionOption -SkipCACheck -SkipCNCheck) Enter-PSSession: Connecting to remote server failed...

##### SUMMARY We tried to connect to our PowerShell machine from Fedora 38 to Windows Server 2019 Standard. command: Enter-PSSession -ComputerName ip -Credential username -Authentication Negotiate command freeze without any...

##### SUMMARY Unable to connect to remote machine to use Invoke-Command using the Powershell docker images from Microsoft. Have tried the latest Alpine, Debian and Ubuntu images, all the same...

##### SUMMARY It seems I can now no longer run `sudo pwsh -Command "Install-WsMan -Verbose"` since brew has deprecated being able to run as root/sudo and won't run the update...

##### SUMMARY I am attempting to use PSWSMan in a lambda to pull information from AWS FSx and present the information returned as a .json file I have added a...

##### SUMMARY After a recent update of Fedora 35* the EXO module stopped working. Updating the EXO module to 3.0 fixed the Exchange Commands because 3.0 uses REST now. The...

This change updates the recommended usage for `SessionOption`. Previously it directed users to use `-SessionOption (New-PSSession -SkipCACheck -SkipCNCheck)`. However the swtiches mentioned only exist within the `New-PSSessionOption` command.

##### 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...