diff --git a/PS5/README.md b/PS5/README.md index bd0aae2f..de8c3d87 100644 --- a/PS5/README.md +++ b/PS5/README.md @@ -14,4 +14,4 @@ or have dependencies that are no longer available in PowerShell 6+. - **[Enable-Certificate.ps1](Enable-Certificate.ps1)**: Unsets the Archived property on a certificate. - **[Export-Fake4TargetsGraph.ps1](Export-Fake4TargetsGraph.ps1)**: Exports a graph of a Fake4 build script's targets. - + diff --git a/README.md b/README.md index 01658025..e75e466e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Useful General-Purpose Scripts [![Pester tests status](https://github.com/brianary/scripts/actions/workflows/pester.yml/badge.svg)][pester.yml] [![Pester tests results](https://gist.githubusercontent.com/brianary/4642e5c804aa1b40738def5a7c03607a/raw/badge.svg)][pester.yml] -[![Pester tests coverage](https://img.shields.io/badge/Pester_coverage-2438_%E2%80%B1-red)](https://github.com/brianary/scripts/tree/main/test) +[![Pester tests coverage](https://img.shields.io/badge/Pester_coverage-2423_%E2%80%B1-red)](https://github.com/brianary/scripts/tree/main/test) [![GitHub license badge](https://badgen.net/github/license/brianary/Scripts?icon=github)](https://mit-license.org/ "MIT License") [![GitHub stars badge](https://badgen.net/github/stars/brianary/Scripts?icon=github)](https://github.com/brianary/scripts/stargazers "Stars") [![GitHub watchers badge](https://badgen.net/github/watchers/brianary/Scripts?icon=github)](https://github.com/brianary/scripts/watchers "Watchers") @@ -39,15 +39,15 @@ PowerShell Scripts ### Command - **[Get-CommandParameters.ps1](Get-CommandParameters.ps1)**: Returns the parameters of the specified cmdlet. -- :up: **[Get-CommandPath.ps1](Get-CommandPath.ps1)**: Locates a command. +- **[Get-CommandPath.ps1](Get-CommandPath.ps1)**: Locates a command. - **[Hide-Command.ps1](Hide-Command.ps1)**: Make a command unavailable. - **[Invoke-CommandWithParams.ps1](Invoke-CommandWithParams.ps1)**: Execute a command by using matching dictionary entries as parameters. -- :up: **[Use-Command.ps1](Use-Command.ps1)**: Checks for the existence of the given command, and adds if missing and a source is defined. +- **[Use-Command.ps1](Use-Command.ps1)**: Checks for the existence of the given command, and adds if missing and a source is defined. ### Configuration - **[Get-ConfigConnectionStringBuilders.ps1](Get-ConfigConnectionStringBuilders.ps1)**: Return named connection string builders for connection strings in a config file. -- :up: **[Get-NuGetConfigs.ps1](Get-NuGetConfigs.ps1)**: Returns the available NuGet configuration files, in order of preference. +- **[Get-NuGetConfigs.ps1](Get-NuGetConfigs.ps1)**: Returns the available NuGet configuration files, in order of preference. - **[Use-NetMailConfig.ps1](Use-NetMailConfig.ps1)**: Use .NET configuration to set defaults for Send-MailMessage. ### Console @@ -80,7 +80,7 @@ PowerShell Scripts - **[ConvertTo-PowerShell.ps1](ConvertTo-PowerShell.ps1)**: Serializes complex content into PowerShell literals. - **[Format-EscapedUrl.ps1](Format-EscapedUrl.ps1)**: Escape URLs more aggressively. - **[New-Jwt.ps1](New-Jwt.ps1)**: Generates a JSON Web Token (JWT) -- :new: **[Split-Uri.ps1](Split-Uri.ps1)**: Splits a URI into component parts. +- **[Split-Uri.ps1](Split-Uri.ps1)**: Splits a URI into component parts. - **[Test-FileTypeMagicNumber.ps1](Test-FileTypeMagicNumber.ps1)**: Tests for a given common file type by magic number. - **[Test-Jwt.ps1](Test-Jwt.ps1)**: Determines whether a string is a valid JWT. - **[Test-MagicNumber.ps1](Test-MagicNumber.ps1)**: Tests a file for a "magic number" (identifying sequence of bytes) at a given location. @@ -103,7 +103,7 @@ PowerShell Scripts - **[Repair-DatabaseConstraintNames.ps1](Repair-DatabaseConstraintNames.ps1)**: Finds database constraints with system-generated names and gives them deterministic names. - **[Repair-DatabaseUntrustedConstraints.ps1](Repair-DatabaseUntrustedConstraints.ps1)**: Finds database constraints that have been incompletely re-enabled. - **[Send-SqlReport.ps1](Send-SqlReport.ps1)**: Execute a SQL statement and email the results. -- :new: **[Test-ConnectionString.ps1](Test-ConnectionString.ps1)**: Test a given connection string and provide details about the connection. +- **[Test-ConnectionString.ps1](Test-ConnectionString.ps1)**: Test a given connection string and provide details about the connection. - **[Use-SqlcmdParams.ps1](Use-SqlcmdParams.ps1)**: Use the calling script parameters to set Invoke-Sqlcmd defaults. ### Date and time @@ -143,16 +143,16 @@ PowerShell Scripts ### Files -- :up: **[Backup-File.ps1](Backup-File.ps1)**: Create a backup as a sibling to a file, with date and time values in the name. +- **[Backup-File.ps1](Backup-File.ps1)**: Create a backup as a sibling to a file, with date and time values in the name. - **[Find-DuplicateFiles.ps1](Find-DuplicateFiles.ps1)**: Removes duplicates from a list of files. - **[Find-NewestFile.ps1](Find-NewestFile.ps1)**: Finds the most recent file. -- :up: **[Join-FileName.ps1](Join-FileName.ps1)**: Combines a filename with a string. +- **[Join-FileName.ps1](Join-FileName.ps1)**: Combines a filename with a string. - **[Measure-Caches.ps1](Measure-Caches.ps1)**: Returns a list of matching cache directories, and their sizes, sorted. -- :up: **[New-Shortcut.ps1](New-Shortcut.ps1)**: Create a Windows shortcut. +- **[New-Shortcut.ps1](New-Shortcut.ps1)**: Create a Windows shortcut. - **[Remove-LockyFile.ps1](Remove-LockyFile.ps1)**: Removes a file that may be prone to locking. - **[Test-LockedFile.ps1](Test-LockedFile.ps1)**: Returns true if the specified file is locked. - **[Test-NewerFile.ps1](Test-NewerFile.ps1)**: Returns true if the difference file is newer than the reference file. -- :up: **[Update-Files.ps1](Update-Files.ps1)**: Copies specified source files that exist in the destination directory. +- **[Update-Files.ps1](Update-Files.ps1)**: Copies specified source files that exist in the destination directory. ### Git and GitHub @@ -160,7 +160,7 @@ PowerShell Scripts - **[Copy-GitHubLabels.ps1](Copy-GitHubLabels.ps1)**: Copies configured issue labels from one repo to another. - **[Get-GitFileMetadata.ps1](Get-GitFileMetadata.ps1)**: Returns the creation and last modification metadata for a file in a git repo. - **[Get-GitFirstCommit.ps1](Get-GitFirstCommit.ps1)**: Gets the SHA-1 hash of the first commit of the current repo. -- :up: **[Get-RepoName.ps1](Get-RepoName.ps1)**: Gets the name of the repo. +- **[Get-RepoName.ps1](Get-RepoName.ps1)**: Gets the name of the repo. - **[Rename-GitHubLocalBranch.ps1](Rename-GitHubLocalBranch.ps1)**: Rename a git repository branch. - **[Trace-GitRepoTest.ps1](Trace-GitRepoTest.ps1)**: Uses git bisect to search for the point in the repo history that the test script starts returning true. @@ -170,7 +170,7 @@ PowerShell Scripts - **[ConvertTo-MultipartFormData.ps1](ConvertTo-MultipartFormData.ps1)**: Creates multipart/form-data to send as a request body. - **[Get-ContentSecurityPolicy.ps1](Get-ContentSecurityPolicy.ps1)**: Returns the content security policy at from the given URL. - **[Get-SslDetails.ps1](Get-SslDetails.ps1)**: Enumerates the SSL protocols that the client is able to successfully use to connect to a server. -- :up: **[Save-WebRequest.ps1](Save-WebRequest.ps1)**: Downloads a given URL to a file, automatically determining the filename. +- **[Save-WebRequest.ps1](Save-WebRequest.ps1)**: Downloads a given URL to a file, automatically determining the filename. - **[Show-HttpStatus.ps1](Show-HttpStatus.ps1)**: Displays the HTTP status code info. ### Json @@ -229,7 +229,7 @@ PowerShell Scripts ### Scheduled Tasks -- :up: **[Backup-SchTasks.ps1](Backup-SchTasks.ps1)**: Exports the local list of Scheduled Tasks into a single XML file. +- **[Backup-SchTasks.ps1](Backup-SchTasks.ps1)**: Exports the local list of Scheduled Tasks into a single XML file. - **[ConvertFrom-CimInstance.ps1](ConvertFrom-CimInstance.ps1)**: Convert a CimInstance object to a PSObject. - **[ConvertTo-ICalendar.ps1](ConvertTo-ICalendar.ps1)**: Converts supported objects (Scheduled Tasks) to the RFC 5545 iCalendar format. - **[Copy-SchTasks.ps1](Copy-SchTasks.ps1)**: Copy scheduled jobs from another computer to this one, using a GUI list to choose jobs. @@ -240,13 +240,13 @@ PowerShell Scripts - :up: **[New-PesterTests.ps1](New-PesterTests.ps1)**: Creates a new Pester testing script from a script's examples and parameter sets. - **[New-Script.ps1](New-Script.ps1)**: Creates a simple boilerplate script. - **[Optimize-Help.ps1](Optimize-Help.ps1)**: Cleans up comment-based help blocks by fully unindenting and capitalizing dot keywords. -- :up: **[Rename-Script.ps1](Rename-Script.ps1)**: Renames all instances of a script, and updates any usage of it. +- **[Rename-Script.ps1](Rename-Script.ps1)**: Renames all instances of a script, and updates any usage of it. - **[Repair-ScriptStyle.ps1](Repair-ScriptStyle.ps1)**: Accepts justifications for script analysis rule violations, fixing the rest using Invoke-ScriptAnalysis. ### Search and replace - **[Add-CapturesToMatches.ps1](Add-CapturesToMatches.ps1)**: Adds named capture group values as note properties to Select-String MatchInfo objects. -- :up: **[Find-Lines.ps1](Find-Lines.ps1)**: Searches a specific subset of files for lines matching a pattern. +- **[Find-Lines.ps1](Find-Lines.ps1)**: Searches a specific subset of files for lines matching a pattern. - **[Select-CapturesFromMatches.ps1](Select-CapturesFromMatches.ps1)**: Selects named capture group values as note properties from Select-String MatchInfo objects. - **[Set-RegexReplace.ps1](Set-RegexReplace.ps1)**: Updates text found with Select-String, using a regular expression replacement template. @@ -265,32 +265,33 @@ PowerShell Scripts - **[Get-SystemDetails.ps1](Get-SystemDetails.ps1)**: Collects some useful system hardware and operating system details via CIM. - **[Import-EdgeKeywords.ps1](Import-EdgeKeywords.ps1)**: Adds search keywords to an Edge SQLite profile configuration. - **[Read-ChocolateySummary.ps1](Read-ChocolateySummary.ps1)**: Retrieves the a summary from the Chocolatey log. -- **[Update-Everything.ps1](Update-Everything.ps1)**: Updates everything it can on the system. +- :up: **[Update-Everything.ps1](Update-Everything.ps1)**: Updates everything it can on the system. - **[Use-Java.ps1](Use-Java.ps1)**: Switch the Java version for the current process by modifying environment variables. ### Unicode -- :up: **[ConvertTo-SafeEntities.ps1](ConvertTo-SafeEntities.ps1)**: Encode text as XML/HTML, escaping all characters outside 7-bit ASCII. +- **[ConvertTo-SafeEntities.ps1](ConvertTo-SafeEntities.ps1)**: Encode text as XML/HTML, escaping all characters outside 7-bit ASCII. - **[Get-CharacterDetails.ps1](Get-CharacterDetails.ps1)**: Returns filterable categorical information about characters in the Unicode Basic Multilingual Plane. - **[Get-Unicode.ps1](Get-Unicode.ps1)**: Returns the (UTF-16) .NET string for a given Unicode codepoint, which may be a surrogate pair. -- **[Get-UnicodeByName.ps1](Get-UnicodeByName.ps1)**: Returns characters based on Unicode code point name, GitHub short code, or HTML entity. -- **[Get-UnicodeData.ps1](Get-UnicodeData.ps1)**: Returns the current (cached) Unicode character data. -- **[Get-UnicodeName.ps1](Get-UnicodeName.ps1)**: Returns the name of a Unicode code point. +- :up: **[Get-UnicodeByName.ps1](Get-UnicodeByName.ps1)**: Returns characters based on Unicode code point name, GitHub short code, or HTML entity. +- :up: **[Get-UnicodeData.ps1](Get-UnicodeData.ps1)**: Returns the current (cached) Unicode character data. +- :up: **[Get-UnicodeName.ps1](Get-UnicodeName.ps1)**: Returns the name of a Unicode code point. +- :new: **[Import-CharConstants.ps1](Import-CharConstants.ps1)**: Imports characters by name as constants into the current scope. ### VSCode - **[Add-VsCodeDatabaseConnection.ps1](Add-VsCodeDatabaseConnection.ps1)**: Adds a VS Code MSSQL database connection to the repo. - **[Get-VSCodeSetting.ps1](Get-VSCodeSetting.ps1)**: Sets a VSCode setting. - **[Get-VSCodeSettingsFile.ps1](Get-VSCodeSettingsFile.ps1)**: Gets the path of the VSCode settings.config file. -- :up: **[Import-VsCodeDatabaseConnections.ps1](Import-VsCodeDatabaseConnections.ps1)**: Adds config XDT connection strings to VSCode settings. +- **[Import-VsCodeDatabaseConnections.ps1](Import-VsCodeDatabaseConnections.ps1)**: Adds config XDT connection strings to VSCode settings. - **[Push-WorkspaceLocation.ps1](Push-WorkspaceLocation.ps1)**: Pushes the current VS Code editor workspace location to the location stack. - **[Set-VSCodeSetting.ps1](Set-VSCodeSetting.ps1)**: Sets a VSCode setting. ### XML - **[Compare-Xml.ps1](Compare-Xml.ps1)**: Compares two XML documents and returns the differences. -- :up: **[Convert-Xml.ps1](Convert-Xml.ps1)**: Transform XML using an XSLT template. -- :up: **[ConvertFrom-EscapedXml.ps1](ConvertFrom-EscapedXml.ps1)**: Parse escaped XML into XML and serialize it. +- **[Convert-Xml.ps1](Convert-Xml.ps1)**: Transform XML using an XSLT template. +- **[ConvertFrom-EscapedXml.ps1](ConvertFrom-EscapedXml.ps1)**: Parse escaped XML into XML and serialize it. - **[ConvertFrom-XmlElement.ps1](ConvertFrom-XmlElement.ps1)**: Converts named nodes of an element to properties of a PSObject, recursively. - **[ConvertTo-XmlElements.ps1](ConvertTo-XmlElements.ps1)**: Serializes complex content into XML elements. - **[Format-Xml.ps1](Format-Xml.ps1)**: Pretty-print XML. @@ -309,7 +310,7 @@ PowerShell Scripts - **[ConvertTo-RomanNumeral.ps1](ConvertTo-RomanNumeral.ps1)**: Convert a number to a Roman numeral. - **[Copy-Html.ps1](Copy-Html.ps1)**: Copies objects as an HTML table. - **[Export-MermaidER.ps1](Export-MermaidER.ps1)**: Generates a Mermaid entity relation diagram for database tables. -- :up: **[Export-Readme.ps1](Export-Readme.ps1)**: Generate README.md file for the scripts repo. +- **[Export-Readme.ps1](Export-Readme.ps1)**: Generate README.md file for the scripts repo. - **[Format-HtmlDataTable.ps1](Format-HtmlDataTable.ps1)**: Right-aligns numeric data in an HTML table for emailing, and optionally zebra-stripes &c. - **[Get-ADServiceAccountInfo.ps1](Get-ADServiceAccountInfo.ps1)**: Lists the Global Managed Service Accounts for the domain, including the computers they are bound to. - **[Get-AspNetEvents.ps1](Get-AspNetEvents.ps1)**: Parses ASP.NET errors from the event log on the given server. @@ -327,7 +328,7 @@ PowerShell Scripts - **[Remove-PocketArticle.ps1](Remove-PocketArticle.ps1)**: Removes an article from a Pocket account. - **[Repair-AppxPackages.ps1](Repair-AppxPackages.ps1)**: Re-registers all installed Appx packages. - **[Restore-Workstation.ps1](Restore-Workstation.ps1)**: Restores various configuration files and exported settings from a ZIP file. -- :up: **[Save-PodcastEpisodes.ps1](Save-PodcastEpisodes.ps1)**: Saves enclosures from a podcast feed. +- **[Save-PodcastEpisodes.ps1](Save-PodcastEpisodes.ps1)**: Saves enclosures from a podcast feed. - **[Send-MailMessageFile.ps1](Send-MailMessageFile.ps1)**: Sends emails from a drop folder using .NET config defaults. - **[Test-HttpSecurity.ps1](Test-HttpSecurity.ps1)**: Scan sites using Mozilla's Observatory. - **[Write-VisibleString.ps1](Write-VisibleString.ps1)**: Displays a string, showing nonprintable characters. @@ -344,4 +345,4 @@ Office VBA Scripts - **[OutlookPasteFormattedIndented.vba](OutlookPasteFormattedIndented.vba)**: Outlook will strip single-space indents when displaying emails. If you've got, for example, syntax highlighted source code that employs any indentation of only one space, you'll want to add two spaces to the each line (adding one will not appear for text that isn't indented). This Outlook script will paste formatted text, and indent it. Requires Tools -> References -> Microsoft Word 14.0 Object Library (later versions may also work) - **[OutlookPasteTsvTable.vba](OutlookPasteTsvTable.vba)**: This Outlook VBA Sub can be connected to a toolbar button for pasting TSV data as an attractive, formatted table. -BL Requires Tools -> References -> Microsoft Word 14.0 Object Library (later versions may also work) - + diff --git a/docs/Add-CapturesToMatches.ps1.md b/docs/Add-CapturesToMatches.ps1.md index cfec1314..3e1c009c 100644 --- a/docs/Add-CapturesToMatches.ps1.md +++ b/docs/Add-CapturesToMatches.ps1.md @@ -13,7 +13,7 @@ Adds named capture groups as note properties to Select-String's MatchInfo object ## SYNTAX ``` -Add-CapturesToMatches.ps1 [[-MatchInfo] ] [] +Add-CapturesToMatches.ps1 [[-MatchInfo] ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -48,6 +48,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Add-Counter.ps1.md b/docs/Add-Counter.ps1.md index 3d86ed64..2603ca47 100644 --- a/docs/Add-Counter.ps1.md +++ b/docs/Add-Counter.ps1.md @@ -14,7 +14,7 @@ Adds a incrementing integer property to each pipeline object. ``` Add-Counter.ps1 [[-PropertyName] ] [[-InitialValue] ] -InputObject [-Force] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -99,6 +99,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Add-DynamicParam.ps1.md b/docs/Add-DynamicParam.ps1.md index 6c8a0fa9..ef41f95e 100644 --- a/docs/Add-DynamicParam.ps1.md +++ b/docs/Add-DynamicParam.ps1.md @@ -17,7 +17,8 @@ Add-DynamicParam.ps1 [-Name] [[-Type] ] [-Position ] [-Par [-Alias ] [-ValidateCount ] [-ValidateDrive ] [-ValidateLength ] [-ValidatePattern ] [-ValidateRange ] [-ValidateScript ] [-ValidateSet ] [-NotNull] [-NotNullOrEmpty] [-TrustedData] [-UserDrive] [-Mandatory] - [-ValueFromPipeline] [-ValueFromPipelineByPropertyName] [-ValueFromRemainingArguments] [] + [-ValueFromPipeline] [-ValueFromPipelineByPropertyName] [-ValueFromRemainingArguments] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -337,6 +338,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Add-GitHubMetadata.ps1.md b/docs/Add-GitHubMetadata.ps1.md index e8400298..9bc32f29 100644 --- a/docs/Add-GitHubMetadata.ps1.md +++ b/docs/Add-GitHubMetadata.ps1.md @@ -19,7 +19,7 @@ Add-GitHubMetadata.ps1 [[-DefaultOwner] ] [[-Owners] ] [[-V [[-DefaultCharset] ] [[-DefaultLineEndings] ] [[-DefaultIndentSize] ] [-DefaultUsesTabs] [-DefaultKeepTrailingSpace] [-DefaultNoFinalNewLine] [-NoWarnings] [-VsCodeExtensionRecommendations] [-VSCodeDisablePrettierForMarkdown] [-DevContainer] [-NoOwners] [-Force] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -416,6 +416,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Add-NoteProperty.ps1.md b/docs/Add-NoteProperty.ps1.md index d2797211..668fc54e 100644 --- a/docs/Add-NoteProperty.ps1.md +++ b/docs/Add-NoteProperty.ps1.md @@ -14,7 +14,7 @@ Adds a NoteProperty to a PSObject, calculating the value with the object in cont ``` Add-NoteProperty.ps1 [-Name] [-Value] [-Properties ] -InputObject - [-PassThru] [-Force] [] + [-PassThru] [-Force] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -143,6 +143,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Add-NotebookCell.ps1.md b/docs/Add-NotebookCell.ps1.md index afeb6ecb..de483264 100644 --- a/docs/Add-NotebookCell.ps1.md +++ b/docs/Add-NotebookCell.ps1.md @@ -13,7 +13,7 @@ When run within a Polyglot Notebook, appends a cell to it. ## SYNTAX ``` -Add-NotebookCell.ps1 [-InputObject] [] +Add-NotebookCell.ps1 [-InputObject] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -45,6 +45,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Add-ParameterDefault.ps1.md b/docs/Add-ParameterDefault.ps1.md index 5915a3df..514a0d3a 100644 --- a/docs/Add-ParameterDefault.ps1.md +++ b/docs/Add-ParameterDefault.ps1.md @@ -14,7 +14,7 @@ Appends or creates a value to use for the specified cmdlet parameter to use when ``` Add-ParameterDefault.ps1 [-CommandName] [-ParameterName] [-Value] [-Scope ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -99,6 +99,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Add-ScopeLevel.ps1.md b/docs/Add-ScopeLevel.ps1.md index 8cedab82..ec375ef4 100644 --- a/docs/Add-ScopeLevel.ps1.md +++ b/docs/Add-ScopeLevel.ps1.md @@ -13,7 +13,7 @@ Convert a scope level to account for another call stack level. ## SYNTAX ``` -Add-ScopeLevel.ps1 [-Scope] [] +Add-ScopeLevel.ps1 [-Scope] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -59,6 +59,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Add-TimeSpan.ps1.md b/docs/Add-TimeSpan.ps1.md index a4e75725..64e1db09 100644 --- a/docs/Add-TimeSpan.ps1.md +++ b/docs/Add-TimeSpan.ps1.md @@ -13,7 +13,8 @@ Adds a timespan to DateTime values. ## SYNTAX ``` -Add-TimeSpan.ps1 [-TimeSpan] [-DateTime] [] +Add-TimeSpan.ps1 [-TimeSpan] [-DateTime] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -60,6 +61,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Add-VsCodeDatabaseConnection.ps1.md b/docs/Add-VsCodeDatabaseConnection.ps1.md index 8099aa88..88742abe 100644 --- a/docs/Add-VsCodeDatabaseConnection.ps1.md +++ b/docs/Add-VsCodeDatabaseConnection.ps1.md @@ -14,7 +14,7 @@ Adds a VS Code MSSQL database connection to the repo. ``` Add-VsCodeDatabaseConnection.ps1 [-ProfileName] [-ServerInstance] [-Database] - [[-UserName] ] [-Force] [] + [[-UserName] ] [-Force] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -109,6 +109,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Backup-File.ps1.md b/docs/Backup-File.ps1.md index e32e376d..9eea8ca2 100644 --- a/docs/Backup-File.ps1.md +++ b/docs/Backup-File.ps1.md @@ -13,7 +13,7 @@ Create a backup as a sibling to a file, with date and time values in the name. ## SYNTAX ``` -Backup-File.ps1 [-Path] [] +Backup-File.ps1 [-Path] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -47,6 +47,21 @@ Accept pipeline input: True (ByPropertyName, ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Backup-SchTasks.ps1.md b/docs/Backup-SchTasks.ps1.md index a7aa50f4..44dd59f3 100644 --- a/docs/Backup-SchTasks.ps1.md +++ b/docs/Backup-SchTasks.ps1.md @@ -13,7 +13,8 @@ Exports the local list of Scheduled Tasks into a single XML file. ## SYNTAX ``` -Backup-SchTasks.ps1 [[-Path] ] [-Stylesheet ] [] +Backup-SchTasks.ps1 [[-Path] ] [-Stylesheet ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -60,6 +61,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Backup-Workstation.ps1.md b/docs/Backup-Workstation.ps1.md index 1f37e16c..6c316e73 100644 --- a/docs/Backup-Workstation.ps1.md +++ b/docs/Backup-Workstation.ps1.md @@ -13,7 +13,7 @@ Adds various configuration files and exported settings to a ZIP file. ## SYNTAX ``` -Backup-Workstation.ps1 [[-Path] ] [] +Backup-Workstation.ps1 [[-Path] ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -45,6 +45,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Compare-Keys.ps1.md b/docs/Compare-Keys.ps1.md index 784707a4..c31a4e3b 100644 --- a/docs/Compare-Keys.ps1.md +++ b/docs/Compare-Keys.ps1.md @@ -14,7 +14,7 @@ Returns the differences between two dictionaries. ``` Compare-Keys.ps1 [-ReferenceDictionary] [-DifferenceDictionary] [-ExcludeDifferent] - [-IncludeEqual] [] + [-IncludeEqual] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -96,6 +96,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Compare-Properties.ps1.md b/docs/Compare-Properties.ps1.md index 39b8b461..c260e141 100644 --- a/docs/Compare-Properties.ps1.md +++ b/docs/Compare-Properties.ps1.md @@ -14,7 +14,7 @@ Compares the properties of two objects. ``` Compare-Properties.ps1 [[-ReferenceObject] ] [[-DifferenceObject] ] [-ExcludeDifferent] - [-IncludeEqual] [] + [-IncludeEqual] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -107,6 +107,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Compare-Xml.ps1.md b/docs/Compare-Xml.ps1.md index 2ad5d7f8..61748552 100644 --- a/docs/Compare-Xml.ps1.md +++ b/docs/Compare-Xml.ps1.md @@ -13,7 +13,8 @@ Compares two XML documents and returns the differences. ## SYNTAX ``` -Compare-Xml.ps1 [-ReferenceXml] [-DifferenceXml] [] +Compare-Xml.ps1 [-ReferenceXml] [-DifferenceXml] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -131,6 +132,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Compress-EnvironmentVariables.ps1.md b/docs/Compress-EnvironmentVariables.ps1.md index c833886b..177c5fd9 100644 --- a/docs/Compress-EnvironmentVariables.ps1.md +++ b/docs/Compress-EnvironmentVariables.ps1.md @@ -13,7 +13,7 @@ Replaces each of the longest matching parts of a string with an embedded environ ## SYNTAX ``` -Compress-EnvironmentVariables.ps1 [-Value] [] +Compress-EnvironmentVariables.ps1 [-Value] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -45,6 +45,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Connect-SshKey.ps1.md b/docs/Connect-SshKey.ps1.md index b2276777..5bb80c44 100644 --- a/docs/Connect-SshKey.ps1.md +++ b/docs/Connect-SshKey.ps1.md @@ -13,7 +13,8 @@ Uses OpenSSH to generate a key and connect it to an ssh server. ## SYNTAX ``` -Connect-SshKey.ps1 [-HostName] [-UserName ] [] +Connect-SshKey.ps1 [-HostName] [-UserName ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -58,6 +59,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Convert-ChocolateyToWinget.ps1.md b/docs/Convert-ChocolateyToWinget.ps1.md index 325f00be..9c1eb63e 100644 --- a/docs/Convert-ChocolateyToWinget.ps1.md +++ b/docs/Convert-ChocolateyToWinget.ps1.md @@ -13,8 +13,8 @@ Change from managing various packages with Chocolatey to WinGet. ## SYNTAX ``` -Convert-ChocolateyToWinget.ps1 [[-PackageName] ] [-SkipPackages ] [-Force] [-WhatIf] - [-Confirm] [] +Convert-ChocolateyToWinget.ps1 [[-PackageName] ] [-SkipPackages ] [-Force] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -110,6 +110,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Convert-ClipboardTsvToHtml.ps1.md b/docs/Convert-ClipboardTsvToHtml.ps1.md index 251ca31e..be04cbb8 100644 --- a/docs/Convert-ClipboardTsvToHtml.ps1.md +++ b/docs/Convert-ClipboardTsvToHtml.ps1.md @@ -13,7 +13,7 @@ Parses TSV clipboard data into HTML table data which is copied back to the clipb ## SYNTAX ``` -Convert-ClipboardTsvToHtml.ps1 [] +Convert-ClipboardTsvToHtml.ps1 [-ProgressAction ] [] ``` ## DESCRIPTION @@ -30,6 +30,21 @@ TSV clipboard data may now be pasted into an email or document as a table. ## 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). diff --git a/docs/Convert-Xml.ps1.md b/docs/Convert-Xml.ps1.md index 7d5c382c..3864b266 100644 --- a/docs/Convert-Xml.ps1.md +++ b/docs/Convert-Xml.ps1.md @@ -15,13 +15,13 @@ Transform XML using an XSLT template. ### Xml ``` Convert-Xml.ps1 [-TransformXslt] [[-Xml] ] [-OutFile ] [-TrustedXslt] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### File ``` -Convert-Xml.ps1 -TransformFile [-Path ] [-OutFile ] [-TrustedXslt] [-WhatIf] - [-Confirm] [] +Convert-Xml.ps1 -TransformFile [-Path ] [-OutFile ] [-TrustedXslt] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -167,6 +167,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/ConvertFrom-Base64.ps1.md b/docs/ConvertFrom-Base64.ps1.md index 7ec3530f..264ae433 100644 --- a/docs/ConvertFrom-Base64.ps1.md +++ b/docs/ConvertFrom-Base64.ps1.md @@ -13,7 +13,8 @@ Converts base64-encoded text to bytes or text. ## SYNTAX ``` -ConvertFrom-Base64.ps1 [-Data] [[-Encoding] ] [-UriStyle] [] +ConvertFrom-Base64.ps1 [-Data] [[-Encoding] ] [-UriStyle] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -79,6 +80,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/ConvertFrom-CimInstance.ps1.md b/docs/ConvertFrom-CimInstance.ps1.md index cd62d7b5..ad1ac4fa 100644 --- a/docs/ConvertFrom-CimInstance.ps1.md +++ b/docs/ConvertFrom-CimInstance.ps1.md @@ -13,7 +13,8 @@ Convert a CimInstance object to a PSObject. ## SYNTAX ``` -ConvertFrom-CimInstance.ps1 [[-InputObject] ] [] +ConvertFrom-CimInstance.ps1 [[-InputObject] ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -45,6 +46,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/ConvertFrom-DataRow.ps1.md b/docs/ConvertFrom-DataRow.ps1.md index e816ca7c..6af40cc2 100644 --- a/docs/ConvertFrom-DataRow.ps1.md +++ b/docs/ConvertFrom-DataRow.ps1.md @@ -14,17 +14,19 @@ Converts a DataRow object to a PSObject, Hashtable, or single value. ### AsObject (Default) ``` -ConvertFrom-DataRow.ps1 [-DataRow] [] +ConvertFrom-DataRow.ps1 [-DataRow] [-ProgressAction ] [] ``` ### AsValues ``` -ConvertFrom-DataRow.ps1 [-DataRow] [-AsValues] [] +ConvertFrom-DataRow.ps1 [-DataRow] [-AsValues] [-ProgressAction ] + [] ``` ### AsDictionary ``` -ConvertFrom-DataRow.ps1 [-DataRow] [-AsDictionary] [] +ConvertFrom-DataRow.ps1 [-DataRow] [-AsDictionary] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -85,6 +87,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/ConvertFrom-Duration.ps1.md b/docs/ConvertFrom-Duration.ps1.md index e73a6744..90644876 100644 --- a/docs/ConvertFrom-Duration.ps1.md +++ b/docs/ConvertFrom-Duration.ps1.md @@ -13,7 +13,8 @@ Parses a Timespan from a ISO8601 duration string. ## SYNTAX ``` -ConvertFrom-Duration.ps1 [[-InputObject] ] [-NoWarnings] [] +ConvertFrom-Duration.ps1 [[-InputObject] ] [-NoWarnings] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -74,6 +75,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/ConvertFrom-EpochTime.ps1.md b/docs/ConvertFrom-EpochTime.ps1.md index 8d1d1eae..59468445 100644 --- a/docs/ConvertFrom-EpochTime.ps1.md +++ b/docs/ConvertFrom-EpochTime.ps1.md @@ -13,7 +13,8 @@ Converts an integer Unix (POSIX) time (seconds since Jan 1, 1970) into a DateTim ## SYNTAX ``` -ConvertFrom-EpochTime.ps1 [-InputObject] [-UniversalTime] [] +ConvertFrom-EpochTime.ps1 [-InputObject] [-UniversalTime] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -60,6 +61,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/ConvertFrom-EscapedXml.ps1.md b/docs/ConvertFrom-EscapedXml.ps1.md index 317e5001..2ad44c6d 100644 --- a/docs/ConvertFrom-EscapedXml.ps1.md +++ b/docs/ConvertFrom-EscapedXml.ps1.md @@ -13,7 +13,8 @@ Parse escaped XML into XML and serialize it. ## SYNTAX ``` -ConvertFrom-EscapedXml.ps1 [-EscapedXml] [-Compress] [] +ConvertFrom-EscapedXml.ps1 [-EscapedXml] [-Compress] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -60,6 +61,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/ConvertFrom-Hex.ps1.md b/docs/ConvertFrom-Hex.ps1.md index 781212ee..8ec2e897 100644 --- a/docs/ConvertFrom-Hex.ps1.md +++ b/docs/ConvertFrom-Hex.ps1.md @@ -13,7 +13,7 @@ Convert a string of hexadecimal digits into a byte array. ## SYNTAX ``` -ConvertFrom-Hex.ps1 [-InputObject] [] +ConvertFrom-Hex.ps1 [-InputObject] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -61,6 +61,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/ConvertFrom-IsoWeekDate.ps1.md b/docs/ConvertFrom-IsoWeekDate.ps1.md index 12f0f3b3..64350827 100644 --- a/docs/ConvertFrom-IsoWeekDate.ps1.md +++ b/docs/ConvertFrom-IsoWeekDate.ps1.md @@ -13,7 +13,7 @@ Returns a DateTime object from an ISO week date string. ## SYNTAX ``` -ConvertFrom-IsoWeekDate.ps1 [[-InputObject] ] [] +ConvertFrom-IsoWeekDate.ps1 [[-InputObject] ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -45,6 +45,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/ConvertFrom-XmlElement.ps1.md b/docs/ConvertFrom-XmlElement.ps1.md index 646d38e2..0daed649 100644 --- a/docs/ConvertFrom-XmlElement.ps1.md +++ b/docs/ConvertFrom-XmlElement.ps1.md @@ -14,17 +14,20 @@ Converts named nodes of an element to properties of a PSObject, recursively. ### Document ``` -ConvertFrom-XmlElement.ps1 [-Document] [-OnlyAttributes] [] +ConvertFrom-XmlElement.ps1 [-Document] [-OnlyAttributes] [-ProgressAction ] + [] ``` ### Element ``` -ConvertFrom-XmlElement.ps1 [-Element] [-OnlyAttributes] [] +ConvertFrom-XmlElement.ps1 [-Element] [-OnlyAttributes] [-ProgressAction ] + [] ``` ### SelectXmlInfo ``` -ConvertFrom-XmlElement.ps1 [-SelectXmlInfo] [-OnlyAttributes] [] +ConvertFrom-XmlElement.ps1 [-SelectXmlInfo] [-OnlyAttributes] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -103,6 +106,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/ConvertTo-Base64.ps1.md b/docs/ConvertTo-Base64.ps1.md index 6c06561f..ae22c00f 100644 --- a/docs/ConvertTo-Base64.ps1.md +++ b/docs/ConvertTo-Base64.ps1.md @@ -14,12 +14,13 @@ Converts bytes or text to base64-encoded text. ### BinaryData ``` -ConvertTo-Base64.ps1 [-Data] [-UriStyle] [] +ConvertTo-Base64.ps1 [-Data] [-UriStyle] [-ProgressAction ] [] ``` ### TextData ``` -ConvertTo-Base64.ps1 [-Text] [[-Encoding] ] [-UriStyle] [] +ConvertTo-Base64.ps1 [-Text] [[-Encoding] ] [-UriStyle] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -98,6 +99,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/ConvertTo-BasicAuthentication.ps1.md b/docs/ConvertTo-BasicAuthentication.ps1.md index c0aa5e83..5d4414ef 100644 --- a/docs/ConvertTo-BasicAuthentication.ps1.md +++ b/docs/ConvertTo-BasicAuthentication.ps1.md @@ -13,7 +13,8 @@ Produces a basic authentication header string from a credential. ## SYNTAX ``` -ConvertTo-BasicAuthentication.ps1 [-Credential] [] +ConvertTo-BasicAuthentication.ps1 [-Credential] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -45,6 +46,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/ConvertTo-EpochTime.ps1.md b/docs/ConvertTo-EpochTime.ps1.md index b226642d..4a498ff1 100644 --- a/docs/ConvertTo-EpochTime.ps1.md +++ b/docs/ConvertTo-EpochTime.ps1.md @@ -13,7 +13,8 @@ Converts a DateTime value into an integer Unix (POSIX) time, seconds since Jan 1 ## SYNTAX ``` -ConvertTo-EpochTime.ps1 [-DateTime] [-UniversalTime] [] +ConvertTo-EpochTime.ps1 [-DateTime] [-UniversalTime] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -60,6 +61,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/ConvertTo-ICalendar.ps1.md b/docs/ConvertTo-ICalendar.ps1.md index 44c8015c..94bea049 100644 --- a/docs/ConvertTo-ICalendar.ps1.md +++ b/docs/ConvertTo-ICalendar.ps1.md @@ -13,7 +13,8 @@ Converts a DateTime value into an integer Unix (POSIX) time, seconds since Jan 1 ## SYNTAX ``` -ConvertTo-EpochTime.ps1 [-DateTime] [-UniversalTime] [] +ConvertTo-EpochTime.ps1 [-DateTime] [-UniversalTime] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -60,6 +61,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/ConvertTo-LogParserTimestamp.ps1.md b/docs/ConvertTo-LogParserTimestamp.ps1.md index d25d7b73..022a06e4 100644 --- a/docs/ConvertTo-LogParserTimestamp.ps1.md +++ b/docs/ConvertTo-LogParserTimestamp.ps1.md @@ -13,7 +13,7 @@ Formats a datetime as a LogParser literal. ## SYNTAX ``` -ConvertTo-LogParserTimestamp.ps1 [-Value] [] +ConvertTo-LogParserTimestamp.ps1 [-Value] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -43,6 +43,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/ConvertTo-MultipartFormData.ps1.md b/docs/ConvertTo-MultipartFormData.ps1.md index bd15a75c..d1eda947 100644 --- a/docs/ConvertTo-MultipartFormData.ps1.md +++ b/docs/ConvertTo-MultipartFormData.ps1.md @@ -13,7 +13,8 @@ Creates multipart/form-data to send as a request body. ## SYNTAX ``` -ConvertTo-MultipartFormData.ps1 [-Fields] [] +ConvertTo-MultipartFormData.ps1 [-Fields] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -46,6 +47,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/ConvertTo-OrderedDictionary.ps1.md b/docs/ConvertTo-OrderedDictionary.ps1.md index fc5ce39c..641eee17 100644 --- a/docs/ConvertTo-OrderedDictionary.ps1.md +++ b/docs/ConvertTo-OrderedDictionary.ps1.md @@ -13,7 +13,8 @@ Converts an object to an ordered dictionary of properties and values. ## SYNTAX ``` -ConvertTo-OrderedDictionary.ps1 [-InputObject] [] +ConvertTo-OrderedDictionary.ps1 [-InputObject] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -43,6 +44,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/ConvertTo-PowerShell.ps1.md b/docs/ConvertTo-PowerShell.ps1.md index 3b9c3725..f8fcdcd6 100644 --- a/docs/ConvertTo-PowerShell.ps1.md +++ b/docs/ConvertTo-PowerShell.ps1.md @@ -15,25 +15,29 @@ Serializes complex content into PowerShell literals. ### GenerateKey (Default) ``` ConvertTo-PowerShell.ps1 [[-Value] ] [-Indent ] [-IndentBy ] [-Newline ] - [-SkipInitialIndent] [-Width ] [-GenerateKey] [] + [-SkipInitialIndent] [-Width ] [-GenerateKey] [-ProgressAction ] + [] ``` ### SecureKey ``` ConvertTo-PowerShell.ps1 [[-Value] ] [-Indent ] [-IndentBy ] [-Newline ] - [-SkipInitialIndent] [-Width ] -SecureKey [] + [-SkipInitialIndent] [-Width ] -SecureKey [-ProgressAction ] + [] ``` ### Credential ``` ConvertTo-PowerShell.ps1 [[-Value] ] [-Indent ] [-IndentBy ] [-Newline ] - [-SkipInitialIndent] [-Width ] -Credential [] + [-SkipInitialIndent] [-Width ] -Credential [-ProgressAction ] + [] ``` ### KeyBytes ``` ConvertTo-PowerShell.ps1 [[-Value] ] [-Indent ] [-IndentBy ] [-Newline ] - [-SkipInitialIndent] [-Width ] -KeyBytes [] + [-SkipInitialIndent] [-Width ] -KeyBytes [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -222,6 +226,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/ConvertTo-RomanNumeral.ps1.md b/docs/ConvertTo-RomanNumeral.ps1.md index 3f3bc980..a4c28dec 100644 --- a/docs/ConvertTo-RomanNumeral.ps1.md +++ b/docs/ConvertTo-RomanNumeral.ps1.md @@ -13,7 +13,8 @@ Convert a number to a Roman numeral. ## SYNTAX ``` -ConvertTo-RomanNumeral.ps1 [-Value] [-Unicode] [] +ConvertTo-RomanNumeral.ps1 [-Value] [-Unicode] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -67,6 +68,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/ConvertTo-SafeEntities.ps1.md b/docs/ConvertTo-SafeEntities.ps1.md index 5937224d..f56f82f8 100644 --- a/docs/ConvertTo-SafeEntities.ps1.md +++ b/docs/ConvertTo-SafeEntities.ps1.md @@ -13,7 +13,8 @@ Encode text as XML/HTML, escaping all characters outside 7-bit ASCII. ## SYNTAX ``` -ConvertTo-SafeEntities.ps1 [-InputObject] [-IncludeMarkupChars] [] +ConvertTo-SafeEntities.ps1 [-InputObject] [-IncludeMarkupChars] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -71,6 +72,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/ConvertTo-XmlElements.ps1.md b/docs/ConvertTo-XmlElements.ps1.md index 530572ec..f42daa92 100644 --- a/docs/ConvertTo-XmlElements.ps1.md +++ b/docs/ConvertTo-XmlElements.ps1.md @@ -13,7 +13,8 @@ Serializes complex content into XML elements. ## SYNTAX ``` -ConvertTo-XmlElements.ps1 [[-InputObject] ] [-Depth ] [-SkipRoot] [] +ConvertTo-XmlElements.ps1 [[-InputObject] ] [-Depth ] [-SkipRoot] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -101,6 +102,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Copy-GitHubLabels.ps1.md b/docs/Copy-GitHubLabels.ps1.md index 5788a9d9..c7895404 100644 --- a/docs/Copy-GitHubLabels.ps1.md +++ b/docs/Copy-GitHubLabels.ps1.md @@ -14,7 +14,7 @@ Copies configured issue labels from one repo to another. ``` Copy-GitHubLabels.ps1 [-OwnerName] [-RepositoryName] [-DestinationOwnerName ] - -DestinationRepositoryName [-Mode ] [] + -DestinationRepositoryName [-Mode ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -111,6 +111,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Copy-Html.ps1.md b/docs/Copy-Html.ps1.md index d16ead31..25682d53 100644 --- a/docs/Copy-Html.ps1.md +++ b/docs/Copy-Html.ps1.md @@ -13,7 +13,8 @@ Copies objects as an HTML table. ## SYNTAX ``` -Copy-Html.ps1 [[-Property] ] [-InputObject ] [] +Copy-Html.ps1 [[-Property] ] [-InputObject ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -61,6 +62,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Copy-SchTasks.ps1.md b/docs/Copy-SchTasks.ps1.md index 1c25cbce..d26a88cf 100644 --- a/docs/Copy-SchTasks.ps1.md +++ b/docs/Copy-SchTasks.ps1.md @@ -13,7 +13,8 @@ Copy scheduled jobs from another computer to this one, using a GUI list to choos ## SYNTAX ``` -Copy-SchTasks.ps1 [-ComputerName] [[-DestinationComputerName] ] [] +Copy-SchTasks.ps1 [-ComputerName] [[-DestinationComputerName] ] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -60,6 +61,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Disable-AnsiColor.ps1.md b/docs/Disable-AnsiColor.ps1.md index 34e864ae..26a2e698 100644 --- a/docs/Disable-AnsiColor.ps1.md +++ b/docs/Disable-AnsiColor.ps1.md @@ -13,7 +13,7 @@ Disables ANSI terminal colors. ## SYNTAX ``` -Disable-AnsiColor.ps1 [-HostOnly] [] +Disable-AnsiColor.ps1 [-HostOnly] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -45,6 +45,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Enable-AnsiColor.ps1.md b/docs/Enable-AnsiColor.ps1.md index eace9ad2..aae97a4f 100644 --- a/docs/Enable-AnsiColor.ps1.md +++ b/docs/Enable-AnsiColor.ps1.md @@ -13,7 +13,7 @@ Enables ANSI terminal colors. ## SYNTAX ``` -Enable-AnsiColor.ps1 [-HostOnly] [] +Enable-AnsiColor.ps1 [-HostOnly] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -45,6 +45,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Expand-EnvironmentVariables.ps1.md b/docs/Expand-EnvironmentVariables.ps1.md index 06a6ed48..1fec0af0 100644 --- a/docs/Expand-EnvironmentVariables.ps1.md +++ b/docs/Expand-EnvironmentVariables.ps1.md @@ -13,7 +13,7 @@ Replaces the name of each environment variable embedded in the specified string ## SYNTAX ``` -Expand-EnvironmentVariables.ps1 [-Value] [] +Expand-EnvironmentVariables.ps1 [-Value] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -45,6 +45,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Export-EdgeKeywords.ps1.md b/docs/Export-EdgeKeywords.ps1.md index 8ff061bc..0472e080 100644 --- a/docs/Export-EdgeKeywords.ps1.md +++ b/docs/Export-EdgeKeywords.ps1.md @@ -13,7 +13,7 @@ Returns the configured search keywords from an Edge SQLite file. ## SYNTAX ``` -Export-EdgeKeywords.ps1 [[-Path] ] [] +Export-EdgeKeywords.ps1 [[-Path] ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -45,6 +45,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Export-InstalledPackages.ps1.md b/docs/Export-InstalledPackages.ps1.md index 8430c370..70b95789 100644 --- a/docs/Export-InstalledPackages.ps1.md +++ b/docs/Export-InstalledPackages.ps1.md @@ -13,7 +13,7 @@ Exports the list of packages installed by various tools. ## SYNTAX ``` -Export-InstalledPackages.ps1 [] +Export-InstalledPackages.ps1 [-ProgressAction ] [] ``` ## DESCRIPTION @@ -30,6 +30,21 @@ Exports all known packages. ## 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). diff --git a/docs/Export-MermaidER.ps1.md b/docs/Export-MermaidER.ps1.md index 597d874d..a63f82a8 100644 --- a/docs/Export-MermaidER.ps1.md +++ b/docs/Export-MermaidER.ps1.md @@ -13,7 +13,7 @@ Generates a Mermaid entity relation diagram for database tables. ## SYNTAX ``` -Export-MermaidER.ps1 [-Table] [] +Export-MermaidER.ps1 [-Table]
[-ProgressAction ] [] ``` ## DESCRIPTION @@ -170,6 +170,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Export-Readme.ps1.md b/docs/Export-Readme.ps1.md index 31d652b8..ff7f84ca 100644 --- a/docs/Export-Readme.ps1.md +++ b/docs/Export-Readme.ps1.md @@ -13,7 +13,8 @@ Generate README.md file for the scripts repo. ## SYNTAX ``` -Export-Readme.ps1 [[-DependenciesImage] ] [[-StatusAge] ] [-Commit] [] +Export-Readme.ps1 [[-DependenciesImage] ] [[-StatusAge] ] [-Commit] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -75,6 +76,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Export-SecretVault.ps1.md b/docs/Export-SecretVault.ps1.md index 31ba37fc..9d8a3194 100644 --- a/docs/Export-SecretVault.ps1.md +++ b/docs/Export-SecretVault.ps1.md @@ -13,7 +13,7 @@ Exports secret vault content. ## SYNTAX ``` -Export-SecretVault.ps1 [-WhatIf] [-Confirm] [] +Export-SecretVault.ps1 [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -61,6 +61,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Export-TableMerge.ps1.md b/docs/Export-TableMerge.ps1.md index cff897ef..b7d57bd4 100644 --- a/docs/Export-TableMerge.ps1.md +++ b/docs/Export-TableMerge.ps1.md @@ -13,7 +13,8 @@ Generate README.md file for the scripts repo. ## SYNTAX ``` -Export-Readme.ps1 [[-DependenciesImage] ] [[-StatusAge] ] [-Commit] [] +Export-Readme.ps1 [[-DependenciesImage] ] [[-StatusAge] ] [-Commit] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -75,6 +76,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Find-Comics.ps1.md b/docs/Find-Comics.ps1.md index b6f14e35..2e7b2533 100644 --- a/docs/Find-Comics.ps1.md +++ b/docs/Find-Comics.ps1.md @@ -14,27 +14,32 @@ Finds comics. ### Title ``` -Find-Comics.ps1 -Title [-ReleaseWeek ] [] +Find-Comics.ps1 -Title [-ReleaseWeek ] [-ProgressAction ] + [] ``` ### Creator ``` -Find-Comics.ps1 -Creator [-ReleaseWeek ] [] +Find-Comics.ps1 -Creator [-ReleaseWeek ] [-ProgressAction ] + [] ``` ### TitleMatch ``` -Find-Comics.ps1 -TitleMatch [-ReleaseWeek ] [] +Find-Comics.ps1 -TitleMatch [-ReleaseWeek ] [-ProgressAction ] + [] ``` ### CreatorMatch ``` -Find-Comics.ps1 -CreatorMatch [-ReleaseWeek ] [] +Find-Comics.ps1 -CreatorMatch [-ReleaseWeek ] [-ProgressAction ] + [] ``` ### Condition ``` -Find-Comics.ps1 [-Condition] [-ReleaseWeek ] [] +Find-Comics.ps1 [-Condition] [-ReleaseWeek ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -160,6 +165,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Find-DatabaseValue.ps1.md b/docs/Find-DatabaseValue.ps1.md index 4adf4bd9..35be9549 100644 --- a/docs/Find-DatabaseValue.ps1.md +++ b/docs/Find-DatabaseValue.ps1.md @@ -14,27 +14,32 @@ Finds comics. ### Title ``` -Find-Comics.ps1 -Title [-ReleaseWeek ] [] +Find-Comics.ps1 -Title [-ReleaseWeek ] [-ProgressAction ] + [] ``` ### Creator ``` -Find-Comics.ps1 -Creator [-ReleaseWeek ] [] +Find-Comics.ps1 -Creator [-ReleaseWeek ] [-ProgressAction ] + [] ``` ### TitleMatch ``` -Find-Comics.ps1 -TitleMatch [-ReleaseWeek ] [] +Find-Comics.ps1 -TitleMatch [-ReleaseWeek ] [-ProgressAction ] + [] ``` ### CreatorMatch ``` -Find-Comics.ps1 -CreatorMatch [-ReleaseWeek ] [] +Find-Comics.ps1 -CreatorMatch [-ReleaseWeek ] [-ProgressAction ] + [] ``` ### Condition ``` -Find-Comics.ps1 [-Condition] [-ReleaseWeek ] [] +Find-Comics.ps1 [-Condition] [-ReleaseWeek ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -160,6 +165,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Find-DbColumn.ps1.md b/docs/Find-DbColumn.ps1.md index 4adf4bd9..35be9549 100644 --- a/docs/Find-DbColumn.ps1.md +++ b/docs/Find-DbColumn.ps1.md @@ -14,27 +14,32 @@ Finds comics. ### Title ``` -Find-Comics.ps1 -Title [-ReleaseWeek ] [] +Find-Comics.ps1 -Title [-ReleaseWeek ] [-ProgressAction ] + [] ``` ### Creator ``` -Find-Comics.ps1 -Creator [-ReleaseWeek ] [] +Find-Comics.ps1 -Creator [-ReleaseWeek ] [-ProgressAction ] + [] ``` ### TitleMatch ``` -Find-Comics.ps1 -TitleMatch [-ReleaseWeek ] [] +Find-Comics.ps1 -TitleMatch [-ReleaseWeek ] [-ProgressAction ] + [] ``` ### CreatorMatch ``` -Find-Comics.ps1 -CreatorMatch [-ReleaseWeek ] [] +Find-Comics.ps1 -CreatorMatch [-ReleaseWeek ] [-ProgressAction ] + [] ``` ### Condition ``` -Find-Comics.ps1 [-Condition] [-ReleaseWeek ] [] +Find-Comics.ps1 [-Condition] [-ReleaseWeek ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -160,6 +165,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Find-DotNetGlobalTools.ps1.md b/docs/Find-DotNetGlobalTools.ps1.md index 50008113..8ecec886 100644 --- a/docs/Find-DotNetGlobalTools.ps1.md +++ b/docs/Find-DotNetGlobalTools.ps1.md @@ -13,7 +13,7 @@ Returns a list of global dotnet tools. ## SYNTAX ``` -Find-DotNetGlobalTools.ps1 [-Name] [] +Find-DotNetGlobalTools.ps1 [-Name] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -45,6 +45,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Find-DuplicateFiles.ps1.md b/docs/Find-DuplicateFiles.ps1.md index 215a9281..65f59724 100644 --- a/docs/Find-DuplicateFiles.ps1.md +++ b/docs/Find-DuplicateFiles.ps1.md @@ -13,7 +13,7 @@ Removes duplicates from a list of files. ## SYNTAX ``` -Find-DuplicateFiles.ps1 [[-Files] ] [] +Find-DuplicateFiles.ps1 [[-Files] ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -45,6 +45,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Find-Indexes.ps1.md b/docs/Find-Indexes.ps1.md index 215a9281..65f59724 100644 --- a/docs/Find-Indexes.ps1.md +++ b/docs/Find-Indexes.ps1.md @@ -13,7 +13,7 @@ Removes duplicates from a list of files. ## SYNTAX ``` -Find-DuplicateFiles.ps1 [[-Files] ] [] +Find-DuplicateFiles.ps1 [[-Files] ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -45,6 +45,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Find-InstalledPrograms.ps1.md b/docs/Find-InstalledPrograms.ps1.md index b3dc72ad..48a280ef 100644 --- a/docs/Find-InstalledPrograms.ps1.md +++ b/docs/Find-InstalledPrograms.ps1.md @@ -13,7 +13,7 @@ Searches installed programs. ## SYNTAX ``` -Find-InstalledPrograms.ps1 [[-Name] ] [] +Find-InstalledPrograms.ps1 [[-Name] ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -50,6 +50,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Find-Lines.ps1.md b/docs/Find-Lines.ps1.md index b3dc72ad..48a280ef 100644 --- a/docs/Find-Lines.ps1.md +++ b/docs/Find-Lines.ps1.md @@ -13,7 +13,7 @@ Searches installed programs. ## SYNTAX ``` -Find-InstalledPrograms.ps1 [[-Name] ] [] +Find-InstalledPrograms.ps1 [[-Name] ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -50,6 +50,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Find-NewestFile.ps1.md b/docs/Find-NewestFile.ps1.md index 55d4b503..6e78a94a 100644 --- a/docs/Find-NewestFile.ps1.md +++ b/docs/Find-NewestFile.ps1.md @@ -13,7 +13,7 @@ Finds the most recent file. ## SYNTAX ``` -Find-NewestFile.ps1 [[-Files] ] [] +Find-NewestFile.ps1 [[-Files] ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -50,6 +50,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Find-ProjectPackages.ps1.md b/docs/Find-ProjectPackages.ps1.md index f87abd8a..01356d6f 100644 --- a/docs/Find-ProjectPackages.ps1.md +++ b/docs/Find-ProjectPackages.ps1.md @@ -14,7 +14,7 @@ Find modules used in projects. ``` Find-ProjectPackages.ps1 [-PackageName] [-Path ] [-MinVersion ] - [-MaxVersion ] [] + [-MaxVersion ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -97,6 +97,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Find-SqlDeprecatedLargeValueTypes.ps1.md b/docs/Find-SqlDeprecatedLargeValueTypes.ps1.md index f87abd8a..01356d6f 100644 --- a/docs/Find-SqlDeprecatedLargeValueTypes.ps1.md +++ b/docs/Find-SqlDeprecatedLargeValueTypes.ps1.md @@ -14,7 +14,7 @@ Find modules used in projects. ``` Find-ProjectPackages.ps1 [-PackageName] [-Path ] [-MinVersion ] - [-MaxVersion ] [] + [-MaxVersion ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -97,6 +97,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/ForEach-Progress.ps1.md b/docs/ForEach-Progress.ps1.md index 0864a804..56f48f96 100644 --- a/docs/ForEach-Progress.ps1.md +++ b/docs/ForEach-Progress.ps1.md @@ -14,7 +14,7 @@ Performs an operation against each item in a collection of input objects, with a ``` ForEach-Progress.ps1 [[-Activity] ] [[-Status] ] [[-Process] ] - -InputObject [] + -InputObject [-ProgressAction ] [] ``` ## DESCRIPTION @@ -89,6 +89,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Format-ByteUnits.ps1.md b/docs/Format-ByteUnits.ps1.md index 3f52abb5..a6839d64 100644 --- a/docs/Format-ByteUnits.ps1.md +++ b/docs/Format-ByteUnits.ps1.md @@ -13,7 +13,8 @@ Converts bytes to largest possible units, to improve readability. ## SYNTAX ``` -Format-ByteUnits.ps1 [-Bytes] [-Precision ] [-UseSI] [] +Format-ByteUnits.ps1 [-Bytes] [-Precision ] [-UseSI] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -90,6 +91,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Format-Date.ps1.md b/docs/Format-Date.ps1.md index df001792..4711fa53 100644 --- a/docs/Format-Date.ps1.md +++ b/docs/Format-Date.ps1.md @@ -13,7 +13,8 @@ Returns a date/time as a named format. ## SYNTAX ``` -Format-Date.ps1 [-Format] [[-Date] ] [] +Format-Date.ps1 [-Format] [[-Date] ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -67,6 +68,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Format-EscapedUrl.ps1.md b/docs/Format-EscapedUrl.ps1.md index 88cd3c06..83c819cd 100644 --- a/docs/Format-EscapedUrl.ps1.md +++ b/docs/Format-EscapedUrl.ps1.md @@ -14,12 +14,12 @@ Escape URLs more aggressively. ### Uri ``` -Format-EscapedUrl.ps1 [-Uri] [] +Format-EscapedUrl.ps1 [-Uri] [-ProgressAction ] [] ``` ### Clipboard ``` -Format-EscapedUrl.ps1 [-Clipboard] [] +Format-EscapedUrl.ps1 [-Clipboard] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -76,6 +76,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Format-HtmlDataTable.ps1.md b/docs/Format-HtmlDataTable.ps1.md index 932961fc..ab44b962 100644 --- a/docs/Format-HtmlDataTable.ps1.md +++ b/docs/Format-HtmlDataTable.ps1.md @@ -15,7 +15,7 @@ Right-aligns numeric data in an HTML table for emailing, and optionally zebra-st ``` Format-HtmlDataTable.ps1 [[-Caption] ] [[-OddRowBackground] ] [[-EvenRowBackground] ] [-TableAttributes ] [-CaptionAttributes ] [-NumericFormat ] [-Html ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -145,6 +145,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Format-Permutations.ps1.md b/docs/Format-Permutations.ps1.md index d86c5a26..dc951a98 100644 --- a/docs/Format-Permutations.ps1.md +++ b/docs/Format-Permutations.ps1.md @@ -13,7 +13,8 @@ Builds format strings using every combination of elements from multiple arrays. ## SYNTAX ``` -Format-Permutations.ps1 [-Format] [-InputObject] [] +Format-Permutations.ps1 [-Format] [-InputObject] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -76,6 +77,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Format-Xml.ps1.md b/docs/Format-Xml.ps1.md index 49ec5a87..3a0bbbb8 100644 --- a/docs/Format-Xml.ps1.md +++ b/docs/Format-Xml.ps1.md @@ -14,7 +14,7 @@ Pretty-print XML. ``` Format-Xml.ps1 [-Xml] [-IndentChar ] [-Indentation ] [-NewLineOnAttributes] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -151,6 +151,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-ADServiceAccountInfo.ps1.md b/docs/Get-ADServiceAccountInfo.ps1.md index 0c0b0b3f..3fca401f 100644 --- a/docs/Get-ADServiceAccountInfo.ps1.md +++ b/docs/Get-ADServiceAccountInfo.ps1.md @@ -13,7 +13,7 @@ Lists the Global Managed Service Accounts for the domain, including the computer ## SYNTAX ``` -Get-ADServiceAccountInfo.ps1 [[-Filter] ] [] +Get-ADServiceAccountInfo.ps1 [[-Filter] ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -49,6 +49,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-AspNetEvents.ps1.md b/docs/Get-AspNetEvents.ps1.md index 794c731a..674176e3 100644 --- a/docs/Get-AspNetEvents.ps1.md +++ b/docs/Get-AspNetEvents.ps1.md @@ -14,7 +14,7 @@ Parses ASP.NET errors from the event log on the given server. ``` Get-AspNetEvents.ps1 [[-ComputerName] ] [[-After] ] [[-Before] ] [-AllProperties] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -93,6 +93,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-AssemblyFramework.ps1.md b/docs/Get-AssemblyFramework.ps1.md index 5242fbfe..aa523a92 100644 --- a/docs/Get-AssemblyFramework.ps1.md +++ b/docs/Get-AssemblyFramework.ps1.md @@ -13,7 +13,7 @@ Gets the framework version an assembly was compiled for. ## SYNTAX ``` -Get-AssemblyFramework.ps1 [-Path] [] +Get-AssemblyFramework.ps1 [-Path] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -47,6 +47,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-CachedCredential.ps1.md b/docs/Get-CachedCredential.ps1.md index 51a95823..bbb97f40 100644 --- a/docs/Get-CachedCredential.ps1.md +++ b/docs/Get-CachedCredential.ps1.md @@ -14,7 +14,7 @@ Return a credential from secure storage, or prompt the user for it if not found. ``` Get-CachedCredential.ps1 [-UserName] [-Message] [-Vault ] [-UseFile] [-Force] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -107,6 +107,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-CharacterDetails.ps1.md b/docs/Get-CharacterDetails.ps1.md index 82475c85..6e9abac8 100644 --- a/docs/Get-CharacterDetails.ps1.md +++ b/docs/Get-CharacterDetails.ps1.md @@ -19,7 +19,8 @@ Get-CharacterDetails.ps1 [[-Block] ] [-IsControl] [-NotControl] [-IsDigi [-NotLegalFileName] [-IsLetter] [-NotLetter] [-IsLetterOrDigit] [-NotLetterOrDigit] [-IsLower] [-NotLower] [-IsLowSurrogate] [-NotLowSurrogate] [-IsMark] [-NotMark] [-IsNumber] [-NotNumber] [-IsPunctuation] [-NotPunctuation] [-IsSeparator] [-NotSeparator] [-IsSurrogate] [-NotSurrogate] [-IsSymbol] [-NotSymbol] - [-IsUpper] [-NotUpper] [-IsWhiteSpace] [-NotWhiteSpace] [-IsWord] [-NotWord] [] + [-IsUpper] [-NotUpper] [-IsWhiteSpace] [-NotWhiteSpace] [-IsWord] [-NotWord] + [-ProgressAction ] [] ``` ### Char @@ -29,7 +30,8 @@ Get-CharacterDetails.ps1 -Char [-IsControl] [-NotControl] [-IsDigit] [- [-NotLetter] [-IsLetterOrDigit] [-NotLetterOrDigit] [-IsLower] [-NotLower] [-IsLowSurrogate] [-NotLowSurrogate] [-IsMark] [-NotMark] [-IsNumber] [-NotNumber] [-IsPunctuation] [-NotPunctuation] [-IsSeparator] [-NotSeparator] [-IsSurrogate] [-NotSurrogate] [-IsSymbol] [-NotSymbol] [-IsUpper] [-NotUpper] - [-IsWhiteSpace] [-NotWhiteSpace] [-IsWord] [-NotWord] [] + [-IsWhiteSpace] [-NotWhiteSpace] [-IsWord] [-NotWord] [-ProgressAction ] + [] ``` ### Value @@ -39,7 +41,8 @@ Get-CharacterDetails.ps1 [-Value] [-IsControl] [-NotControl] [-IsDigit] [-NotLetter] [-IsLetterOrDigit] [-NotLetterOrDigit] [-IsLower] [-NotLower] [-IsLowSurrogate] [-NotLowSurrogate] [-IsMark] [-NotMark] [-IsNumber] [-NotNumber] [-IsPunctuation] [-NotPunctuation] [-IsSeparator] [-NotSeparator] [-IsSurrogate] [-NotSurrogate] [-IsSymbol] [-NotSymbol] [-IsUpper] [-NotUpper] - [-IsWhiteSpace] [-NotWhiteSpace] [-IsWord] [-NotWord] [] + [-IsWhiteSpace] [-NotWhiteSpace] [-IsWord] [-NotWord] [-ProgressAction ] + [] ``` ### Range @@ -49,7 +52,8 @@ Get-CharacterDetails.ps1 [-StartValue] [-StopValue] [-IsControl] [-NotLegalFileName] [-IsLetter] [-NotLetter] [-IsLetterOrDigit] [-NotLetterOrDigit] [-IsLower] [-NotLower] [-IsLowSurrogate] [-NotLowSurrogate] [-IsMark] [-NotMark] [-IsNumber] [-NotNumber] [-IsPunctuation] [-NotPunctuation] [-IsSeparator] [-NotSeparator] [-IsSurrogate] [-NotSurrogate] [-IsSymbol] [-NotSymbol] - [-IsUpper] [-NotUpper] [-IsWhiteSpace] [-NotWhiteSpace] [-IsWord] [-NotWord] [] + [-IsUpper] [-NotUpper] [-IsWhiteSpace] [-NotWhiteSpace] [-IsWord] [-NotWord] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -727,6 +731,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-Comics.ps1.md b/docs/Get-Comics.ps1.md index 2182cee1..ccd9d314 100644 --- a/docs/Get-Comics.ps1.md +++ b/docs/Get-Comics.ps1.md @@ -13,7 +13,7 @@ Returns a cached list of comics from the Shortboxed API. ## SYNTAX ``` -Get-Comics.ps1 [[-ReleaseWeek] ] [] +Get-Comics.ps1 [[-ReleaseWeek] ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -45,6 +45,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-CommandParameters.ps1.md b/docs/Get-CommandParameters.ps1.md index a306240a..9aaa1768 100644 --- a/docs/Get-CommandParameters.ps1.md +++ b/docs/Get-CommandParameters.ps1.md @@ -14,7 +14,7 @@ Returns the parameters of the specified cmdlet. ``` Get-CommandParameters.ps1 [-CommandName] [-ParameterSet ] [-NamesOnly] [-IncludeCommon] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -105,6 +105,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-CommandPath.ps1.md b/docs/Get-CommandPath.ps1.md index 68cea7f5..acab56fa 100644 --- a/docs/Get-CommandPath.ps1.md +++ b/docs/Get-CommandPath.ps1.md @@ -13,7 +13,8 @@ Locates a command. ## SYNTAX ``` -Get-CommandPath.ps1 [-ApplicationName] [-FindAllInPath] [] +Get-CommandPath.ps1 [-ApplicationName] [-FindAllInPath] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -62,6 +63,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-ConfigConnectionStringBuilders.ps1.md b/docs/Get-ConfigConnectionStringBuilders.ps1.md index da466716..eebb7389 100644 --- a/docs/Get-ConfigConnectionStringBuilders.ps1.md +++ b/docs/Get-ConfigConnectionStringBuilders.ps1.md @@ -13,7 +13,8 @@ Return named connection string builders for connection strings in a config file. ## SYNTAX ``` -Get-ConfigConnectionStringBuilders.ps1 [[-Path] ] [] +Get-ConfigConnectionStringBuilders.ps1 [[-Path] ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -45,6 +46,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-ConsoleHistory.ps1.md b/docs/Get-ConsoleHistory.ps1.md index 59bc29cd..8bc35349 100644 --- a/docs/Get-ConsoleHistory.ps1.md +++ b/docs/Get-ConsoleHistory.ps1.md @@ -13,7 +13,7 @@ Returns the DOSKey-style console command history (up arrow or F8). ## SYNTAX ``` -Get-ConsoleHistory.ps1 [] +Get-ConsoleHistory.ps1 [-ProgressAction ] [] ``` ## DESCRIPTION @@ -33,6 +33,21 @@ Id CommandLine ## 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). diff --git a/docs/Get-ContentSecurityPolicy.ps1.md b/docs/Get-ContentSecurityPolicy.ps1.md index 211be4ae..45e3d224 100644 --- a/docs/Get-ContentSecurityPolicy.ps1.md +++ b/docs/Get-ContentSecurityPolicy.ps1.md @@ -14,12 +14,13 @@ Returns the content security policy at from the given URL. ### Uri ``` -Get-ContentSecurityPolicy.ps1 [-Uri] [] +Get-ContentSecurityPolicy.ps1 [-Uri] [-ProgressAction ] [] ``` ### Response ``` -Get-ContentSecurityPolicy.ps1 -Response [] +Get-ContentSecurityPolicy.ps1 -Response [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -69,6 +70,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-Dns.ps1.md b/docs/Get-Dns.ps1.md index f03c6872..80d660ff 100644 --- a/docs/Get-Dns.ps1.md +++ b/docs/Get-Dns.ps1.md @@ -13,7 +13,8 @@ Looks up DNS info, given a hostname or address. ## SYNTAX ``` -Get-Dns.ps1 [-HostName] [-OnlyAddresses ] [] +Get-Dns.ps1 [-HostName] [-OnlyAddresses ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -55,7 +56,22 @@ Indicates that only the string versions of addresses belonging to the specified Type: AddressFamily Parameter Sets: (All) Aliases: -Accepted values: Unspecified, Unix, InterNetwork, ImpLink, Pup, Chaos, NS, Ipx, Osi, Iso, Ecma, DataKit, Ccitt, Sna, DecNet, DataLink, Lat, HyperChannel, AppleTalk, NetBios, VoiceView, FireFox, Banyan, Atm, InterNetworkV6, Cluster, Ieee12844, Irda, NetworkDesigners, Max, Packet, ControllerAreaNetwork, Unknown +Accepted values: Unspecified, Unix, InterNetwork, ImpLink, Pup, Chaos, NS, Ipx, Iso, Osi, Ecma, DataKit, Ccitt, Sna, DecNet, DataLink, Lat, HyperChannel, AppleTalk, NetBios, VoiceView, FireFox, Banyan, Atm, InterNetworkV6, Cluster, Ieee12844, Irda, NetworkDesigners, Max, Packet, ControllerAreaNetwork, Unknown + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: ActionPreference +Parameter Sets: (All) +Aliases: proga Required: False Position: Named diff --git a/docs/Get-DotNetFrameworkVersions.ps1.md b/docs/Get-DotNetFrameworkVersions.ps1.md index 9e08a61b..44cbbf9b 100644 --- a/docs/Get-DotNetFrameworkVersions.ps1.md +++ b/docs/Get-DotNetFrameworkVersions.ps1.md @@ -13,7 +13,8 @@ Determine which .NET Frameworks are installed on the requested system. ## SYNTAX ``` -Get-DotNetFrameworkVersions.ps1 [[-ComputerName] ] [] +Get-DotNetFrameworkVersions.ps1 [[-ComputerName] ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -50,6 +51,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-DotNetGlobalTools.ps1.md b/docs/Get-DotNetGlobalTools.ps1.md index 5ba49c72..c9211311 100644 --- a/docs/Get-DotNetGlobalTools.ps1.md +++ b/docs/Get-DotNetGlobalTools.ps1.md @@ -13,7 +13,7 @@ Returns a list of global dotnet tools. ## SYNTAX ``` -Get-DotNetGlobalTools.ps1 [] +Get-DotNetGlobalTools.ps1 [-ProgressAction ] [] ``` ## DESCRIPTION @@ -30,6 +30,21 @@ PS C:\> {{ Add example code here }} ## 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). diff --git a/docs/Get-DotNetVersions.ps1.md b/docs/Get-DotNetVersions.ps1.md index 83a6010f..2acc54d9 100644 --- a/docs/Get-DotNetVersions.ps1.md +++ b/docs/Get-DotNetVersions.ps1.md @@ -13,7 +13,7 @@ schema: 2.0.0 ## SYNTAX ``` -Get-DotNetVersions.ps1 [] +Get-DotNetVersions.ps1 [-ProgressAction ] [] ``` ## DESCRIPTION @@ -30,6 +30,21 @@ PS C:\> {{ Add example code here }} ## 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). diff --git a/docs/Get-EnumValues.ps1.md b/docs/Get-EnumValues.ps1.md index fc2277a0..070e95f1 100644 --- a/docs/Get-EnumValues.ps1.md +++ b/docs/Get-EnumValues.ps1.md @@ -13,7 +13,7 @@ Returns the possible values of the specified enumeration. ## SYNTAX ``` -Get-EnumValues.ps1 [-Type] [] +Get-EnumValues.ps1 [-Type] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -116,6 +116,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-FrenchRepublicanDate.ps1.md b/docs/Get-FrenchRepublicanDate.ps1.md index 59246ccc..9a891b57 100644 --- a/docs/Get-FrenchRepublicanDate.ps1.md +++ b/docs/Get-FrenchRepublicanDate.ps1.md @@ -13,7 +13,8 @@ Returns a date and time converted to the French Republican Calendar. ## SYNTAX ``` -Get-FrenchRepublicanDate.ps1 [[-Date] ] [-Method ] [] +Get-FrenchRepublicanDate.ps1 [[-Date] ] [-Method ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -74,6 +75,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-GitFileMetadata.ps1.md b/docs/Get-GitFileMetadata.ps1.md index 080a85dc..169f32da 100644 --- a/docs/Get-GitFileMetadata.ps1.md +++ b/docs/Get-GitFileMetadata.ps1.md @@ -13,7 +13,7 @@ Returns the creation and last modification metadata for a file in a git repo. ## SYNTAX ``` -Get-GitFileMetadata.ps1 [-Path] [-Recurse] [] +Get-GitFileMetadata.ps1 [-Path] [-Recurse] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -68,6 +68,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-GitFirstCommit.ps1.md b/docs/Get-GitFirstCommit.ps1.md index 266a055f..cc6d00db 100644 --- a/docs/Get-GitFirstCommit.ps1.md +++ b/docs/Get-GitFirstCommit.ps1.md @@ -13,7 +13,7 @@ Gets the SHA-1 hash of the first commit of the current repo. ## SYNTAX ``` -Get-GitFirstCommit.ps1 [] +Get-GitFirstCommit.ps1 [-ProgressAction ] [] ``` ## DESCRIPTION @@ -30,6 +30,21 @@ Get-GitFirstCommit.ps1 ## 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). diff --git a/docs/Get-GitHubRepoChildItem.ps1.md b/docs/Get-GitHubRepoChildItem.ps1.md index 6e53e0e5..b0bdda26 100644 --- a/docs/Get-GitHubRepoChildItem.ps1.md +++ b/docs/Get-GitHubRepoChildItem.ps1.md @@ -15,7 +15,7 @@ Adds any missing topics based on repo content. ``` Get-GitHubRepoChildItem.ps1 [[-Path] ] [-Filter ] [-Exclude ] [-AlternatePath ] [-Recurse] [-File] [-Directory] [-OwnerName ] [-RepositoryName ] [-BranchName ] - [-Force] [] + [-Force] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -197,6 +197,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-IisLog.ps1.md b/docs/Get-IisLog.ps1.md index 3c2ab614..a0dbb5d4 100644 --- a/docs/Get-IisLog.ps1.md +++ b/docs/Get-IisLog.ps1.md @@ -16,7 +16,8 @@ Easily query IIS logs. ``` Get-IisLog.ps1 [-ComputerName ] [[-After] ] [[-Before] ] [-IpAddr ] [-Username ] [-Status ] [-Method ] [-UriPathLike ] - [-QueryLike ] [-ReferrerLike ] [-LogFormat ] [] + [-QueryLike ] [-ReferrerLike ] [-LogFormat ] [-ProgressAction ] + [] ``` ### Directory @@ -24,7 +25,7 @@ Get-IisLog.ps1 [-ComputerName ] [[-After] ] [[-Before] ] [[-After] ] [[-Before] ] [-IpAddr ] [-Username ] [-Status ] [-Method ] [-UriPathLike ] [-QueryLike ] [-ReferrerLike ] [-LogFormat ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -240,6 +241,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-LibraryVulnerabilityInfo.ps1.md b/docs/Get-LibraryVulnerabilityInfo.ps1.md index 2ee566fe..f8d552c7 100644 --- a/docs/Get-LibraryVulnerabilityInfo.ps1.md +++ b/docs/Get-LibraryVulnerabilityInfo.ps1.md @@ -13,7 +13,8 @@ Get the list of module/package/library vulnerabilities from the RetireJS or Safe ## SYNTAX ``` -Get-LibraryVulnerabilityInfo.ps1 [-Name] [-Repository ] [] +Get-LibraryVulnerabilityInfo.ps1 [-Name] [-Repository ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -71,6 +72,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-NuGetConfigs.ps1.md b/docs/Get-NuGetConfigs.ps1.md index 2496871e..4af5fe48 100644 --- a/docs/Get-NuGetConfigs.ps1.md +++ b/docs/Get-NuGetConfigs.ps1.md @@ -13,7 +13,7 @@ Returns the available NuGet configuration files, in order of preference. ## SYNTAX ``` -Get-NuGetConfigs.ps1 [[-Directory] ] [] +Get-NuGetConfigs.ps1 [[-Directory] ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -48,6 +48,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-PocketArticles.ps1.md b/docs/Get-PocketArticles.ps1.md index fc3afdda..8fd52843 100644 --- a/docs/Get-PocketArticles.ps1.md +++ b/docs/Get-PocketArticles.ps1.md @@ -15,7 +15,7 @@ Retrieves a list of saved articles from a Pocket account. ``` Get-PocketArticles.ps1 [-After] [-Before] [[-Search] ] [-Domain ] [-State ] [-Tag ] [-Sort ] [-ContentType ] [-Vault ] [-Favorite] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -226,6 +226,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-RandomBytes.ps1.md b/docs/Get-RandomBytes.ps1.md index 9ece29a1..c71cd342 100644 --- a/docs/Get-RandomBytes.ps1.md +++ b/docs/Get-RandomBytes.ps1.md @@ -13,7 +13,7 @@ Returns random bytes. ## SYNTAX ``` -Get-RandomBytes.ps1 [-Count] [] +Get-RandomBytes.ps1 [-Count] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -52,6 +52,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-RepoName.ps1.md b/docs/Get-RepoName.ps1.md index b7e9baaa..dc1f13f2 100644 --- a/docs/Get-RepoName.ps1.md +++ b/docs/Get-RepoName.ps1.md @@ -13,7 +13,7 @@ Gets the name of the repo. ## SYNTAX ``` -Get-RepoName.ps1 [[-Path] ] [] +Get-RepoName.ps1 [[-Path] ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -43,6 +43,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-SslDetails.ps1.md b/docs/Get-SslDetails.ps1.md index 7262c682..53d10ec4 100644 --- a/docs/Get-SslDetails.ps1.md +++ b/docs/Get-SslDetails.ps1.md @@ -13,7 +13,8 @@ Enumerates the SSL protocols that the client is able to successfully use to conn ## SYNTAX ``` -Get-SslDetails.ps1 [-ComputerName] [[-Port] ] [] +Get-SslDetails.ps1 [-ComputerName] [[-Port] ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -70,6 +71,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-SystemDetails.ps1.md b/docs/Get-SystemDetails.ps1.md index d2fecc8f..ffce7985 100644 --- a/docs/Get-SystemDetails.ps1.md +++ b/docs/Get-SystemDetails.ps1.md @@ -13,7 +13,7 @@ Collects some useful system hardware and operating system details via WMI. ## SYNTAX ``` -Get-SystemDetails.ps1 [] +Get-SystemDetails.ps1 [-ProgressAction ] [] ``` ## DESCRIPTION @@ -40,6 +40,21 @@ NetVersions : {v4.6.2+win10ann, v3.5, v2.0.50727, v3.0} ## 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). diff --git a/docs/Get-Todos.ps1.md b/docs/Get-Todos.ps1.md index 636d9934..c89b9a3a 100644 --- a/docs/Get-Todos.ps1.md +++ b/docs/Get-Todos.ps1.md @@ -13,7 +13,7 @@ Returns the TODOs for the current git repo, which can help document technical de ## SYNTAX ``` -Get-Todos.ps1 [] +Get-Todos.ps1 [-ProgressAction ] [] ``` ## DESCRIPTION @@ -30,6 +30,21 @@ Shows TODOs in this repo. ## 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). diff --git a/docs/Get-TypeAccelerators.ps1.md b/docs/Get-TypeAccelerators.ps1.md index 1e6677f7..7f184440 100644 --- a/docs/Get-TypeAccelerators.ps1.md +++ b/docs/Get-TypeAccelerators.ps1.md @@ -13,7 +13,7 @@ Returns the list of PowerShell type accelerators. ## SYNTAX ``` -Get-TypeAccelerators.ps1 [[-DictionaryKey] ] [] +Get-TypeAccelerators.ps1 [[-DictionaryKey] ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -139,6 +139,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-Unicode.ps1.md b/docs/Get-Unicode.ps1.md index e77e263c..b8c0259c 100644 --- a/docs/Get-Unicode.ps1.md +++ b/docs/Get-Unicode.ps1.md @@ -13,7 +13,8 @@ Returns the (UTF-16) .NET string for a given Unicode codepoint, which may be a s ## SYNTAX ``` -Get-Unicode.ps1 [-Codepoint] [-AsEmoji] [-AsStringLiteral] [] +Get-Unicode.ps1 [-Codepoint] [-AsEmoji] [-AsStringLiteral] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -76,6 +77,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-UnicodeByName.ps1.md b/docs/Get-UnicodeByName.ps1.md index 8b9f65a7..6bc9af83 100644 --- a/docs/Get-UnicodeByName.ps1.md +++ b/docs/Get-UnicodeByName.ps1.md @@ -14,12 +14,12 @@ Returns characters based on Unicode code point name, GitHub short code, or HTML ### Name ``` -Get-UnicodeByName.ps1 [-Name] [-AsEmoji] [] +Get-UnicodeByName.ps1 [-Name] [-AsEmoji] [-ProgressAction ] [] ``` ### Update ``` -Get-UnicodeByName.ps1 [-AsEmoji] [-Update] [] +Get-UnicodeByName.ps1 [-AsEmoji] [-Update] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -110,6 +110,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-UnicodeData.ps1.md b/docs/Get-UnicodeData.ps1.md index a1957c89..d71b6654 100644 --- a/docs/Get-UnicodeData.ps1.md +++ b/docs/Get-UnicodeData.ps1.md @@ -13,7 +13,8 @@ Returns the current (cached) Unicode character data. ## SYNTAX ``` -Get-UnicodeData.ps1 [[-Url] ] [[-DataFile] ] [] +Get-UnicodeData.ps1 [[-Url] ] [[-DataFile] ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -60,6 +61,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-UnicodeName.ps1.md b/docs/Get-UnicodeName.ps1.md index bf2093f3..ff3e2ed3 100644 --- a/docs/Get-UnicodeName.ps1.md +++ b/docs/Get-UnicodeName.ps1.md @@ -14,17 +14,17 @@ schema: 2.0.0 ### CodePoint ``` -Get-UnicodeName.ps1 [-CodePoint] [] +Get-UnicodeName.ps1 [-CodePoint] [-ProgressAction ] [] ``` ### Character ``` -Get-UnicodeName.ps1 [-Character] [] +Get-UnicodeName.ps1 [-Character] [-ProgressAction ] [] ``` ### Update ``` -Get-UnicodeName.ps1 [-Update] [] +Get-UnicodeName.ps1 [-Update] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -86,6 +86,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-VSCodeSetting.ps1.md b/docs/Get-VSCodeSetting.ps1.md index 23509d11..ea64d8a0 100644 --- a/docs/Get-VSCodeSetting.ps1.md +++ b/docs/Get-VSCodeSetting.ps1.md @@ -13,7 +13,7 @@ Sets a VSCode setting. ## SYNTAX ``` -Get-VSCodeSetting.ps1 [-Name] [-Workspace] [] +Get-VSCodeSetting.ps1 [-Name] [-Workspace] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -74,6 +74,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-VSCodeSettingsFile.ps1.md b/docs/Get-VSCodeSettingsFile.ps1.md index e4bdb077..2350adb8 100644 --- a/docs/Get-VSCodeSettingsFile.ps1.md +++ b/docs/Get-VSCodeSettingsFile.ps1.md @@ -13,7 +13,7 @@ Gets the path of the VSCode settings.config file. ## SYNTAX ``` -Get-VSCodeSettingsFile.ps1 [-Workspace] [] +Get-VSCodeSettingsFile.ps1 [-Workspace] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -52,6 +52,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Get-XmlNamespaces.ps1.md b/docs/Get-XmlNamespaces.ps1.md index 0ca79f7c..8937c293 100644 --- a/docs/Get-XmlNamespaces.ps1.md +++ b/docs/Get-XmlNamespaces.ps1.md @@ -13,7 +13,7 @@ Gets the namespaces from a document as a dictionary. ## SYNTAX ``` -Get-XmlNamespaces.ps1 [-Path] [] +Get-XmlNamespaces.ps1 [-Path] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -61,6 +61,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Hide-Command.ps1.md b/docs/Hide-Command.ps1.md index 9cc3290d..4a9b8bb7 100644 --- a/docs/Hide-Command.ps1.md +++ b/docs/Hide-Command.ps1.md @@ -13,7 +13,8 @@ Make a command unavailable. ## SYNTAX ``` -Hide-Command.ps1 [-Name] [-CommandType ] [] +Hide-Command.ps1 [-Name] [-CommandType ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -68,6 +69,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Import-CharConstants.ps1.md b/docs/Import-CharConstants.ps1.md new file mode 100644 index 00000000..f2998088 --- /dev/null +++ b/docs/Import-CharConstants.ps1.md @@ -0,0 +1,111 @@ +--- +external help file: -help.xml +Module Name: +online version: +schema: 2.0.0 +--- + +# Import-CharConstants.ps1 + +## SYNOPSIS +Imports characters by name as constants into the current scope. + +## SYNTAX + +``` +Import-CharConstants.ps1 [-CharacterName] [-Scope ] [-AsEmoji] + [-ProgressAction ] [] +``` + +## DESCRIPTION +{{ Fill in the Description }} + +## EXAMPLES + +### EXAMPLE 1 +``` +Import-CharConstants.ps1 NL :UP: HYPHEN-MINUS 'EN DASH' '—' '©' -Scope Script +``` + +Creates constants in the context of the current script for the named characters. + +## PARAMETERS + +### -CharacterName +The control code abbreviation, Unicode name, HTML entity, or GitHub name of the character to create a constant for. +"NL" will use the newline appropriate to the environment. + +```yaml +Type: String[] +Parameter Sets: (All) +Aliases: + +Required: True +Position: 1 +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Scope +The scope of the constant. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: Local +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsEmoji +Appends a U+FE0F VARIATION SELECTOR-16 suffix to the character, which suggests an emoji presentation +for characters that support both a simple text presentation as well as a color emoji-style one. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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 + +### System.String containing a character name. +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[Add-ScopeLevel.ps1]() + +[Get-UnicodeByName.ps1]() + diff --git a/docs/Import-ClipboardTsv.ps1.md b/docs/Import-ClipboardTsv.ps1.md index c2b429bf..ae1b3b2c 100644 --- a/docs/Import-ClipboardTsv.ps1.md +++ b/docs/Import-ClipboardTsv.ps1.md @@ -13,7 +13,7 @@ Parses TSV clipboard data into objects. ## SYNTAX ``` -Import-ClipboardTsv.ps1 [[-Delimiter] ] [] +Import-ClipboardTsv.ps1 [[-Delimiter] ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -55,6 +55,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Import-EdgeKeywords.ps1.md b/docs/Import-EdgeKeywords.ps1.md index 07af3748..a174da32 100644 --- a/docs/Import-EdgeKeywords.ps1.md +++ b/docs/Import-EdgeKeywords.ps1.md @@ -13,7 +13,8 @@ Adds search keywords to an Edge SQLite profile configuration. ## SYNTAX ``` -Import-EdgeKeywords.ps1 [-Data] [[-Path] ] [-WhatIf] [-Confirm] [] +Import-EdgeKeywords.ps1 [-Data] [[-Path] ] [-ProgressAction ] [-WhatIf] + [-Confirm] [] ``` ## DESCRIPTION @@ -91,6 +92,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Import-SecretVault.ps1.md b/docs/Import-SecretVault.ps1.md index 199dda28..d90a32db 100644 --- a/docs/Import-SecretVault.ps1.md +++ b/docs/Import-SecretVault.ps1.md @@ -14,7 +14,7 @@ Imports secrets into secret vaults. ``` Import-SecretVault.ps1 [[-Name] ] [[-Type] ] [[-Value] ] [[-Vault] ] - [[-Metadata] ] [-WhatIf] [-Confirm] [] + [[-Metadata] ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -137,6 +137,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Import-Variables.ps1.md b/docs/Import-Variables.ps1.md index 1a4dd401..0b278923 100644 --- a/docs/Import-Variables.ps1.md +++ b/docs/Import-Variables.ps1.md @@ -14,7 +14,7 @@ Creates local variables from a data row or dictionary (hashtable). ``` Import-Variables.ps1 [-InputObject] [-MemberType ] [-Scope ] [-Private] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -116,6 +116,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Import-VsCodeDatabaseConnections.ps1.md b/docs/Import-VsCodeDatabaseConnections.ps1.md index a3a5a827..fbba9305 100644 --- a/docs/Import-VsCodeDatabaseConnections.ps1.md +++ b/docs/Import-VsCodeDatabaseConnections.ps1.md @@ -13,7 +13,7 @@ Adds config XDT connection strings to VSCode settings. ## SYNTAX ``` -Import-VsCodeDatabaseConnections.ps1 [] +Import-VsCodeDatabaseConnections.ps1 [-ProgressAction ] [] ``` ## DESCRIPTION @@ -31,6 +31,21 @@ the .vscode/settings.json mssql.connections collection for the mssql extension. ## 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). diff --git a/docs/Invoke-CommandWithParams.ps1.md b/docs/Invoke-CommandWithParams.ps1.md index c8274032..03ec874c 100644 --- a/docs/Invoke-CommandWithParams.ps1.md +++ b/docs/Invoke-CommandWithParams.ps1.md @@ -14,7 +14,8 @@ Execute a command by using matching dictionary entries as parameters. ``` Invoke-CommandWithParams.ps1 [-Name] [-ParameterSet ] -Dictionary - [-ExcludeKeys ] [-OnlyMatches] [-IncludeCommon] [] + [-ExcludeKeys ] [-OnlyMatches] [-IncludeCommon] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -130,6 +131,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Invoke-WindowsPowerShell.ps1.md b/docs/Invoke-WindowsPowerShell.ps1.md index ce0f9e88..8b7b18cf 100644 --- a/docs/Invoke-WindowsPowerShell.ps1.md +++ b/docs/Invoke-WindowsPowerShell.ps1.md @@ -14,12 +14,13 @@ Runs commands in Windows PowerShell (typically from PowerShell Core). ### CommandBlock ``` -Invoke-WindowsPowerShell.ps1 [-CommandBlock] [[-BlockArgs] ] [] +Invoke-WindowsPowerShell.ps1 [-CommandBlock] [[-BlockArgs] ] + [-ProgressAction ] [] ``` ### CommandText ``` -Invoke-WindowsPowerShell.ps1 [-CommandText] [] +Invoke-WindowsPowerShell.ps1 [-CommandText] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -94,6 +95,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Join-FileName.ps1.md b/docs/Join-FileName.ps1.md index ca660d35..b7e63524 100644 --- a/docs/Join-FileName.ps1.md +++ b/docs/Join-FileName.ps1.md @@ -13,7 +13,8 @@ Combines a filename with a string. ## SYNTAX ``` -Join-FileName.ps1 [-Path] [-AppendText] [] +Join-FileName.ps1 [-Path] [-AppendText] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -75,6 +76,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Join-Keys.ps1.md b/docs/Join-Keys.ps1.md index 7a74f7e4..3d38c856 100644 --- a/docs/Join-Keys.ps1.md +++ b/docs/Join-Keys.ps1.md @@ -14,7 +14,7 @@ Combines dictionaries together into a single dictionary. ``` Join-Keys.ps1 [[-ReferenceObject] ] [-InputObject] [-Accumulate] [-Force] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -124,6 +124,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Limit-Digits.ps1.md b/docs/Limit-Digits.ps1.md index 6713a1f3..f9533b44 100644 --- a/docs/Limit-Digits.ps1.md +++ b/docs/Limit-Digits.ps1.md @@ -13,7 +13,8 @@ Rounds off a number to the requested number of digits. ## SYNTAX ``` -Limit-Digits.ps1 [[-Digits] ] [-InputObject] [-Mode ] [] +Limit-Digits.ps1 [[-Digits] ] [-InputObject] [-Mode ] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -83,6 +84,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Measure-Caches.ps1.md b/docs/Measure-Caches.ps1.md index d60dad94..ee7ec602 100644 --- a/docs/Measure-Caches.ps1.md +++ b/docs/Measure-Caches.ps1.md @@ -13,7 +13,8 @@ Returns a list of matching cache directories, and their sizes, sorted. ## SYNTAX ``` -Measure-Caches.ps1 [[-Path] ] [[-NamePattern] ] [] +Measure-Caches.ps1 [[-Path] ] [[-NamePattern] ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -69,6 +70,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Measure-DbColumn.ps1.md b/docs/Measure-DbColumn.ps1.md index e6cedbfd..ea44568a 100644 --- a/docs/Measure-DbColumn.ps1.md +++ b/docs/Measure-DbColumn.ps1.md @@ -14,12 +14,14 @@ Provides statistics about SQL Server column data. ### Column ``` -Measure-DbColumn.ps1 [-Column] [-Condition ] [] +Measure-DbColumn.ps1 [-Column] [-Condition ] [-ProgressAction ] + [] ``` ### ColumnName ``` -Measure-DbColumn.ps1 [-ColumnName] [-Table]
[-Condition ] [] +Measure-DbColumn.ps1 [-ColumnName] [-Table]
[-Condition ] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -175,6 +177,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Measure-DbColumnValues.ps1.md b/docs/Measure-DbColumnValues.ps1.md index 0af79fb0..db20908c 100644 --- a/docs/Measure-DbColumnValues.ps1.md +++ b/docs/Measure-DbColumnValues.ps1.md @@ -15,13 +15,13 @@ Provides sorted counts of SQL Server column values. ### Column ``` Measure-DbColumnValues.ps1 [-Column] [-Condition ] [-MinimumCount ] - [] + [-ProgressAction ] [] ``` ### ColumnName ``` Measure-DbColumnValues.ps1 [-ColumnName] [-Table]
[-Condition ] - [-MinimumCount ] [] + [-MinimumCount ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -114,6 +114,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Measure-DbTable.ps1.md b/docs/Measure-DbTable.ps1.md index 0af79fb0..db20908c 100644 --- a/docs/Measure-DbTable.ps1.md +++ b/docs/Measure-DbTable.ps1.md @@ -15,13 +15,13 @@ Provides sorted counts of SQL Server column values. ### Column ``` Measure-DbColumnValues.ps1 [-Column] [-Condition ] [-MinimumCount ] - [] + [-ProgressAction ] [] ``` ### ColumnName ``` Measure-DbColumnValues.ps1 [-ColumnName] [-Table]
[-Condition ] - [-MinimumCount ] [] + [-MinimumCount ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -114,6 +114,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Measure-Indents.ps1.md b/docs/Measure-Indents.ps1.md index 94e9def9..59906b93 100644 --- a/docs/Measure-Indents.ps1.md +++ b/docs/Measure-Indents.ps1.md @@ -13,7 +13,7 @@ Measures the indentation characters used in a text file. ## SYNTAX ``` -Measure-Indents.ps1 [-Path] [] +Measure-Indents.ps1 [-Path] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -47,6 +47,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Measure-StandardDeviation.ps1.md b/docs/Measure-StandardDeviation.ps1.md index e6f48738..f0ea0a7e 100644 --- a/docs/Measure-StandardDeviation.ps1.md +++ b/docs/Measure-StandardDeviation.ps1.md @@ -13,7 +13,8 @@ Calculate the standard deviation of numeric values. ## SYNTAX ``` -Measure-StandardDeviation.ps1 [[-InputObject] ] [] +Measure-StandardDeviation.ps1 [[-InputObject] ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -45,6 +46,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Measure-TextFile.ps1.md b/docs/Measure-TextFile.ps1.md index a3b171f7..b4e14d84 100644 --- a/docs/Measure-TextFile.ps1.md +++ b/docs/Measure-TextFile.ps1.md @@ -13,7 +13,7 @@ Counts each type of indent and line ending. ## SYNTAX ``` -Measure-TextFile.ps1 [-Path] [] +Measure-TextFile.ps1 [-Path] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -51,6 +51,21 @@ Accept pipeline input: True (ByPropertyName, ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Measure-Values.ps1.md b/docs/Measure-Values.ps1.md index cc70cc30..e5f75643 100644 --- a/docs/Measure-Values.ps1.md +++ b/docs/Measure-Values.ps1.md @@ -13,7 +13,7 @@ Provides analysis of supplied values. ## SYNTAX ``` -Measure-Values.ps1 [[-InputObject] ] [] +Measure-Values.ps1 [[-InputObject] ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -121,6 +121,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Merge-Json.ps1.md b/docs/Merge-Json.ps1.md index 83749566..81399a08 100644 --- a/docs/Merge-Json.ps1.md +++ b/docs/Merge-Json.ps1.md @@ -13,7 +13,7 @@ Create a new JSON string by recursively combining the properties of JSON strings ## SYNTAX ``` -Merge-Json.ps1 [-InputObject] [-Compress] [] +Merge-Json.ps1 [-InputObject] [-Compress] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -71,6 +71,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Merge-PSObject.ps1.md b/docs/Merge-PSObject.ps1.md index 62eb5b98..ddbac9a1 100644 --- a/docs/Merge-PSObject.ps1.md +++ b/docs/Merge-PSObject.ps1.md @@ -14,7 +14,7 @@ Create a new PSObject by recursively combining the properties of PSObjects. ``` Merge-PSObject.ps1 [[-ReferenceObject] ] [-InputObject] [-Accumulate] [-Force] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -111,6 +111,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Merge-XmlSelections.ps1.md b/docs/Merge-XmlSelections.ps1.md index 3f325117..b57235cb 100644 --- a/docs/Merge-XmlSelections.ps1.md +++ b/docs/Merge-XmlSelections.ps1.md @@ -15,13 +15,13 @@ Builds an object using the named XPath selections as properties. ### Xml ``` Merge-XmlSelections.ps1 [-XPaths] [-Xml] [-Namespace ] - [] + [-ProgressAction ] [] ``` ### Path ``` Merge-XmlSelections.ps1 [-XPaths] [-Path] [-Namespace ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -101,6 +101,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/New-DbProviderObject.ps1.md b/docs/New-DbProviderObject.ps1.md index 299c9620..af9ec328 100644 --- a/docs/New-DbProviderObject.ps1.md +++ b/docs/New-DbProviderObject.ps1.md @@ -14,7 +14,8 @@ Create a common database object. ``` New-DbProviderObject.ps1 [-TypeName] [[-InitialValue] ] [-Provider ] - [[-ConnectionString] ] [-StoredProcedure] [-OpenConnection] [] + [[-ConnectionString] ] [-StoredProcedure] [-OpenConnection] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -142,6 +143,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/New-Jwt.ps1.md b/docs/New-Jwt.ps1.md index 601c3a6a..bf4e744e 100644 --- a/docs/New-Jwt.ps1.md +++ b/docs/New-Jwt.ps1.md @@ -16,7 +16,7 @@ Generates a JSON Web Token (JWT) New-Jwt.ps1 [[-Body] ] [[-Headers] ] [-Secret] [[-Algorithm] ] [[-NotBefore] ] [[-IssuedAt] ] [-IncludeIssuedAt] [[-ExpirationTime] ] [[-ExpiresAfter] ] [[-JwtId] ] [[-Issuer] ] [[-Subject] ] - [[-Audience] ] [[-Claims] ] [] + [[-Audience] ] [[-Claims] ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -243,6 +243,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/New-NamespaceManager.ps1.md b/docs/New-NamespaceManager.ps1.md index 40a604be..e836b918 100644 --- a/docs/New-NamespaceManager.ps1.md +++ b/docs/New-NamespaceManager.ps1.md @@ -13,7 +13,8 @@ Creates an object to lookup XML namespace prefixes. ## SYNTAX ``` -New-NamespaceManager.ps1 [[-Namespaces] ] [] +New-NamespaceManager.ps1 [[-Namespaces] ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -47,6 +48,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/New-PesterTests.ps1.md b/docs/New-PesterTests.ps1.md index e3793914..62b52200 100644 --- a/docs/New-PesterTests.ps1.md +++ b/docs/New-PesterTests.ps1.md @@ -14,12 +14,13 @@ Creates a new Pester testing script from a script's examples and parameter sets. ### Script ``` -New-PesterTests.ps1 [-Script] [-Directory ] [-Force] [] +New-PesterTests.ps1 [-Script] [-Directory ] [-Force] [-ProgressAction ] + [] ``` ### Next ``` -New-PesterTests.ps1 [-Directory ] [-Next] [] +New-PesterTests.ps1 [-Directory ] [-Next] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -96,6 +97,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/New-RandomVehicle.ps1.md b/docs/New-RandomVehicle.ps1.md index 01fe6148..bf7014a1 100644 --- a/docs/New-RandomVehicle.ps1.md +++ b/docs/New-RandomVehicle.ps1.md @@ -13,7 +13,7 @@ Generates random vehicle details with a valid VIN. ## SYNTAX ``` -New-RandomVehicle.ps1 [] +New-RandomVehicle.ps1 [-ProgressAction ] [] ``` ## DESCRIPTION @@ -30,6 +30,21 @@ PS C:\> {{ Add example code here }} ## 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). diff --git a/docs/New-Script.ps1.md b/docs/New-Script.ps1.md index 168705eb..bcfe9bac 100644 --- a/docs/New-Script.ps1.md +++ b/docs/New-Script.ps1.md @@ -18,7 +18,8 @@ New-Script.ps1 [-NameNoun] [-Synopsis ] [-Parameters ] [-Begin ] [-Process ] [-End ] [-RequiresVersion ] [-RequiresModule ] [-ConfirmImpact ] [-DefaultParameterSetName ] [-HelpUri ] [-Indent ] [-RequiresRunAsAdmin] - [-SupportsPaging] [-SupportsShouldProcess] [-PositionalBinding] -NameVerb [] + [-SupportsPaging] [-SupportsShouldProcess] [-PositionalBinding] [-ProgressAction ] + -NameVerb [] ``` ## DESCRIPTION @@ -380,6 +381,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/New-Shortcut.ps1.md b/docs/New-Shortcut.ps1.md index d54d6ccb..e44cff09 100644 --- a/docs/New-Shortcut.ps1.md +++ b/docs/New-Shortcut.ps1.md @@ -15,7 +15,7 @@ Create a Windows shortcut. ``` New-Shortcut.ps1 [-Path] [-TargetPath] [[-Arguments] ] [[-WorkingDirectory] ] [-Description ] [-Hotkey ] [-IconLocation ] [-WindowStyle ] - [-RunAsAdministrator] [] + [-RunAsAdministrator] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -170,6 +170,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Open-Comic.ps1.md b/docs/Open-Comic.ps1.md index da9ff23f..c39da7d4 100644 --- a/docs/Open-Comic.ps1.md +++ b/docs/Open-Comic.ps1.md @@ -13,7 +13,7 @@ Opens a comic's PreviewsWorld page. ## SYNTAX ``` -Open-Comic.ps1 [-DiamondId] [] +Open-Comic.ps1 [-DiamondId] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -45,6 +45,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Optimize-Help.ps1.md b/docs/Optimize-Help.ps1.md index b2dd3f0d..3ed133c1 100644 --- a/docs/Optimize-Help.ps1.md +++ b/docs/Optimize-Help.ps1.md @@ -13,7 +13,7 @@ Cleans up comment-based help blocks by fully unindenting and capitalizing dot ke ## SYNTAX ``` -Optimize-Help.ps1 [-Path] [] +Optimize-Help.ps1 [-Path] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -45,6 +45,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Optimize-Path.ps1.md b/docs/Optimize-Path.ps1.md index d164f17a..078f600c 100644 --- a/docs/Optimize-Path.ps1.md +++ b/docs/Optimize-Path.ps1.md @@ -13,7 +13,8 @@ Sorts, prunes, and normalizes both user and system Path entries. ## SYNTAX ``` -Optimize-Path.ps1 [-ResolveConflicts] [-WhatIf] [-Confirm] [] +Optimize-Path.ps1 [-ResolveConflicts] [-ProgressAction ] [-WhatIf] [-Confirm] + [] ``` ## DESCRIPTION @@ -77,6 +78,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Push-WorkspaceLocation.ps1.md b/docs/Push-WorkspaceLocation.ps1.md index 803f45dc..fd73cb69 100644 --- a/docs/Push-WorkspaceLocation.ps1.md +++ b/docs/Push-WorkspaceLocation.ps1.md @@ -13,7 +13,7 @@ Pushes the current VS Code editor workspace location to the location stack. ## SYNTAX ``` -Push-WorkspaceLocation.ps1 [] +Push-WorkspaceLocation.ps1 [-ProgressAction ] [] ``` ## DESCRIPTION @@ -30,6 +30,21 @@ Pushes the current directory onto the stack, and changes to the workspace direct ## 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). diff --git a/docs/Read-ChocolateySummary.ps1.md b/docs/Read-ChocolateySummary.ps1.md index 9fda1c0f..a98ae1d7 100644 --- a/docs/Read-ChocolateySummary.ps1.md +++ b/docs/Read-ChocolateySummary.ps1.md @@ -13,7 +13,8 @@ Retrieves the a summary from the Chocolatey log. ## SYNTAX ``` -Read-ChocolateySummary.ps1 [[-Position] ] [[-Level] ] [] +Read-ChocolateySummary.ps1 [[-Position] ] [[-Level] ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -116,6 +117,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Read-Choice.ps1.md b/docs/Read-Choice.ps1.md index cedd690f..56ae2848 100644 --- a/docs/Read-Choice.ps1.md +++ b/docs/Read-Choice.ps1.md @@ -15,13 +15,13 @@ Returns choice selected from a list of options. ### ChoicesArray ``` Read-Choice.ps1 [-Choices] [-Caption ] [-Message ] [-DefaultIndex ] - [] + [-ProgressAction ] [] ``` ### ChoicesHash ``` Read-Choice.ps1 [-ChoiceHash] [-Caption ] [-Message ] [-DefaultIndex ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -132,6 +132,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Remove-CachedCredential.ps1.md b/docs/Remove-CachedCredential.ps1.md index 4dbfa248..229b3b26 100644 --- a/docs/Remove-CachedCredential.ps1.md +++ b/docs/Remove-CachedCredential.ps1.md @@ -13,7 +13,8 @@ Removes a credential from secure storage. ## SYNTAX ``` -Remove-CachedCredential.ps1 [-UserName] [-Message] [] +Remove-CachedCredential.ps1 [-UserName] [-Message] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -60,6 +61,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Remove-LockyFile.ps1.md b/docs/Remove-LockyFile.ps1.md index 16f2acb1..0f85fe54 100644 --- a/docs/Remove-LockyFile.ps1.md +++ b/docs/Remove-LockyFile.ps1.md @@ -13,7 +13,7 @@ Removes a file that may be prone to locking. ## SYNTAX ``` -Remove-LockyFile.ps1 [-Path] [] +Remove-LockyFile.ps1 [-Path] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -47,6 +47,21 @@ Accept pipeline input: True (ByPropertyName, ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Remove-NullValues.ps1.md b/docs/Remove-NullValues.ps1.md index cd65ca53..5d38af31 100644 --- a/docs/Remove-NullValues.ps1.md +++ b/docs/Remove-NullValues.ps1.md @@ -13,7 +13,7 @@ Removes dictionary entries with null vaules. ## SYNTAX ``` -Remove-NullValues.ps1 [-InputObject] [] +Remove-NullValues.ps1 [-InputObject] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -48,6 +48,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Remove-ParameterDefault.ps1.md b/docs/Remove-ParameterDefault.ps1.md index 157a1250..e258582b 100644 --- a/docs/Remove-ParameterDefault.ps1.md +++ b/docs/Remove-ParameterDefault.ps1.md @@ -14,7 +14,7 @@ Removes a value that would have been used for a parameter if none was specified, ``` Remove-ParameterDefault.ps1 [-CommandName] [-ParameterName] [-Scope ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -84,6 +84,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Remove-PocketArticle.ps1.md b/docs/Remove-PocketArticle.ps1.md index 356f33aa..cc9c0632 100644 --- a/docs/Remove-PocketArticle.ps1.md +++ b/docs/Remove-PocketArticle.ps1.md @@ -13,7 +13,8 @@ Removes an article from a Pocket account. ## SYNTAX ``` -Remove-PocketArticle.ps1 [-ItemId] [-Vault ] [-WhatIf] [-Confirm] [] +Remove-PocketArticle.ps1 [-ItemId] [-Vault ] [-ProgressAction ] [-WhatIf] + [-Confirm] [] ``` ## DESCRIPTION @@ -92,6 +93,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Rename-GitHubLocalBranch.ps1.md b/docs/Rename-GitHubLocalBranch.ps1.md index ffbcc6b4..7a0747dc 100644 --- a/docs/Rename-GitHubLocalBranch.ps1.md +++ b/docs/Rename-GitHubLocalBranch.ps1.md @@ -13,7 +13,8 @@ Rename a git repository branch. ## SYNTAX ``` -Rename-GitHubLocalBranch.ps1 [-NewName] [-WhatIf] [-Confirm] [] +Rename-GitHubLocalBranch.ps1 [-NewName] [-ProgressAction ] [-WhatIf] [-Confirm] + [] ``` ## DESCRIPTION @@ -76,6 +77,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Rename-Script.ps1.md b/docs/Rename-Script.ps1.md index 8ccf2ae1..f0476a7d 100644 --- a/docs/Rename-Script.ps1.md +++ b/docs/Rename-Script.ps1.md @@ -13,8 +13,8 @@ Renames all instances of a script, and updates any usage of it. ## SYNTAX ``` -Rename-Script.ps1 [-OldName] [-NewName] [[-ScriptDirectory] ] [-WhatIf] [-Confirm] - [] +Rename-Script.ps1 [-OldName] [-NewName] [[-ScriptDirectory] ] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -108,6 +108,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Repair-AppxPackages.ps1.md b/docs/Repair-AppxPackages.ps1.md index bcd6eb52..90fac552 100644 --- a/docs/Repair-AppxPackages.ps1.md +++ b/docs/Repair-AppxPackages.ps1.md @@ -13,7 +13,7 @@ Re-registers all installed Appx packages. ## SYNTAX ``` -Repair-AppxPackages.ps1 [] +Repair-AppxPackages.ps1 [-ProgressAction ] [] ``` ## DESCRIPTION @@ -30,6 +30,21 @@ Repairs what Windows Store apps it can when run from PowerShell 5.1 (not in Wind ## 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). diff --git a/docs/Repair-DatabaseConstraintNames.ps1.md b/docs/Repair-DatabaseConstraintNames.ps1.md index 8ccf2ae1..f0476a7d 100644 --- a/docs/Repair-DatabaseConstraintNames.ps1.md +++ b/docs/Repair-DatabaseConstraintNames.ps1.md @@ -13,8 +13,8 @@ Renames all instances of a script, and updates any usage of it. ## SYNTAX ``` -Rename-Script.ps1 [-OldName] [-NewName] [[-ScriptDirectory] ] [-WhatIf] [-Confirm] - [] +Rename-Script.ps1 [-OldName] [-NewName] [[-ScriptDirectory] ] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -108,6 +108,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Repair-DatabaseUntrustedConstraints.ps1.md b/docs/Repair-DatabaseUntrustedConstraints.ps1.md index 8ccf2ae1..f0476a7d 100644 --- a/docs/Repair-DatabaseUntrustedConstraints.ps1.md +++ b/docs/Repair-DatabaseUntrustedConstraints.ps1.md @@ -13,8 +13,8 @@ Renames all instances of a script, and updates any usage of it. ## SYNTAX ``` -Rename-Script.ps1 [-OldName] [-NewName] [[-ScriptDirectory] ] [-WhatIf] [-Confirm] - [] +Rename-Script.ps1 [-OldName] [-NewName] [[-ScriptDirectory] ] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -108,6 +108,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Repair-ScriptStyle.ps1.md b/docs/Repair-ScriptStyle.ps1.md index 3044109a..3837469f 100644 --- a/docs/Repair-ScriptStyle.ps1.md +++ b/docs/Repair-ScriptStyle.ps1.md @@ -13,7 +13,8 @@ Accepts justifications for script analysis rule violations, fixing the rest usin ## SYNTAX ``` -Repair-ScriptStyle.ps1 [-Path] [-WhatIf] [-Confirm] [] +Repair-ScriptStyle.ps1 [-Path] [-ProgressAction ] [-WhatIf] [-Confirm] + [] ``` ## DESCRIPTION @@ -87,6 +88,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Resolve-XPath.ps1.md b/docs/Resolve-XPath.ps1.md index c9031106..91598d0d 100644 --- a/docs/Resolve-XPath.ps1.md +++ b/docs/Resolve-XPath.ps1.md @@ -13,7 +13,7 @@ Returns the XPath of the location of an XML node. ## SYNTAX ``` -Resolve-XPath.ps1 [-XmlNode] [] +Resolve-XPath.ps1 [-XmlNode] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -53,6 +53,21 @@ Accept pipeline input: True (ByPropertyName, ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Resolve-XmlSchemaLocation.ps1.md b/docs/Resolve-XmlSchemaLocation.ps1.md index 91947500..f3c38bad 100644 --- a/docs/Resolve-XmlSchemaLocation.ps1.md +++ b/docs/Resolve-XmlSchemaLocation.ps1.md @@ -14,12 +14,12 @@ Gets the namespaces and their URIs and URLs from a document. ### Xml ``` -Resolve-XmlSchemaLocation.ps1 [-Xml] [] +Resolve-XmlSchemaLocation.ps1 [-Xml] [-ProgressAction ] [] ``` ### Path ``` -Resolve-XmlSchemaLocation.ps1 [-Path] [] +Resolve-XmlSchemaLocation.ps1 [-Path] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -76,6 +76,21 @@ Accept pipeline input: True (ByPropertyName, ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Restore-SchTasks.ps1.md b/docs/Restore-SchTasks.ps1.md index e604f450..1e1cf841 100644 --- a/docs/Restore-SchTasks.ps1.md +++ b/docs/Restore-SchTasks.ps1.md @@ -13,7 +13,8 @@ Imports from a single XML file into the local Scheduled Tasks. ## SYNTAX ``` -Restore-SchTasks.ps1 [[-Path] ] [-Exclude ] [] +Restore-SchTasks.ps1 [[-Path] ] [-Exclude ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -64,6 +65,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Restore-Workstation.ps1.md b/docs/Restore-Workstation.ps1.md index 892999ea..78c70935 100644 --- a/docs/Restore-Workstation.ps1.md +++ b/docs/Restore-Workstation.ps1.md @@ -13,7 +13,7 @@ Restores various configuration files and exported settings from a ZIP file. ## SYNTAX ``` -Restore-Workstation.ps1 [-Path] [] +Restore-Workstation.ps1 [-Path] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -45,6 +45,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Save-PodcastEpisodes.ps1.md b/docs/Save-PodcastEpisodes.ps1.md index f1be797e..03442d9f 100644 --- a/docs/Save-PodcastEpisodes.ps1.md +++ b/docs/Save-PodcastEpisodes.ps1.md @@ -14,7 +14,7 @@ Saves enclosures from a podcast feed. ``` Save-PodcastEpisodes.ps1 [-Uri] [-After ] [-Before ] [-First ] [-Last ] - [-UseTitle] [-CreateFolder] [] + [-UseTitle] [-CreateFolder] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -136,6 +136,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Save-WebRequest.ps1.md b/docs/Save-WebRequest.ps1.md index 10b07b7b..6b03acc7 100644 --- a/docs/Save-WebRequest.ps1.md +++ b/docs/Save-WebRequest.ps1.md @@ -14,7 +14,7 @@ Downloads a given URL to a file, automatically determining the filename. ``` Save-WebRequest.ps1 [-Uri] [-CreationTime ] [-LastWriteTime ] [-Open] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -91,6 +91,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Select-CapturesFromMatches.ps1.md b/docs/Select-CapturesFromMatches.ps1.md index 8b06b7a8..8cc8c927 100644 --- a/docs/Select-CapturesFromMatches.ps1.md +++ b/docs/Select-CapturesFromMatches.ps1.md @@ -13,7 +13,8 @@ Selects named capture group values as note properties from Select-String MatchIn ## SYNTAX ``` -Select-CapturesFromMatches.ps1 [[-MatchInfo] ] [-ValuesOnly] [] +Select-CapturesFromMatches.ps1 [[-MatchInfo] ] [-ValuesOnly] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -63,6 +64,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Send-MailMessageFile.ps1.md b/docs/Send-MailMessageFile.ps1.md index af55b4d8..d78f4e04 100644 --- a/docs/Send-MailMessageFile.ps1.md +++ b/docs/Send-MailMessageFile.ps1.md @@ -13,7 +13,8 @@ Sends emails from a drop folder using .NET config defaults. ## SYNTAX ``` -Send-MailMessageFile.ps1 [[-MailFile] ] [-Delete] [-WhatIf] [-Confirm] [] +Send-MailMessageFile.ps1 [[-MailFile] ] [-Delete] [-ProgressAction ] [-WhatIf] + [-Confirm] [] ``` ## DESCRIPTION @@ -98,6 +99,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Send-SeqEvent.ps1.md b/docs/Send-SeqEvent.ps1.md index c22ec1cb..409dec09 100644 --- a/docs/Send-SeqEvent.ps1.md +++ b/docs/Send-SeqEvent.ps1.md @@ -14,7 +14,7 @@ Send an event to a Seq server. ``` Send-SeqEvent.ps1 [[-Message] ] [-Properties] [-Level ] [-Server ] - [-ApiKey ] [-LiteralMessage] [] + [-ApiKey ] [-LiteralMessage] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -132,6 +132,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Send-SeqScriptEvent.ps1.md b/docs/Send-SeqScriptEvent.ps1.md index 1dd9da34..e09f2683 100644 --- a/docs/Send-SeqScriptEvent.ps1.md +++ b/docs/Send-SeqScriptEvent.ps1.md @@ -14,7 +14,8 @@ Sends an event (often an error) from a script to a Seq server, including script ``` Send-SeqScriptEvent.ps1 [-Action] [[-ErrorRecord] ] [[-Level] ] - [-InvocationScope ] [-Server ] [-ApiKey ] [] + [-InvocationScope ] [-Server ] [-ApiKey ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -123,6 +124,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Send-SqlReport.ps1.md b/docs/Send-SqlReport.ps1.md index 1dd9da34..e09f2683 100644 --- a/docs/Send-SqlReport.ps1.md +++ b/docs/Send-SqlReport.ps1.md @@ -14,7 +14,8 @@ Sends an event (often an error) from a script to a Seq server, including script ``` Send-SeqScriptEvent.ps1 [-Action] [[-ErrorRecord] ] [[-Level] ] - [-InvocationScope ] [-Server ] [-ApiKey ] [] + [-InvocationScope ] [-Server ] [-ApiKey ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -123,6 +124,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Set-ConsoleColorTheme.ps1.md b/docs/Set-ConsoleColorTheme.ps1.md index bd89de89..5b9307bb 100644 --- a/docs/Set-ConsoleColorTheme.ps1.md +++ b/docs/Set-ConsoleColorTheme.ps1.md @@ -13,7 +13,8 @@ Overrides ConsoleClass window color palette entries with a preset color theme. ## SYNTAX ``` -Set-ConsoleColorTheme.ps1 [-ThemeName] [[-ProcessName] ] [] +Set-ConsoleColorTheme.ps1 [-ThemeName] [[-ProcessName] ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -61,6 +62,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Set-JsonProperty.ps1.md b/docs/Set-JsonProperty.ps1.md index 5116dac0..710055b9 100644 --- a/docs/Set-JsonProperty.ps1.md +++ b/docs/Set-JsonProperty.ps1.md @@ -15,13 +15,13 @@ Sets a property of arbitrary depth in a JSON string. ### InputObject ``` Set-JsonProperty.ps1 [-PropertyName] [-PropertyValue] [-PathSeparator ] - [-WarnOverwrite] -InputObject [] + [-WarnOverwrite] -InputObject [-ProgressAction ] [] ``` ### Path ``` Set-JsonProperty.ps1 [-PropertyName] [-PropertyValue] [-PathSeparator ] - [-WarnOverwrite] -Path [] + [-WarnOverwrite] -Path [-ProgressAction ] [] ``` ## DESCRIPTION @@ -151,6 +151,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Set-ParameterDefault.ps1.md b/docs/Set-ParameterDefault.ps1.md index 1405a79a..5b7ed544 100644 --- a/docs/Set-ParameterDefault.ps1.md +++ b/docs/Set-ParameterDefault.ps1.md @@ -14,7 +14,7 @@ Assigns a value to use for the specified cmdlet parameter to use when one is not ``` Set-ParameterDefault.ps1 [-CommandName] [-ParameterName] [-Value] [-Scope ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -99,6 +99,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Set-RegexReplace.ps1.md b/docs/Set-RegexReplace.ps1.md index 535fc387..77566799 100644 --- a/docs/Set-RegexReplace.ps1.md +++ b/docs/Set-RegexReplace.ps1.md @@ -13,7 +13,8 @@ Updates text found with Select-String, using a regular expression replacement te ## SYNTAX ``` -Set-RegexReplace.ps1 [-Replacement] [-InputObject ] [] +Set-RegexReplace.ps1 [-Replacement] [-InputObject ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -81,6 +82,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Set-VSCodeSetting.ps1.md b/docs/Set-VSCodeSetting.ps1.md index fed41c39..29b1594a 100644 --- a/docs/Set-VSCodeSetting.ps1.md +++ b/docs/Set-VSCodeSetting.ps1.md @@ -13,7 +13,8 @@ Sets a VSCode setting. ## SYNTAX ``` -Set-VSCodeSetting.ps1 [-Name] [-Value] [-Workspace] [] +Set-VSCodeSetting.ps1 [-Name] [-Value] [-Workspace] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -89,6 +90,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Show-DataRef.ps1.md b/docs/Show-DataRef.ps1.md index b5fdbb64..9e42e351 100644 --- a/docs/Show-DataRef.ps1.md +++ b/docs/Show-DataRef.ps1.md @@ -13,7 +13,7 @@ Display an HTML view of an XML schema or WSDL using Saxon. ## SYNTAX ``` -Show-DataRef.ps1 [-SchemaFile] [] +Show-DataRef.ps1 [-SchemaFile] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -45,6 +45,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Show-HttpStatus.ps1.md b/docs/Show-HttpStatus.ps1.md index d46006ee..71c9c4ac 100644 --- a/docs/Show-HttpStatus.ps1.md +++ b/docs/Show-HttpStatus.ps1.md @@ -13,7 +13,8 @@ Displays the HTTP status code info. ## SYNTAX ``` -Show-HttpStatus.ps1 [-Status] [-AsCat] [] +Show-HttpStatus.ps1 [-Status] [-AsCat] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -40,7 +41,7 @@ The HTTP status code to describe. Type: HttpStatusCode Parameter Sets: (All) Aliases: -Accepted values: Continue, SwitchingProtocols, Processing, EarlyHints, OK, Created, Accepted, NonAuthoritativeInformation, NoContent, ResetContent, PartialContent, MultiStatus, AlreadyReported, IMUsed, MultipleChoices, Ambiguous, MovedPermanently, Moved, Found, Redirect, SeeOther, RedirectMethod, NotModified, UseProxy, Unused, TemporaryRedirect, RedirectKeepVerb, PermanentRedirect, BadRequest, Unauthorized, PaymentRequired, Forbidden, NotFound, MethodNotAllowed, NotAcceptable, ProxyAuthenticationRequired, RequestTimeout, Conflict, Gone, LengthRequired, PreconditionFailed, RequestEntityTooLarge, RequestUriTooLong, UnsupportedMediaType, RequestedRangeNotSatisfiable, ExpectationFailed, MisdirectedRequest, UnprocessableEntity, Locked, FailedDependency, UpgradeRequired, PreconditionRequired, TooManyRequests, RequestHeaderFieldsTooLarge, UnavailableForLegalReasons, InternalServerError, NotImplemented, BadGateway, ServiceUnavailable, GatewayTimeout, HttpVersionNotSupported, VariantAlsoNegotiates, InsufficientStorage, LoopDetected, NotExtended, NetworkAuthenticationRequired +Accepted values: Continue, SwitchingProtocols, Processing, EarlyHints, OK, Created, Accepted, NonAuthoritativeInformation, NoContent, ResetContent, PartialContent, MultiStatus, AlreadyReported, IMUsed, MultipleChoices, Ambiguous, MovedPermanently, Moved, Found, Redirect, SeeOther, RedirectMethod, NotModified, UseProxy, Unused, TemporaryRedirect, RedirectKeepVerb, PermanentRedirect, BadRequest, Unauthorized, PaymentRequired, Forbidden, NotFound, MethodNotAllowed, NotAcceptable, ProxyAuthenticationRequired, RequestTimeout, Conflict, Gone, LengthRequired, PreconditionFailed, RequestEntityTooLarge, RequestUriTooLong, UnsupportedMediaType, RequestedRangeNotSatisfiable, ExpectationFailed, MisdirectedRequest, UnprocessableEntity, UnprocessableContent, Locked, FailedDependency, UpgradeRequired, PreconditionRequired, TooManyRequests, RequestHeaderFieldsTooLarge, UnavailableForLegalReasons, InternalServerError, NotImplemented, BadGateway, ServiceUnavailable, GatewayTimeout, HttpVersionNotSupported, VariantAlsoNegotiates, InsufficientStorage, LoopDetected, NotExtended, NetworkAuthenticationRequired Required: True Position: 1 @@ -64,6 +65,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Show-Time.ps1.md b/docs/Show-Time.ps1.md index 9bfd54a5..1409afd0 100644 --- a/docs/Show-Time.ps1.md +++ b/docs/Show-Time.ps1.md @@ -14,7 +14,7 @@ Displays a formatted date using powerline font characters. ``` Show-Time.ps1 [-Format] [-Date ] [-Separator ] [-ForegroundColor ] - [-BackgroundColor ] [] + [-BackgroundColor ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -109,6 +109,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Split-Keys.ps1.md b/docs/Split-Keys.ps1.md index b267df66..956392d3 100644 --- a/docs/Split-Keys.ps1.md +++ b/docs/Split-Keys.ps1.md @@ -13,7 +13,8 @@ Clones a dictionary keeping only the specified keys. ## SYNTAX ``` -Split-Keys.ps1 [[-Keys] ] -Dictionary [-SkipNullValues] [] +Split-Keys.ps1 [[-Keys] ] -Dictionary [-SkipNullValues] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -85,6 +86,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Split-Uri.ps1.md b/docs/Split-Uri.ps1.md index d57268f3..f4759a60 100644 --- a/docs/Split-Uri.ps1.md +++ b/docs/Split-Uri.ps1.md @@ -14,122 +14,122 @@ Splits a URI into component parts. ### AbsolutePath ``` -Split-Uri.ps1 [-Uri] [-AbsolutePath] [] +Split-Uri.ps1 [-Uri] [-AbsolutePath] [-ProgressAction ] [] ``` ### Authority ``` -Split-Uri.ps1 [-Uri] [-Authority] [] +Split-Uri.ps1 [-Uri] [-Authority] [-ProgressAction ] [] ``` ### Credentials ``` -Split-Uri.ps1 [-Uri] [-Credential] [] +Split-Uri.ps1 [-Uri] [-Credential] [-ProgressAction ] [] ``` ### Extension ``` -Split-Uri.ps1 [-Uri] [-Extension] [] +Split-Uri.ps1 [-Uri] [-Extension] [-ProgressAction ] [] ``` ### Filename ``` -Split-Uri.ps1 [-Uri] [-Filename ] [] +Split-Uri.ps1 [-Uri] [-Filename ] [-ProgressAction ] [] ``` ### HostNameType ``` -Split-Uri.ps1 [-Uri] [-HostNameType] [] +Split-Uri.ps1 [-Uri] [-HostNameType] [-ProgressAction ] [] ``` ### IsAbsoluteUri ``` -Split-Uri.ps1 [-Uri] [-IsAbsoluteUri] [] +Split-Uri.ps1 [-Uri] [-IsAbsoluteUri] [-ProgressAction ] [] ``` ### IsDefaultPort ``` -Split-Uri.ps1 [-Uri] [-IsDefaultPort] [] +Split-Uri.ps1 [-Uri] [-IsDefaultPort] [-ProgressAction ] [] ``` ### IsFile ``` -Split-Uri.ps1 [-Uri] [-IsFile] [] +Split-Uri.ps1 [-Uri] [-IsFile] [-ProgressAction ] [] ``` ### IsLoopback ``` -Split-Uri.ps1 [-Uri] [-IsLoopback] [] +Split-Uri.ps1 [-Uri] [-IsLoopback] [-ProgressAction ] [] ``` ### IsUnc ``` -Split-Uri.ps1 [-Uri] [-IsUnc] [] +Split-Uri.ps1 [-Uri] [-IsUnc] [-ProgressAction ] [] ``` ### Leaf ``` -Split-Uri.ps1 [-Uri] [-Leaf] [] +Split-Uri.ps1 [-Uri] [-Leaf] [-ProgressAction ] [] ``` ### LeafBase ``` -Split-Uri.ps1 [-Uri] [-LeafBase] [] +Split-Uri.ps1 [-Uri] [-LeafBase] [-ProgressAction ] [] ``` ### ParentPath ``` -Split-Uri.ps1 [-Uri] [-ParentPath] [] +Split-Uri.ps1 [-Uri] [-ParentPath] [-ProgressAction ] [] ``` ### ParentUri ``` -Split-Uri.ps1 [-Uri] [-ParentUri] [] +Split-Uri.ps1 [-Uri] [-ParentUri] [-ProgressAction ] [] ``` ### Hostname ``` -Split-Uri.ps1 [-Uri] [-Hostname] [] +Split-Uri.ps1 [-Uri] [-Hostname] [-ProgressAction ] [] ``` ### IdnHost ``` -Split-Uri.ps1 [-Uri] [-IdnHost] [] +Split-Uri.ps1 [-Uri] [-IdnHost] [-ProgressAction ] [] ``` ### LocalPath ``` -Split-Uri.ps1 [-Uri] [-LocalPath] [] +Split-Uri.ps1 [-Uri] [-LocalPath] [-ProgressAction ] [] ``` ### PathAndQuery ``` -Split-Uri.ps1 [-Uri] [-PathAndQuery] [] +Split-Uri.ps1 [-Uri] [-PathAndQuery] [-ProgressAction ] [] ``` ### Port ``` -Split-Uri.ps1 [-Uri] [-Port] [] +Split-Uri.ps1 [-Uri] [-Port] [-ProgressAction ] [] ``` ### Query ``` -Split-Uri.ps1 [-Uri] [-Query] [] +Split-Uri.ps1 [-Uri] [-Query] [-ProgressAction ] [] ``` ### QueryAsDictionary ``` -Split-Uri.ps1 [-Uri] [-QueryAsDictionary] [] +Split-Uri.ps1 [-Uri] [-QueryAsDictionary] [-ProgressAction ] [] ``` ### Scheme ``` -Split-Uri.ps1 [-Uri] [-Scheme] [] +Split-Uri.ps1 [-Uri] [-Scheme] [-ProgressAction ] [] ``` ### Segment ``` -Split-Uri.ps1 [-Uri] [-Segment ] [] +Split-Uri.ps1 [-Uri] [-Segment ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -546,6 +546,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Stop-ThrowError.ps1.md b/docs/Stop-ThrowError.ps1.md index c14936dd..de1eba30 100644 --- a/docs/Stop-ThrowError.ps1.md +++ b/docs/Stop-ThrowError.ps1.md @@ -15,42 +15,48 @@ Throws a better error than "throw". ### Detailed ``` Stop-ThrowError.ps1 [-ExceptionType] [-ExceptionArguments] [-ErrorCategory] - [-TargetObject] [[-ErrorId] ] [] + [-TargetObject] [[-ErrorId] ] [-ProgressAction ] [] ``` ### CatchBlock ``` -Stop-ThrowError.ps1 [[-ExceptionType] ] [[-ExceptionArguments] ] [] +Stop-ThrowError.ps1 [[-ExceptionType] ] [[-ExceptionArguments] ] + [-ProgressAction ] [] ``` ### NotImplemented ``` -Stop-ThrowError.ps1 [-Message] [-NotImplemented] [] +Stop-ThrowError.ps1 [-Message] [-NotImplemented] [-ProgressAction ] + [] ``` ### ItemNotFound ``` -Stop-ThrowError.ps1 [-Message] -SearchContext [] +Stop-ThrowError.ps1 [-Message] -SearchContext [-ProgressAction ] + [] ``` ### ObjectNotFound ``` -Stop-ThrowError.ps1 [-Message] [] +Stop-ThrowError.ps1 [-Message] [-ProgressAction ] [] ``` ### InvalidOperation ``` -Stop-ThrowError.ps1 [-Message] -OperationContext [] +Stop-ThrowError.ps1 [-Message] -OperationContext [-ProgressAction ] + [] ``` ### InvalidArgument ``` -Stop-ThrowError.ps1 [-Message] -Argument [] +Stop-ThrowError.ps1 [-Message] -Argument [-ProgressAction ] + [] ``` ### Format ``` -Stop-ThrowError.ps1 [-Message] -Format -InputString [] +Stop-ThrowError.ps1 [-Message] -Format -InputString + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -314,6 +320,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Test-ConnectionString.ps1.md b/docs/Test-ConnectionString.ps1.md index fee48746..78b8264e 100644 --- a/docs/Test-ConnectionString.ps1.md +++ b/docs/Test-ConnectionString.ps1.md @@ -13,7 +13,8 @@ Test a given connection string and provide details about the connection. ## SYNTAX ``` -Test-ConnectionString.ps1 [-ConnectionString] [] +Test-ConnectionString.ps1 [-ConnectionString] [-Details] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -76,6 +77,36 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Details +{{ Fill Details Description }} + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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). diff --git a/docs/Test-DateTime.ps1.md b/docs/Test-DateTime.ps1.md index a5cc4d78..e84a6ed1 100644 --- a/docs/Test-DateTime.ps1.md +++ b/docs/Test-DateTime.ps1.md @@ -13,7 +13,8 @@ Tests whether the given string can be parsed as a date. ## SYNTAX ``` -Test-DateTime.ps1 [-Date] [-Format ] [] +Test-DateTime.ps1 [-Date] [-Format ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -81,6 +82,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Test-FileTypeMagicNumber.ps1.md b/docs/Test-FileTypeMagicNumber.ps1.md index f5e82ff2..4f0479a7 100644 --- a/docs/Test-FileTypeMagicNumber.ps1.md +++ b/docs/Test-FileTypeMagicNumber.ps1.md @@ -13,7 +13,8 @@ Tests for a given common file type by magic number. ## SYNTAX ``` -Test-FileTypeMagicNumber.ps1 [-FileType] [[-Path] ] [] +Test-FileTypeMagicNumber.ps1 [-FileType] [[-Path] ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -75,6 +76,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Test-HttpSecurity.ps1.md b/docs/Test-HttpSecurity.ps1.md index 40e87044..5ad5f129 100644 --- a/docs/Test-HttpSecurity.ps1.md +++ b/docs/Test-HttpSecurity.ps1.md @@ -14,7 +14,7 @@ Scan sites using Mozilla's Observatory. ``` Test-HttpSecurity.ps1 [-Hosts] [-Force] [-Public] [-IncludeResults] [-PollingInterval ] - [-Endpoint ] [] + [-Endpoint ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -166,6 +166,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Test-Interactive.ps1.md b/docs/Test-Interactive.ps1.md index 7783f923..034ccb8c 100644 --- a/docs/Test-Interactive.ps1.md +++ b/docs/Test-Interactive.ps1.md @@ -13,7 +13,7 @@ Determines whether both the user and process are interactive. ## SYNTAX ``` -Test-Interactive.ps1 [] +Test-Interactive.ps1 [-ProgressAction ] [] ``` ## DESCRIPTION @@ -30,6 +30,21 @@ True ## 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). diff --git a/docs/Test-Jwt.ps1.md b/docs/Test-Jwt.ps1.md index 55eab044..3e5bcdcf 100644 --- a/docs/Test-Jwt.ps1.md +++ b/docs/Test-Jwt.ps1.md @@ -13,7 +13,8 @@ Determines whether a string is a valid JWT. ## SYNTAX ``` -Test-Jwt.ps1 [-InputObject] [-Secret] [] +Test-Jwt.ps1 [-InputObject] [-Secret] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -60,6 +61,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Test-LockedFile.ps1.md b/docs/Test-LockedFile.ps1.md index 38ef4ec5..346d0733 100644 --- a/docs/Test-LockedFile.ps1.md +++ b/docs/Test-LockedFile.ps1.md @@ -13,7 +13,7 @@ Returns true if the specified file is locked. ## SYNTAX ``` -Test-LockedFile.ps1 [-Path] [] +Test-LockedFile.ps1 [-Path] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -45,6 +45,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Test-MagicNumber.ps1.md b/docs/Test-MagicNumber.ps1.md index d6da9bfa..8250495c 100644 --- a/docs/Test-MagicNumber.ps1.md +++ b/docs/Test-MagicNumber.ps1.md @@ -13,7 +13,8 @@ Tests a file for a "magic number" (identifying sequence of bytes) at a given loc ## SYNTAX ``` -Test-MagicNumber.ps1 [-Bytes] [[-Path] ] [-Offset ] [] +Test-MagicNumber.ps1 [-Bytes] [[-Path] ] [-Offset ] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -90,6 +91,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Test-NewerFile.ps1.md b/docs/Test-NewerFile.ps1.md index 2f4c7548..807d5756 100644 --- a/docs/Test-NewerFile.ps1.md +++ b/docs/Test-NewerFile.ps1.md @@ -13,7 +13,8 @@ Returns true if the difference file is newer than the reference file. ## SYNTAX ``` -Test-NewerFile.ps1 [[-ReferenceFile] ] [[-DifferenceFile] ] [] +Test-NewerFile.ps1 [[-ReferenceFile] ] [[-DifferenceFile] ] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -60,6 +61,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Test-NoteProperty.ps1.md b/docs/Test-NoteProperty.ps1.md index bd1fe6d2..805c68c9 100644 --- a/docs/Test-NoteProperty.ps1.md +++ b/docs/Test-NoteProperty.ps1.md @@ -13,7 +13,8 @@ Looks for any matching NoteProperties on an object. ## SYNTAX ``` -Test-NoteProperty.ps1 [-Name] -InputObject [] +Test-NoteProperty.ps1 [-Name] -InputObject [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -68,6 +69,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Test-Range.ps1.md b/docs/Test-Range.ps1.md index 134a5248..17dc83b3 100644 --- a/docs/Test-Range.ps1.md +++ b/docs/Test-Range.ps1.md @@ -13,7 +13,8 @@ Looks for any matching NoteProperties on an object. ## SYNTAX ``` -Test-NoteProperty.ps1 [-Name] -InputObject [] +Test-NoteProperty.ps1 [-Name] -InputObject [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -68,6 +69,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Test-USFederalHoliday.ps1.md b/docs/Test-USFederalHoliday.ps1.md index aea1a34e..4a771c37 100644 --- a/docs/Test-USFederalHoliday.ps1.md +++ b/docs/Test-USFederalHoliday.ps1.md @@ -14,7 +14,8 @@ federal holiday. ## SYNTAX ``` -Test-USFederalHoliday.ps1 [-Date] [-AsHolidayName] [-SatToFri] [-SunToMon] [] +Test-USFederalHoliday.ps1 [-Date] [-AsHolidayName] [-SatToFri] [-SunToMon] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -117,6 +118,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Test-Uri.ps1.md b/docs/Test-Uri.ps1.md index 3f76e77d..376d9f15 100644 --- a/docs/Test-Uri.ps1.md +++ b/docs/Test-Uri.ps1.md @@ -13,7 +13,8 @@ Determines whether a string is a valid URI. ## SYNTAX ``` -Test-Uri.ps1 [-InputObject] [[-UriKind] ] [] +Test-Uri.ps1 [-InputObject] [[-UriKind] ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -68,6 +69,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Test-Variable.ps1.md b/docs/Test-Variable.ps1.md index 725b832b..5efbcd0e 100644 --- a/docs/Test-Variable.ps1.md +++ b/docs/Test-Variable.ps1.md @@ -13,7 +13,8 @@ Indicates whether a variable has been defined. ## SYNTAX ``` -Test-Variable.ps1 [-Name] [[-Scope] ] [] +Test-Variable.ps1 [-Name] [[-Scope] ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -101,6 +102,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Test-Windows1252.ps1.md b/docs/Test-Windows1252.ps1.md index d7645a9c..fa32ead0 100644 --- a/docs/Test-Windows1252.ps1.md +++ b/docs/Test-Windows1252.ps1.md @@ -13,7 +13,7 @@ Determines whether a file contains Windows-1252 bytes that are invalid UTF-8 byt ## SYNTAX ``` -Test-Windows1252.ps1 [-Path] [] +Test-Windows1252.ps1 [-Path] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -45,6 +45,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Test-Xml.ps1.md b/docs/Test-Xml.ps1.md index 3205e57f..c2143c68 100644 --- a/docs/Test-Xml.ps1.md +++ b/docs/Test-Xml.ps1.md @@ -15,13 +15,13 @@ Try parsing text as XML, and validating it if a schema is provided. ### Path ``` Test-Xml.ps1 [-Path] [-Schemata ] [-SkipValidation] [-Warnings] [-ErrorMessage] - [] + [-ProgressAction ] [] ``` ### Xml ``` Test-Xml.ps1 -Xml [-Schemata ] [-SkipValidation] [-Warnings] [-ErrorMessage] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -130,6 +130,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Trace-GitRepoTest.ps1.md b/docs/Trace-GitRepoTest.ps1.md index 1f19592c..da0f39dd 100644 --- a/docs/Trace-GitRepoTest.ps1.md +++ b/docs/Trace-GitRepoTest.ps1.md @@ -14,7 +14,7 @@ Uses git bisect to search for the point in the repo history that the test script ``` Trace-GitRepoTest.ps1 [-TestScript] [[-GoodCommit] ] [[-BadCommit] ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -76,6 +76,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Uninstall-OldModules.ps1.md b/docs/Uninstall-OldModules.ps1.md index dd899698..8a926146 100644 --- a/docs/Uninstall-OldModules.ps1.md +++ b/docs/Uninstall-OldModules.ps1.md @@ -13,7 +13,8 @@ Uninstalls old module versions. ## SYNTAX ``` -Uninstall-OldModules.ps1 [-Force] [-WhatIf] [-Confirm] [] +Uninstall-OldModules.ps1 [-Force] [-ProgressAction ] [-WhatIf] [-Confirm] + [] ``` ## DESCRIPTION @@ -76,6 +77,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Update-Everything.ps1.md b/docs/Update-Everything.ps1.md index dd899698..8a926146 100644 --- a/docs/Update-Everything.ps1.md +++ b/docs/Update-Everything.ps1.md @@ -13,7 +13,8 @@ Uninstalls old module versions. ## SYNTAX ``` -Uninstall-OldModules.ps1 [-Force] [-WhatIf] [-Confirm] [] +Uninstall-OldModules.ps1 [-Force] [-ProgressAction ] [-WhatIf] [-Confirm] + [] ``` ## DESCRIPTION @@ -76,6 +77,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Update-Files.ps1.md b/docs/Update-Files.ps1.md index 32e7ebb1..045b4295 100644 --- a/docs/Update-Files.ps1.md +++ b/docs/Update-Files.ps1.md @@ -13,8 +13,8 @@ Copies specified source files that exist in the destination directory. ## SYNTAX ``` -Update-Files.ps1 [-Path] [[-Destination] ] [-NewerOnly] [-WhatIf] [-Confirm] - [] +Update-Files.ps1 [-Path] [[-Destination] ] [-NewerOnly] [-ProgressAction ] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -107,6 +107,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Update-Modules.ps1.md b/docs/Update-Modules.ps1.md index ef9156af..113be69d 100644 --- a/docs/Update-Modules.ps1.md +++ b/docs/Update-Modules.ps1.md @@ -13,7 +13,7 @@ Cleans up old modules. ## SYNTAX ``` -Update-Modules.ps1 [] +Update-Modules.ps1 [-ProgressAction ] [] ``` ## DESCRIPTION @@ -30,6 +30,21 @@ PS C:\> {{ Add example code here }} ## 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). diff --git a/docs/Use-Command.ps1.md b/docs/Use-Command.ps1.md index 0ac82eba..9390bd8b 100644 --- a/docs/Use-Command.ps1.md +++ b/docs/Use-Command.ps1.md @@ -14,72 +14,75 @@ Checks for the existence of the given command, and adds if missing and a source ### WindowsFeature ``` -Use-Command.ps1 [-Name] [-Path] [-WindowsFeature ] [-WhatIf] [-Confirm] - [] +Use-Command.ps1 [-Name] [-Path] [-WindowsFeature ] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ChocolateyPackage ``` -Use-Command.ps1 [-Name] [-Path] [-ChocolateyPackage ] [-Version ] [-WhatIf] - [-Confirm] [] +Use-Command.ps1 [-Name] [-Path] [-ChocolateyPackage ] [-Version ] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DotNetTool ``` -Use-Command.ps1 [-Name] [-Path] [-DotNetTool ] [-WhatIf] [-Confirm] - [] +Use-Command.ps1 [-Name] [-Path] [-DotNetTool ] [-ProgressAction ] + [-WhatIf] [-Confirm] [] ``` ### NugetPackage ``` Use-Command.ps1 [-Name] [-Path] [-NugetPackage ] [-Version ] - [-InstallDir ] [-WhatIf] [-Confirm] [] + [-InstallDir ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### NodePackage ``` Use-Command.ps1 [-Name] [-Path] [-NodePackage ] [-Version ] - [-InstallDir ] [-WhatIf] [-Confirm] [] + [-InstallDir ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### WindowsInstaller ``` -Use-Command.ps1 [-Name] [-Path] [-WindowsInstaller ] [-InstallLevel ] [-WhatIf] - [-Confirm] [] +Use-Command.ps1 [-Name] [-Path] [-WindowsInstaller ] [-InstallLevel ] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ExecutableInstaller ``` Use-Command.ps1 [-Name] [-Path] [-ExecutableInstaller ] - [-InstallerParameters ] [-WhatIf] [-Confirm] [] + [-InstallerParameters ] [-ProgressAction ] [-WhatIf] [-Confirm] + [] ``` ### ExecutePS ``` -Use-Command.ps1 [-Name] [-Path] [-ExecutePowerShell ] [-WhatIf] [-Confirm] - [] +Use-Command.ps1 [-Name] [-Path] [-ExecutePowerShell ] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DownloadZip ``` -Use-Command.ps1 [-Name] [-Path] [-DownloadZip ] [-WhatIf] [-Confirm] - [] +Use-Command.ps1 [-Name] [-Path] [-DownloadZip ] [-ProgressAction ] + [-WhatIf] [-Confirm] [] ``` ### DownloadUrl ``` -Use-Command.ps1 [-Name] [-Path] [-DownloadUrl ] [-WhatIf] [-Confirm] - [] +Use-Command.ps1 [-Name] [-Path] [-DownloadUrl ] [-ProgressAction ] + [-WhatIf] [-Confirm] [] ``` ### WarnOnly ``` -Use-Command.ps1 [-Name] [-Path] [-Message ] [-WhatIf] [-Confirm] [] +Use-Command.ps1 [-Name] [-Path] [-Message ] [-ProgressAction ] + [-WhatIf] [-Confirm] [] ``` ### Fail ``` -Use-Command.ps1 [-Name] [-Path] [-Fail] [-WhatIf] [-Confirm] [] +Use-Command.ps1 [-Name] [-Path] [-Fail] [-ProgressAction ] [-WhatIf] + [-Confirm] [] ``` ## DESCRIPTION @@ -419,6 +422,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Use-Java.ps1.md b/docs/Use-Java.ps1.md index 0f8e4719..cef3571f 100644 --- a/docs/Use-Java.ps1.md +++ b/docs/Use-Java.ps1.md @@ -13,7 +13,7 @@ Switch the Java version for the current process by modifying environment variabl ## SYNTAX ``` -Use-Java.ps1 [-Path] [] +Use-Java.ps1 [-Path] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -43,6 +43,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -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). diff --git a/docs/Use-NetMailConfig.ps1.md b/docs/Use-NetMailConfig.ps1.md index e84830e3..192c39ee 100644 --- a/docs/Use-NetMailConfig.ps1.md +++ b/docs/Use-NetMailConfig.ps1.md @@ -13,7 +13,7 @@ Use .NET configuration to set defaults for Send-MailMessage. ## SYNTAX ``` -Use-NetMailConfig.ps1 [[-Scope] ] [-Private] [] +Use-NetMailConfig.ps1 [[-Scope] ] [-Private] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -72,6 +72,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Use-ProgressView.ps1.md b/docs/Use-ProgressView.ps1.md index 2c68fd47..2bed3ead 100644 --- a/docs/Use-ProgressView.ps1.md +++ b/docs/Use-ProgressView.ps1.md @@ -13,7 +13,7 @@ Sets the progress bar display view. ## SYNTAX ``` -Use-ProgressView.ps1 [-View] [] +Use-ProgressView.ps1 [-View] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -46,6 +46,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Use-ReasonableDefaults.ps1.md b/docs/Use-ReasonableDefaults.ps1.md index 060241f2..66f5daf8 100644 --- a/docs/Use-ReasonableDefaults.ps1.md +++ b/docs/Use-ReasonableDefaults.ps1.md @@ -13,7 +13,7 @@ Sets certain cmdlet parameter defaults to rational, useful values. ## SYNTAX ``` -Use-ReasonableDefaults.ps1 [-LatestSecurityProtocol] [] +Use-ReasonableDefaults.ps1 [-LatestSecurityProtocol] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -51,6 +51,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Use-SeqServer.ps1.md b/docs/Use-SeqServer.ps1.md index 816d43bf..fc70c9a2 100644 --- a/docs/Use-SeqServer.ps1.md +++ b/docs/Use-SeqServer.ps1.md @@ -13,7 +13,8 @@ Set the default Server and ApiKey for Send-SeqEvent.ps1 ## SYNTAX ``` -Use-SeqServer.ps1 [-Server] [[-ApiKey] ] [] +Use-SeqServer.ps1 [-Server] [[-ApiKey] ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -58,6 +59,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Use-SqlcmdParams.ps1.md b/docs/Use-SqlcmdParams.ps1.md index b956c46e..6d1ecb97 100644 --- a/docs/Use-SqlcmdParams.ps1.md +++ b/docs/Use-SqlcmdParams.ps1.md @@ -13,7 +13,8 @@ Set the default Server and ApiKey for Send-SeqEvent.ps1 ## SYNTAX ``` -Use-SeqServer.ps1 [-Server] [[-ApiKey] ] [] +Use-SeqServer.ps1 [-Server] [[-ApiKey] ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -58,6 +59,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Write-Info.ps1.md b/docs/Write-Info.ps1.md index 07fc435e..fb94d3fb 100644 --- a/docs/Write-Info.ps1.md +++ b/docs/Write-Info.ps1.md @@ -14,7 +14,8 @@ Writes to the information stream, with color support and more. ``` Write-Info.ps1 [-Message] [-ForegroundColor ] [-BackgroundColor ] - [-LogFile ] [-NoNewLine] [-UseInformationPreference] [] + [-LogFile ] [-NoNewLine] [-UseInformationPreference] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -126,6 +127,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/Write-VisibleString.ps1.md b/docs/Write-VisibleString.ps1.md index 7a581aa0..0af06318 100644 --- a/docs/Write-VisibleString.ps1.md +++ b/docs/Write-VisibleString.ps1.md @@ -13,7 +13,8 @@ Displays a string, showing nonprintable characters. ## SYNTAX ``` -Write-VisibleString.ps1 [-InputObject] [-AsRunes] [-UseSymbols] [] +Write-VisibleString.ps1 [-InputObject] [-AsRunes] [-UseSymbols] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -75,6 +76,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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). diff --git a/docs/index.md b/docs/index.md index 93c3fecd..18ce4421 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,7 +2,7 @@ [![Pester tests status](https://github.com/brianary/scripts/actions/workflows/pester.yml/badge.svg)][pester.yml] [![Pester tests results](https://gist.githubusercontent.com/brianary/4642e5c804aa1b40738def5a7c03607a/raw/badge.svg)][pester.yml] -[![Pester tests coverage](https://img.shields.io/badge/Pester_coverage-2438_%E2%80%B1-red)](https://github.com/brianary/scripts/tree/main/test) +[![Pester tests coverage](https://img.shields.io/badge/Pester_coverage-2423_%E2%80%B1-red)](https://github.com/brianary/scripts/tree/main/test) [![GitHub license badge](https://badgen.net/github/license/brianary/Scripts?icon=github)](https://mit-license.org/ "MIT License") [![GitHub stars badge](https://badgen.net/github/stars/brianary/Scripts?icon=github)](https://github.com/brianary/scripts/stargazers "Stars") [![GitHub watchers badge](https://badgen.net/github/watchers/brianary/Scripts?icon=github)](https://github.com/brianary/scripts/watchers "Watchers") @@ -32,15 +32,15 @@ Scripts from the [Scripts](https://github.com/brianary/Scripts/) repo. ### Command - **[Get-CommandParameters.ps1](Get-CommandParameters.ps1.md)**: Returns the parameters of the specified cmdlet. -- 🆙 **[Get-CommandPath.ps1](Get-CommandPath.ps1.md)**: Locates a command. +- **[Get-CommandPath.ps1](Get-CommandPath.ps1.md)**: Locates a command. - **[Hide-Command.ps1](Hide-Command.ps1.md)**: Make a command unavailable. - **[Invoke-CommandWithParams.ps1](Invoke-CommandWithParams.ps1.md)**: Execute a command by using matching dictionary entries as parameters. -- 🆙 **[Use-Command.ps1](Use-Command.ps1.md)**: Checks for the existence of the given command, and adds if missing and a source is defined. +- **[Use-Command.ps1](Use-Command.ps1.md)**: Checks for the existence of the given command, and adds if missing and a source is defined. ### Configuration - **[Get-ConfigConnectionStringBuilders.ps1](Get-ConfigConnectionStringBuilders.ps1.md)**: Return named connection string builders for connection strings in a config file. -- 🆙 **[Get-NuGetConfigs.ps1](Get-NuGetConfigs.ps1.md)**: Returns the available NuGet configuration files, in order of preference. +- **[Get-NuGetConfigs.ps1](Get-NuGetConfigs.ps1.md)**: Returns the available NuGet configuration files, in order of preference. - **[Use-NetMailConfig.ps1](Use-NetMailConfig.ps1.md)**: Use .NET configuration to set defaults for Send-MailMessage. ### Console @@ -73,7 +73,7 @@ Scripts from the [Scripts](https://github.com/brianary/Scripts/) repo. - **[ConvertTo-PowerShell.ps1](ConvertTo-PowerShell.ps1.md)**: Serializes complex content into PowerShell literals. - **[Format-EscapedUrl.ps1](Format-EscapedUrl.ps1.md)**: Escape URLs more aggressively. - **[New-Jwt.ps1](New-Jwt.ps1.md)**: Generates a JSON Web Token (JWT) -- 🆕 **[Split-Uri.ps1](Split-Uri.ps1.md)**: Splits a URI into component parts. +- **[Split-Uri.ps1](Split-Uri.ps1.md)**: Splits a URI into component parts. - **[Test-FileTypeMagicNumber.ps1](Test-FileTypeMagicNumber.ps1.md)**: Tests for a given common file type by magic number. - **[Test-Jwt.ps1](Test-Jwt.ps1.md)**: Determines whether a string is a valid JWT. - **[Test-MagicNumber.ps1](Test-MagicNumber.ps1.md)**: Tests a file for a "magic number" (identifying sequence of bytes) at a given location. @@ -96,7 +96,7 @@ Scripts from the [Scripts](https://github.com/brianary/Scripts/) repo. - **[Repair-DatabaseConstraintNames.ps1](Repair-DatabaseConstraintNames.ps1.md)**: Finds database constraints with system-generated names and gives them deterministic names. - **[Repair-DatabaseUntrustedConstraints.ps1](Repair-DatabaseUntrustedConstraints.ps1.md)**: Finds database constraints that have been incompletely re-enabled. - **[Send-SqlReport.ps1](Send-SqlReport.ps1.md)**: Execute a SQL statement and email the results. -- 🆕 **[Test-ConnectionString.ps1](Test-ConnectionString.ps1.md)**: Test a given connection string and provide details about the connection. +- **[Test-ConnectionString.ps1](Test-ConnectionString.ps1.md)**: Test a given connection string and provide details about the connection. - **[Use-SqlcmdParams.ps1](Use-SqlcmdParams.ps1.md)**: Use the calling script parameters to set Invoke-Sqlcmd defaults. ### Date and time @@ -136,16 +136,16 @@ Scripts from the [Scripts](https://github.com/brianary/Scripts/) repo. ### Files -- 🆙 **[Backup-File.ps1](Backup-File.ps1.md)**: Create a backup as a sibling to a file, with date and time values in the name. +- **[Backup-File.ps1](Backup-File.ps1.md)**: Create a backup as a sibling to a file, with date and time values in the name. - **[Find-DuplicateFiles.ps1](Find-DuplicateFiles.ps1.md)**: Removes duplicates from a list of files. - **[Find-NewestFile.ps1](Find-NewestFile.ps1.md)**: Finds the most recent file. -- 🆙 **[Join-FileName.ps1](Join-FileName.ps1.md)**: Combines a filename with a string. +- **[Join-FileName.ps1](Join-FileName.ps1.md)**: Combines a filename with a string. - **[Measure-Caches.ps1](Measure-Caches.ps1.md)**: Returns a list of matching cache directories, and their sizes, sorted. -- 🆙 **[New-Shortcut.ps1](New-Shortcut.ps1.md)**: Create a Windows shortcut. +- **[New-Shortcut.ps1](New-Shortcut.ps1.md)**: Create a Windows shortcut. - **[Remove-LockyFile.ps1](Remove-LockyFile.ps1.md)**: Removes a file that may be prone to locking. - **[Test-LockedFile.ps1](Test-LockedFile.ps1.md)**: Returns true if the specified file is locked. - **[Test-NewerFile.ps1](Test-NewerFile.ps1.md)**: Returns true if the difference file is newer than the reference file. -- 🆙 **[Update-Files.ps1](Update-Files.ps1.md)**: Copies specified source files that exist in the destination directory. +- **[Update-Files.ps1](Update-Files.ps1.md)**: Copies specified source files that exist in the destination directory. ### Git and GitHub @@ -153,7 +153,7 @@ Scripts from the [Scripts](https://github.com/brianary/Scripts/) repo. - **[Copy-GitHubLabels.ps1](Copy-GitHubLabels.ps1.md)**: Copies configured issue labels from one repo to another. - **[Get-GitFileMetadata.ps1](Get-GitFileMetadata.ps1.md)**: Returns the creation and last modification metadata for a file in a git repo. - **[Get-GitFirstCommit.ps1](Get-GitFirstCommit.ps1.md)**: Gets the SHA-1 hash of the first commit of the current repo. -- 🆙 **[Get-RepoName.ps1](Get-RepoName.ps1.md)**: Gets the name of the repo. +- **[Get-RepoName.ps1](Get-RepoName.ps1.md)**: Gets the name of the repo. - **[Rename-GitHubLocalBranch.ps1](Rename-GitHubLocalBranch.ps1.md)**: Rename a git repository branch. - **[Trace-GitRepoTest.ps1](Trace-GitRepoTest.ps1.md)**: Uses git bisect to search for the point in the repo history that the test script starts returning true. @@ -163,7 +163,7 @@ Scripts from the [Scripts](https://github.com/brianary/Scripts/) repo. - **[ConvertTo-MultipartFormData.ps1](ConvertTo-MultipartFormData.ps1.md)**: Creates multipart/form-data to send as a request body. - **[Get-ContentSecurityPolicy.ps1](Get-ContentSecurityPolicy.ps1.md)**: Returns the content security policy at from the given URL. - **[Get-SslDetails.ps1](Get-SslDetails.ps1.md)**: Enumerates the SSL protocols that the client is able to successfully use to connect to a server. -- 🆙 **[Save-WebRequest.ps1](Save-WebRequest.ps1.md)**: Downloads a given URL to a file, automatically determining the filename. +- **[Save-WebRequest.ps1](Save-WebRequest.ps1.md)**: Downloads a given URL to a file, automatically determining the filename. - **[Show-HttpStatus.ps1](Show-HttpStatus.ps1.md)**: Displays the HTTP status code info. ### Json @@ -222,7 +222,7 @@ Scripts from the [Scripts](https://github.com/brianary/Scripts/) repo. ### Scheduled Tasks -- 🆙 **[Backup-SchTasks.ps1](Backup-SchTasks.ps1.md)**: Exports the local list of Scheduled Tasks into a single XML file. +- **[Backup-SchTasks.ps1](Backup-SchTasks.ps1.md)**: Exports the local list of Scheduled Tasks into a single XML file. - **[ConvertFrom-CimInstance.ps1](ConvertFrom-CimInstance.ps1.md)**: Convert a CimInstance object to a PSObject. - **[ConvertTo-ICalendar.ps1](ConvertTo-ICalendar.ps1.md)**: Converts supported objects (Scheduled Tasks) to the RFC 5545 iCalendar format. - **[Copy-SchTasks.ps1](Copy-SchTasks.ps1.md)**: Copy scheduled jobs from another computer to this one, using a GUI list to choose jobs. @@ -233,13 +233,13 @@ Scripts from the [Scripts](https://github.com/brianary/Scripts/) repo. - 🆙 **[New-PesterTests.ps1](New-PesterTests.ps1.md)**: Creates a new Pester testing script from a script's examples and parameter sets. - **[New-Script.ps1](New-Script.ps1.md)**: Creates a simple boilerplate script. - **[Optimize-Help.ps1](Optimize-Help.ps1.md)**: Cleans up comment-based help blocks by fully unindenting and capitalizing dot keywords. -- 🆙 **[Rename-Script.ps1](Rename-Script.ps1.md)**: Renames all instances of a script, and updates any usage of it. +- **[Rename-Script.ps1](Rename-Script.ps1.md)**: Renames all instances of a script, and updates any usage of it. - **[Repair-ScriptStyle.ps1](Repair-ScriptStyle.ps1.md)**: Accepts justifications for script analysis rule violations, fixing the rest using Invoke-ScriptAnalysis. ### Search and replace - **[Add-CapturesToMatches.ps1](Add-CapturesToMatches.ps1.md)**: Adds named capture group values as note properties to Select-String MatchInfo objects. -- 🆙 **[Find-Lines.ps1](Find-Lines.ps1.md)**: Searches a specific subset of files for lines matching a pattern. +- **[Find-Lines.ps1](Find-Lines.ps1.md)**: Searches a specific subset of files for lines matching a pattern. - **[Select-CapturesFromMatches.ps1](Select-CapturesFromMatches.ps1.md)**: Selects named capture group values as note properties from Select-String MatchInfo objects. - **[Set-RegexReplace.ps1](Set-RegexReplace.ps1.md)**: Updates text found with Select-String, using a regular expression replacement template. @@ -258,32 +258,33 @@ Scripts from the [Scripts](https://github.com/brianary/Scripts/) repo. - **[Get-SystemDetails.ps1](Get-SystemDetails.ps1.md)**: Collects some useful system hardware and operating system details via CIM. - **[Import-EdgeKeywords.ps1](Import-EdgeKeywords.ps1.md)**: Adds search keywords to an Edge SQLite profile configuration. - **[Read-ChocolateySummary.ps1](Read-ChocolateySummary.ps1.md)**: Retrieves the a summary from the Chocolatey log. -- **[Update-Everything.ps1](Update-Everything.ps1.md)**: Updates everything it can on the system. +- 🆙 **[Update-Everything.ps1](Update-Everything.ps1.md)**: Updates everything it can on the system. - **[Use-Java.ps1](Use-Java.ps1.md)**: Switch the Java version for the current process by modifying environment variables. ### Unicode -- 🆙 **[ConvertTo-SafeEntities.ps1](ConvertTo-SafeEntities.ps1.md)**: Encode text as XML/HTML, escaping all characters outside 7-bit ASCII. +- **[ConvertTo-SafeEntities.ps1](ConvertTo-SafeEntities.ps1.md)**: Encode text as XML/HTML, escaping all characters outside 7-bit ASCII. - **[Get-CharacterDetails.ps1](Get-CharacterDetails.ps1.md)**: Returns filterable categorical information about characters in the Unicode Basic Multilingual Plane. - **[Get-Unicode.ps1](Get-Unicode.ps1.md)**: Returns the (UTF-16) .NET string for a given Unicode codepoint, which may be a surrogate pair. -- **[Get-UnicodeByName.ps1](Get-UnicodeByName.ps1.md)**: Returns characters based on Unicode code point name, GitHub short code, or HTML entity. -- **[Get-UnicodeData.ps1](Get-UnicodeData.ps1.md)**: Returns the current (cached) Unicode character data. -- **[Get-UnicodeName.ps1](Get-UnicodeName.ps1.md)**: Returns the name of a Unicode code point. +- 🆙 **[Get-UnicodeByName.ps1](Get-UnicodeByName.ps1.md)**: Returns characters based on Unicode code point name, GitHub short code, or HTML entity. +- 🆙 **[Get-UnicodeData.ps1](Get-UnicodeData.ps1.md)**: Returns the current (cached) Unicode character data. +- 🆙 **[Get-UnicodeName.ps1](Get-UnicodeName.ps1.md)**: Returns the name of a Unicode code point. +- 🆕 **[Import-CharConstants.ps1](Import-CharConstants.ps1.md)**: Imports characters by name as constants into the current scope. ### VSCode - **[Add-VsCodeDatabaseConnection.ps1](Add-VsCodeDatabaseConnection.ps1.md)**: Adds a VS Code MSSQL database connection to the repo. - **[Get-VSCodeSetting.ps1](Get-VSCodeSetting.ps1.md)**: Sets a VSCode setting. - **[Get-VSCodeSettingsFile.ps1](Get-VSCodeSettingsFile.ps1.md)**: Gets the path of the VSCode settings.config file. -- 🆙 **[Import-VsCodeDatabaseConnections.ps1](Import-VsCodeDatabaseConnections.ps1.md)**: Adds config XDT connection strings to VSCode settings. +- **[Import-VsCodeDatabaseConnections.ps1](Import-VsCodeDatabaseConnections.ps1.md)**: Adds config XDT connection strings to VSCode settings. - **[Push-WorkspaceLocation.ps1](Push-WorkspaceLocation.ps1.md)**: Pushes the current VS Code editor workspace location to the location stack. - **[Set-VSCodeSetting.ps1](Set-VSCodeSetting.ps1.md)**: Sets a VSCode setting. ### XML - **[Compare-Xml.ps1](Compare-Xml.ps1.md)**: Compares two XML documents and returns the differences. -- 🆙 **[Convert-Xml.ps1](Convert-Xml.ps1.md)**: Transform XML using an XSLT template. -- 🆙 **[ConvertFrom-EscapedXml.ps1](ConvertFrom-EscapedXml.ps1.md)**: Parse escaped XML into XML and serialize it. +- **[Convert-Xml.ps1](Convert-Xml.ps1.md)**: Transform XML using an XSLT template. +- **[ConvertFrom-EscapedXml.ps1](ConvertFrom-EscapedXml.ps1.md)**: Parse escaped XML into XML and serialize it. - **[ConvertFrom-XmlElement.ps1](ConvertFrom-XmlElement.ps1.md)**: Converts named nodes of an element to properties of a PSObject, recursively. - **[ConvertTo-XmlElements.ps1](ConvertTo-XmlElements.ps1.md)**: Serializes complex content into XML elements. - **[Format-Xml.ps1](Format-Xml.ps1.md)**: Pretty-print XML. @@ -302,7 +303,7 @@ Scripts from the [Scripts](https://github.com/brianary/Scripts/) repo. - **[ConvertTo-RomanNumeral.ps1](ConvertTo-RomanNumeral.ps1.md)**: Convert a number to a Roman numeral. - **[Copy-Html.ps1](Copy-Html.ps1.md)**: Copies objects as an HTML table. - **[Export-MermaidER.ps1](Export-MermaidER.ps1.md)**: Generates a Mermaid entity relation diagram for database tables. -- 🆙 **[Export-Readme.ps1](Export-Readme.ps1.md)**: Generate README.md file for the scripts repo. +- **[Export-Readme.ps1](Export-Readme.ps1.md)**: Generate README.md file for the scripts repo. - **[Format-HtmlDataTable.ps1](Format-HtmlDataTable.ps1.md)**: Right-aligns numeric data in an HTML table for emailing, and optionally zebra-stripes &c. - **[Get-ADServiceAccountInfo.ps1](Get-ADServiceAccountInfo.ps1.md)**: Lists the Global Managed Service Accounts for the domain, including the computers they are bound to. - **[Get-AspNetEvents.ps1](Get-AspNetEvents.ps1.md)**: Parses ASP.NET errors from the event log on the given server. @@ -320,7 +321,7 @@ Scripts from the [Scripts](https://github.com/brianary/Scripts/) repo. - **[Remove-PocketArticle.ps1](Remove-PocketArticle.ps1.md)**: Removes an article from a Pocket account. - **[Repair-AppxPackages.ps1](Repair-AppxPackages.ps1.md)**: Re-registers all installed Appx packages. - **[Restore-Workstation.ps1](Restore-Workstation.ps1.md)**: Restores various configuration files and exported settings from a ZIP file. -- 🆙 **[Save-PodcastEpisodes.ps1](Save-PodcastEpisodes.ps1.md)**: Saves enclosures from a podcast feed. +- **[Save-PodcastEpisodes.ps1](Save-PodcastEpisodes.ps1.md)**: Saves enclosures from a podcast feed. - **[Send-MailMessageFile.ps1](Send-MailMessageFile.ps1.md)**: Sends emails from a drop folder using .NET config defaults. - **[Test-HttpSecurity.ps1](Test-HttpSecurity.ps1.md)**: Scan sites using Mozilla's Observatory. - **[Write-VisibleString.ps1](Write-VisibleString.ps1.md)**: Displays a string, showing nonprintable characters. diff --git a/syscfg/README.md b/syscfg/README.md index 0bec4e52..a0292d2c 100644 --- a/syscfg/README.md +++ b/syscfg/README.md @@ -13,4 +13,4 @@ A collection of scripts that only need to be run once to modify a system. - **[Set-DefaultSecurityProtocols.ps1](Set-DefaultSecurityProtocols.ps1)**: Enable TLS versions in Outlook on Windows 7. - **[Use-SystemCrypto.ps1](Use-SystemCrypto.ps1)**: Sets the .NET Frameworks prior to 4.7.1 to inherit the system TLS settings. - + diff --git a/test/README.md b/test/README.md index 68bbf823..e38fa694 100644 --- a/test/README.md +++ b/test/README.md @@ -1,7 +1,7 @@ Script Tests ============ -
220 ‰ Scripts repo (209) 📅 462 days +
219 ‰ Scripts repo (210) 📅 496 days
  • 900 ‰ A (10) 📅 209 days
    • 900 ‰ Add (10) 📅 209 days @@ -25,7 +25,7 @@ Script Tests - ✔️ Backup-Workstation.ps1
  • -
  • 968 ‰ C (31) 📅 462 days +
  • 968 ‰ C (31) 📅 496 days
    • 1000 ‰ Compare (3) 📅 148 days - ✔️ Compare-Keys.ps1 @@ -43,7 +43,7 @@ Script Tests - ✔️ Connect-SshKey.ps1
    • -
    • 1000 ‰ Convert (3) 📅 462 days +
    • 1000 ‰ Convert (3) 📅 496 days - ✔️ Convert-ChocolateyToWinget.ps1 - ✔️ Convert-ClipboardTsvToHtml.ps1 @@ -63,7 +63,7 @@ Script Tests - ✔️ ConvertFrom-XmlElement.ps1
    • -
    • 1000 ‰ ConvertTo (11) 📅 421 days +
    • 1000 ‰ ConvertTo (11) 📅 496 days - ✔️ ConvertTo-Base64.ps1 - ✔️ ConvertTo-BasicAuthentication.ps1 @@ -193,9 +193,10 @@ Script Tests - ✖️ Hide-Command.ps1
  • -
  • not started I (7) -
    • not started Import (5) +
    • not started I (8) +
      • not started Import (6) +- ✖️ Import-CharConstants.ps1 - ✖️ Import-ClipboardTsv.ps1 - ✖️ Import-EdgeKeywords.ps1 - ✖️ Import-SecretVault.ps1