2019/09/01 #ヘルプもオブジェクト

皆様おはようございます、

#猫でもできるPowerShell(備忘録)

#ヘルプもオブジェクト

PS> $h = Get-Help Format-Table

PS> $h.gettype()

IsPublic IsSerial Name BaseType

-------- -------- ---- --------

True False PSCustomObject

System.Object

PS> $h | FL

CommonParameters : True

WorkflowCommonParameters : False

details : @{name=Format-Table; noun=Table; verb=Format}

Syntax : @{syntaxItem=System.Object}

parameters : @{parameter=System.Object}

inputTypes : @{inputType=}

relatedLinks :

@{navigationLink=System.Management.Automation.PSObject[]

}

returnValues : @{returnValue=}

aliases : ft

remarks : Get-Help cannot find the Help files for this cmdlet

:

:

5年後位に役立つかもしれません

ではまた;