Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Change -VerboseLogging to -Verbose
  • Loading branch information
virtualox authored Oct 20, 2023
1 parent df49ade commit 40b6ba0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ This PowerShell script resets the group policies on a Windows client to their de
3. Run the script using the following command:

```powershell
.\Reset-GroupPolicy.ps1 [-VerboseLogging] [-Help]
.\Reset-GroupPolicy.ps1 [-Verbose] [-Help]
```

## Command-Line options
* `-VerboseLogging`: Enable verbose logging. When this switch is used, the script will print detailed information about its progress to the console.
* `-Verbose`: Enable verbose logging. When this switch is used, the script will print detailed information about its progress to the console.
* `-Help`: Show a help message with a description of the command-line options.

## Example
To run the script with verbose logging, use the following command:

```powershell
.\Reset-GroupPolicy.ps1 -VerboseLogging
.\Reset-GroupPolicy.ps1 -Verbose
```

0 comments on commit 40b6ba0

Please sign in to comment.