We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The command should be improved to prevent recursion and not follow up syncroots incorrectly.
Examples:
Get-Item C:\
NTFS Security Module
$object is returned via PSRemoting from another machine, SmbShare property is the result of Get-SmbShare
SmbShare
Get-SmbShare
$object.SmbShare.ShareNtfsData.NTFSFolderAccess | where-object {$_.IdentityReference -eq 'DOMAIN\username'}
The command should be improved to prevent recursion and not follow up syncroots incorrectly.
Examples:
Get-Item C:\$object is returned via PSRemoting from another machine,
SmbShareproperty is the result ofGet-SmbShare