@@ -32,9 +32,9 @@ This cmdlet was introduced in PowerShell 6.2.
3232
3333### Example 1: Enable an experimental feature
3434
35- In this example, if this experimental feature was previously disabled, then the ` powershell.config.json `
36- file is updated for the user to enable that feature once PowerShell is restarted.
37- Upon success nothing is output to the pipeline and only a warning message is displayed.
35+ In this example, if this experimental feature was previously disabled, then the
36+ ` powershell.config.json ` file is updated for the user to enable that feature once PowerShell is
37+ restarted. Upon success nothing is output to the pipeline and only a warning message is displayed.
3838
3939``` powershell
4040Enable-ExperimentalFeature PSImplicitRemotingBatching
@@ -117,7 +117,8 @@ Accept wildcard characters: False
117117
118118This cmdlet supports the common parameters : -Debug, -ErrorAction, -ErrorVariable,
119119-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
120- -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
120+ -WarningAction, and -WarningVariable. For more information, see
121+ [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
121122
122123# # INPUTS
123124
@@ -141,6 +142,6 @@ Changes to state of an experimental feature only take effect on restart of Power
141142
142143[Get-ExperimentalFeature](Get-ExperimentalFeature.md)
143144
144- [about_Experimental_Features](/powershell/module/microsoft.powershell.core/about/about_experimental_features )
145+ [about_Experimental_Features](About/about_Experimental_Features.md )
145146
146147[Using Experimental Features](/powershell/scripting/learn/experimental-features)
0 commit comments