crimsonread
crimsonread
> > Hello, > > Can you please provide the following details : > > * Exact version of PowerShell (use $host command) > * Both Viewer and Server command...
> I was able to reproduce the error, I did not see that since I'm always testing as a PowerShell Script rather than PowerShell Module. > > A hot-fix was...
Hello, The version of module is 1.12.0 for testing. The result looks like below. 
> Try the prerelease version which is 1.13.0. Maybe it will help. Hello, Okay, 1.13.0 solved the issue. However, it made other issue on **New-TableCondition** which is not working at...
> Try newest version. It's because of the change to ConvertTo-Json Great!. It is working now. Thanks.
> Hey crim, please execute $error[0] | select * and paste the results here. if that is not useful, try $error[1] until you see a helpful error Hi, Please find...