@{ AllNodes = @( @{ NodeName = "localhost" PSDscAllowPlainTextPassword = $true; PSDscAllowDomainUser = $true; #region Parameters # Default Value Used to Ensure a Configuration Data File is Generated ServerNumber = "0" } ) NonNodeData = @( @{ # Your Entra tenant ID TenantId = "" # Your Entra primary domain name OrganizationName = ".onmicrosoft.com" # The Application Id of your service principal ApplicationId = "" # The Thumbprint of the certificate to authenticate with your service principal # This can be found in the certificates and secrets section of your service principal or # in the the details tab of the exported CER file. CertificateThumbprint = "" } ) }