diff --git a/src/OperationalInsights/OperationalInsights/help/New-AzOperationalInsightsComputerGroup.md b/src/OperationalInsights/OperationalInsights/help/New-AzOperationalInsightsComputerGroup.md index bc6da0e54c46..9411209ac6a5 100644 --- a/src/OperationalInsights/OperationalInsights/help/New-AzOperationalInsightsComputerGroup.md +++ b/src/OperationalInsights/OperationalInsights/help/New-AzOperationalInsightsComputerGroup.md @@ -24,6 +24,15 @@ The **New-AzOperationalInsightsComputerGroup** cmdlet creates a computer group i ## EXAMPLES +### Example 1 + +Creates a computer group. (autogenerated) + + +```powershell +New-AzOperationalInsightsComputerGroup -Category 'ContosoSavedSearchCategory' -DisplayName 'ContosoSavedSearchDisplayName' -Query 'Type=Event' -ResourceGroupName myresourcegroup -SavedSearchId 'ContosoSavedSearchId' -Version 1 -WorkspaceName +``` + ## PARAMETERS ### -Category