Search notes:

Powershell: Intrinsic member psExtended

PS> $fi = [System.IO.FileInfo] 'P:/ath/to/a/file.txt'
PS> $fi.psExtended

Mode        : darhsl
VersionInfo :
BaseName    : file
Target      :
LinkType    :
PS C:\> $profile
PS C:\> $profile.psExtended
…

See also

get-typeData
Intrinsic members of PowerShell objects.

Index