Experimental features
PowerShell 7 uses experimental features to make some new functionality available, which is not yet considered to be a mainstream feature. Three commands are available for working with experimental features:
Enable-ExperimentalFeature
Disable-ExperimentalFeature
Get-ExperimentalFeature
Get-ExperimentalFeature
can be used to view the available features. The list of features changes, depending on the version of PowerShell. The following list has been taken from PowerShell 7.0.2.
PS> Get-ExperimentalFeature
Name Enabled Source
---- ------- ------
PSCommandNotFoundSuggestion False PSEngine
PSImplicitRemotingBatching False PSEngine
PSNullConditionalOperators False PSEngine
Microsoft.PowerShell.Utility.PSMan… False C:\program files\powersh…
PSDesiredStateConfiguration.Invoke… False C:\program files\powersh...