Powershell Language Reference
satya - 12/7/2019, 7:08:42 PM
Helping vscode with type hints
#Get an element from an ordered dictionary
function getADirectory ($seq) {
[System.Collections.Hashtable]$d = $dirDictionary;
[System.Collections.ICollection]$list = $d.Keys
[string[]]$keyList = @($list.GetEnumerator())
$keyList.Get($seq)
}
satya - 1/16/2020, 11:02:22 AM
SOF topic: Where is documentation on the PowerShell language?
SOF topic: Where is documentation on the PowerShell language?
satya - 9/11/2022, 8:36:19 PM
Powershell Command line parameters are discussed here in docs
Powershell Command line parameters are discussed here in docs