DSC- How to get GUID of nodes

Hi everery body.
First excuse me for my english,

am new in powershell DSC which I find so good.
I want to know if somebody knows how to get Nodes GUID if they are not in a domain. my goal is not to generate a random GUID on these nodes to use.

Thank’s

The GUID used by DSC is has to be assigned to the local configuration. Its recommended that you don’t use the machines GUID if you’re in a domain.

in all cases you can use New-Guid to create a new GUID fro the machine

Thank’s for yout reply :slight_smile: