Skip to content

Commit 6719e90

Browse files
Error in the example
1 parent b6203d6 commit 6719e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Automation/Commands.Automation/help/Register-AzureRmAutomationDscNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The **Register-AzureRmAutomationDscNode** cmdlet registers an Azure virtual mach
2727

2828
### Example 1: Register an Azure virtual machine as an Azure DSC node
2929
```
30-
PS C:\>Register-AzureAutomationDscNode -AutomationAccountName "Contoso17" -AzureVMName "VirtualMachine01" -ResourceGroupName "ResourceGroup01"-NodeConfigurationName "ContosoConfiguration.webserver"
30+
PS C:\>Register-AzureRmAutomationDscNode -AutomationAccountName "Contoso17" -AzureVMName "VirtualMachine01" -ResourceGroupName "ResourceGroup01"-NodeConfigurationName "ContosoConfiguration.webserver"
3131
```
3232

3333
This command registers the Azure virtual machine named VirtualMachine01 as a DSC node in the Automation account named Contoso17.

0 commit comments

Comments
 (0)