z3r0by73

Results 5 comments of z3r0by73

I recently ran into the same issue after installing KB4512534 (August 17th, 2019) on a Windows Server 2019 machine. After uninstalling it, the Posh-SSH PowerShell module did work again without...

I think I can imagine why they added this file -> https://techcommunity.microsoft.com/t5/Storage-at-Microsoft/Storage-Migration-Service-August-Update/ba-p/814035 > Samba on Linux You can now migrate from Samba running on Linux to Windows Server > Once...

After closing all instances of PowerShell and starting a new PS console instance, `Import-Module 'Posh-SSH'` followed by `New-SSHSession` results into the same error unfortunately. If you are using a freshly...

@darkoperator Click to expand verbose output PS> $VerbosePreference = "Continue" PS> Import-Module Posh-SSH -Verbose VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Posh-SSH\2.2\Posh-SSH.psd1'. VERBOSE: Loading 'Assembly' from path 'C:\Windows\Microsoft.Net\assembly\GAC_64\Renci.SshNet\v4.0_10.0.0.0__31bf3856ad364e35\Renci.SshNet.dll'. VERBOSE: Loading 'Assembly'...

Renaming the file 'Assembly\Renci.SshNet.dll' into `Renci.SshNet2.dll` and merging these changes within the file `Posh-SSH.psd1`, your PS Module is working again on Windows Server 2019. ( Click to see how the...