This website requires JavaScript.
Explore
Help
Register
Sign In
lksz
/
PowerShell_Scripts
Watch
1
Star
0
Fork
You've already forked PowerShell_Scripts
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a64d3c83af
PowerShell_Scripts
/
base
/
New-MyPackage.ps1
6 lines
93 B
PowerShell
Raw
Blame
History
[
CmdletBinding
(
SupportsShouldProcess
)
]
param
(
[
string
]
$Name
)
[
szPackage
]
::
Create
(
$Name
)
Reference in New Issue
View Git Blame
Copy Permalink