Get-ExperimentalFeature
Gets experimental features.
구문
Default (기본값)
Get-ExperimentalFeature
[[-Name] <String[]>]
[<CommonParameters>]
Description
The Get-ExperimentalFeature
cmdlet returns all experimental features discovered by PowerShell.
Experimental features can come from modules or the PowerShell engine. Experimental features allow
users to safely test new features and provide feedback (typically via GitHub) before the design is
considered complete and any changes can become a breaking change.
예제
Example 1
Gets the list of currently registered experimental features and their current state.
Get-ExperimentalFeature
Name Enabled Source Description
---- ------- ------ -----------
PSImplicitRemotingBatching False PSEngine Batch implicit remoting proxy commands to improve performance
매개 변수
-Name
Name or names of specific experimental features to return.
매개 변수 속성
형식: | String[] |
Default value: | None |
와일드카드 지원: | False |
DontShow: | False |
매개 변수 집합
(All)
Position: | 0 |
필수: | False |
파이프라인의 값: | True |
속성 이름별 파이프라인의 값: | False |
나머지 인수의 값: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
입력
String
You can pipe a string containing the name of an experimental feature to this cmdlet.
출력
ExperimentalFeature
This cmdlet returns instances that match the requested names or all experimental features if no name is specified.