Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
NonPSJob
1.0.0.4
Public/Get-Propeller.ps1
Function
Get-Propeller
{
[System.Diagnostics.Process]
::
Start
(
"http://www.propellerkeps.nu"
)
|
Out-Null
}