Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
UnixLike
0.0.1
UnixLike.psm1
function
Get-Command-Source
(
$name
)
{
Get-Command
$name
|
Select-Object
-ExpandProperty
Source
}
New-Alias
-Name
which
-Value
Get-Command-Source