We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48764db commit e4e89c6Copy full SHA for e4e89c6
Windows/Fonts/Uninstall-Font.ps1
@@ -6,7 +6,7 @@ function Uninstall-Font {
6
(
7
[Alias('Name')]
8
[ValidateNotNullOrEmpty()]
9
- [Parameter(Mandatory = $true, ValueFromPipeline = $true)]
+ [Parameter(Mandatory = $true, ValueFromPipeline = $true, ValueFromPipelineByPropertyName = $true)]
10
[string] $FontName,
11
12
[ValidateSet('User', 'Machine')]
0 commit comments