You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$dscRegisterNode=Get-AzureRmAutomationDscNode@azureRMRGAutoAcct-Name 'dc1'$i=1While ($dscRegisterNode.Status-ne'Compliant')
{
Start-Sleep-Seconds 60Write-Warning"DSC Node dc1 is not in DSC compliance. This can take around 15 minutes. It has been $i minute(s)."$dscRegisterNode=Get-AzureRmAutomationDscNode@azureRMRGAutoAcct-Name 'dc1'$i++
}
Section not currently running. It has been, further debugging required to check.
The text was updated successfully, but these errors were encountered:
Section not currently running. It has been, further debugging required to check.
The text was updated successfully, but these errors were encountered: