[error] Method not found: 'Void UniversalAutomation.ViewModels.PagedViewModel`1.set_Skip(System.Nullable`1<Int32>)'.
I did a bit of searching and found this post, Invoke-DbaQuery Not Working Anymore which talks about changing the Environment where the script runs. I am currently running the script in Windows PowerShell 5.1. Changing the Environment to Integrated yields a different error message,
[error] Specify a computer name or use the Connect-UAServer command.
Hey Adam. I ran that command and it does not output any results. I did run this and found these two modules in the list, but I am not seeing anything else.
All PowerShell Universal items are loading from the same root location, file:///C:/inetpub/wwwroot/PowerShell_Universal
Should I be looking for a specific FullName in this or something that would stand out as being incorrect? I do see that Universal.Automation.Common is loading from file:///C:/inetpub/wwwroot/PowerShell_Universal as well.
I did complete an upgrade awhile ago that I believe affected this. I completed the upgrade by following the Zip Upgrade instructions.
Quick update on this. I re-ran the upgrade to 2.12.6, and now I do not receive the assembly mismatch error, but I do get,
[error] Specify a computer name or use the Connect-UAServer command.
I thought using the -Integrated parameter on Get-PSUScript would allow me to call cmdlets without an App Token or Computer Name. Am I missing something silly with this one?