-
|
My Configuration looks like this: Unfortunately, I get the following error: Does anyone know how to solve this problem? |
Beta Was this translation helpful? Give feedback.
Answered by
manuelgr0
Jan 15, 2026
Replies: 1 comment 1 reply
-
|
Add |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was not possible. The problem was building the Guest Configuration Package with the cmdlet
New-GuestConfigurationPackage.Solution:
Build the MOF file with Powershell 5 (otherwise some Objects will not be there and you'll get a ReferenceObject is null error)
Build the GC-Package with the MOF file with Powershell 7 (otherwise you get the "more than one version of a module" error)