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
Where `<version>` refers to the current version number.
194
194
195
+
### Collecting logs remotely
196
+
197
+
The first step in troubleshooting Guest Configuration configurations or modules should be to use the `Test-GuestConfigurationPackage` cmdlet following the steps in
198
+
[Test a Guest Configuration package](../how-to/guest-configuration-create.md#test-a-guest-configuration-package). If that is not successful, collecting client logs can help diagnose issues.
199
+
200
+
#### Windows
201
+
202
+
If you would like to use the Azure VM Run Command capability to capture information from log files in Windows machines,
203
+
the following example PowerShell script can be helpful. For details on running the script from the Azure Portal
204
+
or using Azure PowerShell, see [Run PowerShell scripts in your Windows VM with Run Command](../../../virtual-machines/windows/run-command.md).
0 commit comments