We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec18d5c commit 088c7e3Copy full SHA for 088c7e3
reference/5.1/Microsoft.PowerShell.Core/About/about_Profiles.md
@@ -234,8 +234,6 @@ function Get-CmdletAlias ($cmdletname)
234
Get-Alias | Where-Object -FilterScript {$_.Definition -like "$cmdletname"} | Format-Table -Property Definition, Name -AutoSize
235
}
236
```
237
-- Add an Add-PsSnapin command to add any Windows PowerShell snap-ins that
238
-you use.
239
240
- Customize your console.
241
0 commit comments