< Back

Get-PSFFeature

Sun Jan 19, 2020 6:39 pm

NAME Get-PSFFeature



SYNOPSIS

Returns a list of all registered features.





SYNTAX

Get-PSFFeature [[-Name] <String>] [<CommonParameters>]





DESCRIPTION

Returns a list of all registered features.





PARAMETERS

-Name <String>

The name to filter by.



Required? false

Position? 1

Default value *

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-PSFFeature



Returns all features registered.











RELATED LINKS