Skip to content

Commit

Permalink
Bot: Updating command reference
Browse files Browse the repository at this point in the history
  • Loading branch information
merill committed Apr 1, 2024
1 parent 71b5567 commit 3ae6421
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
55 changes: 55 additions & 0 deletions website/docs/commands/Reset-MtProgressView.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
sidebar_class_name: hidden
description: Resets the style of the progress bar to the previous state on Windows.
id: Reset-MtProgressView
title: Reset-MtProgressView
hide_title: false
hide_table_of_contents: false
custom_edit_url: https://github.com/maester365/maester/blob/main/powershell/public/Reset-MtProgressView.ps1
---

## SYNOPSIS

Resets the style of the progress bar to the previous state on Windows.

## SYNTAX

```powershell
Reset-MtProgressView [-ProgressAction <ActionPreference>] [<CommonParameters>]
```

## DESCRIPTION

\{\{ Fill in the Description \}\}

## EXAMPLES

## PARAMETERS

### -ProgressAction

\{\{ Fill ProgressAction Description \}\}

```yaml
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
## OUTPUTS
## NOTES
## RELATED LINKS
1 change: 1 addition & 0 deletions website/docs/commands/docusaurus.sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = [
'commands/Install-MaesterTests',
'commands/Invoke-Maester',
'commands/Invoke-MtGraphRequest',
'commands/Reset-MtProgressView',
'commands/Send-MtMail',
'commands/Test-MtAppManagementPolicyEnabled',
'commands/Test-MtCaAllAppsExists',
Expand Down

0 comments on commit 3ae6421

Please sign in to comment.