https://github.com/dumpvn/New-PoshScriptProject
New powershell script project
https://github.com/dumpvn/New-PoshScriptProject
Last synced: 5 months ago
JSON representation
New powershell script project
- Host: GitHub
- URL: https://github.com/dumpvn/New-PoshScriptProject
- Owner: dumpvn
- License: mit
- Created: 2021-05-24T16:20:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T16:35:16.000Z (almost 4 years ago)
- Last Synced: 2024-05-23T00:32:16.782Z (11 months ago)
- Language: PowerShell
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - dumpvn/New-PoshScriptProject - New powershell script project (PowerShell)
README
# New-PoshScriptProject
New powershell script project```powershell
$Parms = @{
Path = "C:\workspace\New-PoshScriptProject\Source\New-PoshScriptProject.ps1"
Version = "0.1"
Author = "[email protected]"
Description = "Powershell Script Project"
CompanyName = "PhucNguyen"
ProjectUri = "https://github.com/dumpvn/New-PoshScriptProject"
LicenseUri = "https://raw.githubusercontent.com/dumpvn/New-PoshScriptProject/main/LICENSE"
}
New-ScriptFileInfo @Parms
Get-Content -Path C:\workspace\New-PoshScriptProject\Source\New-PoshScriptProject.ps1
```