initial
This commit is contained in:
commit
baa0056244
352 changed files with 47928 additions and 0 deletions
|
|
@ -0,0 +1,25 @@
|
|||
function My-Function ($myInput)
|
||||
{
|
||||
My-Function $myInput
|
||||
}
|
||||
|
||||
$things = 4
|
||||
|
||||
$things = 3
|
||||
|
||||
My-Function $things
|
||||
|
||||
Write-Output "Hello World";
|
||||
|
||||
Get-ChildItem
|
||||
gci
|
||||
dir
|
||||
Write-Host
|
||||
Get-ChildItem
|
||||
|
||||
My-Alias
|
||||
|
||||
Invoke-Command -ScriptBlock ${Function:My-Function}
|
||||
|
||||
[string]$hello = "test"
|
||||
Write-Host $hello
|
||||
Loading…
Add table
Add a link
Reference in a new issue