nall
0
Q:

whats $_.FullName in powershell

Get-ChildItem -Path C:\Windows | ForEach-Object {
    $_  # this references the entire object returned.

    $_.FullName  # this refers specifically to the FullName property
}
0

Tags

New to Communities?

Join the community