Skip to content

Commit

Permalink
Help updates
Browse files Browse the repository at this point in the history
  • Loading branch information
netikus authored Jun 21, 2022
1 parent 75c4e66 commit 2792005
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
7 changes: 3 additions & 4 deletions Add-ESVariable.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Add-ESVariable

## SYNOPSIS
{{ Defines a new variable }}
{{ Adds a new variable to EventSentry }}

## SYNTAX

Expand All @@ -17,12 +17,12 @@ Add-ESVariable [-Name] <String> [-DefaultValue] <String> [<CommonParameters>]
```

## DESCRIPTION
{{ Defines a new variable }}
{{ Adds a new variable to EventSentry }}

## EXAMPLES

### Example 1
```powershell
```
PS C:\> {{ Add-ESVariable EMAILRECIPIENT [email protected] }}
```

Expand Down Expand Up @@ -66,7 +66,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## INPUTS
### None
## OUTPUTS
### System.Object
Expand Down
11 changes: 5 additions & 6 deletions Remove-ESHost.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Remove-ESHost

## SYNOPSIS
{{ Removes a host from a group }}
{{ Removes a host }}

## SYNTAX

Expand All @@ -17,12 +17,12 @@ Remove-ESHost [-Group] <String> [-Hostname] <String> [<CommonParameters>]
```

## DESCRIPTION
{{ Removes a host from a group }}
{{ Removes a host }}

## EXAMPLES

### Example 1
```powershell
```
PS C:\> {{ Remove-ESHost "Default Group" SERVER17 }}
```

Expand All @@ -31,7 +31,7 @@ PS C:\> {{ Remove-ESHost "Default Group" SERVER17 }}
## PARAMETERS

### -Group
{{ Name of the group from which the host should be removed from }}
{{ Name of the group the host is a member of }}

```yaml
Type: String
Expand All @@ -46,7 +46,7 @@ Accept wildcard characters: False
```
### -Hostname
{{ Host to remove }}
{{ Name of the host to remove }}
```yaml
Type: String
Expand All @@ -66,7 +66,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## INPUTS
### None
## OUTPUTS
### System.Object
Expand Down
5 changes: 2 additions & 3 deletions Set-ESGroupProperty.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Set-ESGroupProperty [-Group] <String> [-PropertyType] <String> [-PropertyValue]
## EXAMPLES

### Example 1
```powershell
```
PS C:\> {{ Set-ESGroupProperty "Network Devices" RequiredErrorCount 3 }}
```

Expand Down Expand Up @@ -61,7 +61,7 @@ Accept wildcard characters: False
```
### -PropertyValue
{{ The value of the property to be set, for boolean values use "yes", "no", "true" or "false" }}
{{ The value of the property to be set }}
```yaml
Type: String
Expand All @@ -81,7 +81,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## INPUTS
### None
## OUTPUTS
### System.Object
Expand Down

0 comments on commit 2792005

Please sign in to comment.