From the Admin/Dashboard/Console i get:
and there arent any functions…
another thing about the output is the version number. I have 3.1.0.0 and the console prints 3.0.0.0?
We removed uses of New-Guid in UD to avoid this issue. That said, I can see that New-Guid isn’t defined when I try to use it. I also see the strange issue with it loading the 3.0 version.
I’ll reactivate this issue. If you are using New-Guid directly or custom components that use New-Guid, you may have this problem. you shouldn’t be seeing this with the built-in UD components.
I’ve identified the issue. The PSModulePath is out of order. The Windows PowerShell paths come after the PowerShell 7 paths which is causing this issue. I’ll put out a 3.0.6 build to resolve this.