Captier image validation faild

hi
Captier image validation faild

STATUS: Running action…
Command succeeded (evaluated false) continue if {string value of select (“DomainRole From Win32_ComputerSystem”) of WMI is “0” OR string value of select (“DomainRole From Win32_ComputerSystem”) of WMI is “2”}

— Result —
Evaluation completed successfully!
DomainRole = 2 mean it’s stand alone server but this worksatation is domain worklstation it must be 1 not 2 !

https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-computersystem

DomainRole 0 is “Standalone Workstation” and DomainRole 2 is “Standalone Server”. What the action is checking is that the machine should not be joined to a Domain before capturing it.

From what I recall, Microsoft’s recommendations are not to avoid sysprepping a domain-joined machine. Basically there are some problems that can come up, especially if Group Policy is applying settings that might cause Sysprep to fail. I recommend you should unjoin from the domain before trying to Capture the machine.

Re-joining the Domain when you deploy the image to computers is something you’d configured on the Image Profile after you capture and upload it to your BigFix server.