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
Added -Inheritance switch to Get-IBObject which requests WAPI to return inherited values for returned fields that support inheritance. This requires WAPI 2.10.2 or later.
WARNING: Depending on the field, the structure of the field's data may be different than a non-inheritance request. Be sure to test both ways to understand the differences in your use-case.
Fixed a problem with BatchMode calls to Get-IBObject that wouldn't properly send the -ProxySearch flag to batched queries when specified.
Changed low level URL encoding method to use [System.Uri]::EscapeDataString() which removes the explicit dependency on System.Web that was needed in PowerShell 5.1.