From 3ae64217fc6953e7aae8aaf492e8dea88c0d4d51 Mon Sep 17 00:00:00 2001 From: Merill Fernando Date: Mon, 1 Apr 2024 13:02:40 +0000 Subject: [PATCH] Bot: Updating command reference --- .../docs/commands/Reset-MtProgressView.mdx | 55 +++++++++++++++++++ website/docs/commands/docusaurus.sidebar.js | 1 + 2 files changed, 56 insertions(+) create mode 100644 website/docs/commands/Reset-MtProgressView.mdx diff --git a/website/docs/commands/Reset-MtProgressView.mdx b/website/docs/commands/Reset-MtProgressView.mdx new file mode 100644 index 00000000..bc18936e --- /dev/null +++ b/website/docs/commands/Reset-MtProgressView.mdx @@ -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 ] [] +``` + +## 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 diff --git a/website/docs/commands/docusaurus.sidebar.js b/website/docs/commands/docusaurus.sidebar.js index c3abf13f..d73dc1e7 100644 --- a/website/docs/commands/docusaurus.sidebar.js +++ b/website/docs/commands/docusaurus.sidebar.js @@ -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',