mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-05 04:20:04 +01:00
16 lines
387 B
Markdown
16 lines
387 B
Markdown
# Help for my-profile.ps1 PowerShell Script
|
|
|
|
## Synopsis & Description
|
|
```powershell
|
|
my-profile.ps1
|
|
|
|
```
|
|
|
|
```
|
|
[<CommonParameters>]
|
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
|
```
|
|
|
|
*Generated from comment-based help of my-profile.ps1 by convert-ps2md.ps1*
|