- update-help
- get-help -name about*
- get-variable
- get-command -verb
- get-command -noun
- $psversiontable.psversion
- $null - can be assigned to and assigned from
- $var.gettype().name
- get-member -inputobject $variable
- $var = @('one','two') - array variable
- $var = @{ test1=1; test2='here' } - hash table
- get-content -path $filepath - can be used to pipe entries (piped as objects)
- get-help -name get-service -full - for details and examples
Thursday, June 24. 2021
PowerShell Notes To Self
Trackbacks
Trackback specific URI for this entry
No Trackbacks