Chris Lynch
Chris Lynch
Thanks for responding. I actually was able to find a solution to this. I extended the `IPNetwork` class to add a new method `IncrementAddress()` that would allow one to provide...
Here is yet another example (Adobe Acrobat Reader): 
This is caused by the Cmdlet not handling the c-Class enclosure correctly. Current power is not stored with the enclosure API object, like a Synergy enclosure resource does.
This is fixed in [Release 6.30.3188.1900](https://github.com/HewlettPackard/POSH-HPEOneView/releases/tag/v6.30.3188.1900) and in [PowerShell Gallery](https://www.powershellgallery.com/packages/HPEOneView.630/6.30.3188.1900). Please verify before this issue is closed.
Not sure this is an issue with the library. When uploading the file, a 4MB buffer is used. It does not increase, as the same buffer is used each time....
Hmm... This appears to happen with large SPP ISO's only. The upload function inside has used the process for a very long time. In regression testing, I never ran into...
> largest object size unless you complile Powershell using "AllowLargeObjects" No, you have that wrong. While yes PowerShell _could_ be compiled with that property set, the comment from the Microsoft...
Unfortunately, I cannot use Invoke-WebRequest as a replacement to the C# class method currently being used. And as I stated, this only happens with ISO's greater than 2GB in size....
No because this is a DotNetCore issue. ~~The only recommendation I can provide is to add more RAM to the Ubuntu image (if a VM).~~ This recommendation is no longer...
To follow up on this, I have recently observed severe latency issues with `System.Net.HttpWebRequest` even with PowerShell 7 and DotNetCore 3. I'm working on replacing the core functionality of the...