Skip to content

Commit 9902d76

Browse files
authored
.md
1 parent 9137df5 commit 9902d76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/governance/policy/concepts/guest-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ The first step in troubleshooting Guest Configuration configurations or modules
203203

204204
If you would like to use the Azure VM Run Command capability to capture information from log files in Windows machines,
205205
the following example PowerShell script can be helpful. For details on running the script from the Azure Portal
206-
or using Azure PowerShell, see [Run PowerShell scripts in your Windows VM with Run Command](../../../virtual-machines/windows/run-command).
206+
or using Azure PowerShell, see [Run PowerShell scripts in your Windows VM with Run Command](../../../virtual-machines/windows/run-command.md).
207207

208208
```powershell
209209
$linesToIncludeBeforeMatch = 0
@@ -216,7 +216,7 @@ Select-String -Path "$latestVersion\dsc\logs\dsc.log" -pattern 'DSCEngine','DSCM
216216

217217
If you would like to use the Azure VM Run Command capability to capture information from log files in Linux machines,
218218
the following example Bash script can be helpful. For details on running the script from the Azure Portal
219-
or using Azure CLI, see [Run shell scripts in your Linux VM with Run Command](../../../virtual-machines/linux/run-command)
219+
or using Azure CLI, see [Run shell scripts in your Linux VM with Run Command](../../../virtual-machines/linux/run-command.md)
220220

221221
```Bash
222222
linesToIncludeBeforeMatch=0

0 commit comments

Comments
 (0)