Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PSPoshDad
0.0.2.29
Public/New-Test.ps1
function
New-TestFile
{
New-Item
-Path
"$PSScriptRoot"
-Name
"New-Test.ps1"
-ItemType
"file"
-Value
"# Path: TestModule/Public/New-Test.ps1"
}