-
Notifications
You must be signed in to change notification settings - Fork 31
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
Cannot read WinRM info on Windows 2008 R2 #3
Comments
The info query is also used prior to copying a file in order to determine how many chunks it can send to the remote before needing to discard the current shell and initiate a new one. |
confirmed independently using winrm commandline tool
|
How about allowing for the value for MaxEnvelopeSizeKB as a config parameter? |
I'm not ready to take in arguments like that. The machine itself is the source of truth, and if we can't read it out the I'd like it degrade gracefully. Commit c29edbd is a small step in that direction, and will work around the winrmcp copy problem for a standard 2008 R2 installation. |
I played around with wsman, and TrustedHosts settings to get powershell to return the values, but none worked. |
I have it working in branch winrmcp/elevated_info_query but it's hardcoded to vagrant/vagrant and it's not ready for prime-time without tests and a refactor or three. 🙈 |
I've worked around this by 1. allowing |
As noted here and here, an administrator cannot access WinRM info on Windows 2008 R2.
The text was updated successfully, but these errors were encountered: