Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.19 KB

File metadata and controls

63 lines (41 loc) · 1.19 KB
external help file PSFunctionInfo-help.xml
Module Name PSFunctionInfo
online version https://jdhitsolutions.com/yourls/241397
schema 2.0.0

Get-PSFunctionInfoTag

SYNOPSIS

Get a list of function tags.

SYNTAX

Get-PSFunctionInfoTag [<CommonParameters>]

DESCRIPTION

PSFunctionInfo metadata can contain tags. Get-PSFunctionInfoTag will create a list of all tags currently in use. The tag list is built from the functions currently loaded into your PowerShell session.

EXAMPLES

Example 1

PS C:\> Get-PSFunctionInfoTag
backup
cim
console
directory
git
profile
secrets
Web

Get a list of current tags.

PARAMETERS

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.

INPUTS

None

OUTPUTS

System.String

NOTES

Learn more about PowerShell: https://jdhitsolutions.com/yourls/newsletter

RELATED LINKS

Get-PSFunctionInfo