Get-DSEntriesPermissions
Synopsis
Gets the permissions for all entries in a vault or for a specific entry
Syntax
VaultID (Default)
Get-DSEntriesPermissions [-VaultID] <guid> [-IncludePrincipalsName] [<CommonParameters>]EntryID
Get-DSEntriesPermissions [-EntryID] <guid> [-IncludePrincipalsName] [<CommonParameters>]VaultName
Get-DSEntriesPermissions [-VaultName] <string> [-IncludePrincipalsName] [<CommonParameters>]Description
Recursivly gets all permissions for all entries in a given vault or for a specific entry.
Examples
Example 1
PS C:\> Get-DSEntriesPermissions -VaultID $vaultIDGet all permisissions in the vault whose ID is stored in $vaultID.
Example 2
Get all permisissions in the vault name 'My Vault'.
Example 3
Get all permisissions for the entry whose ID is stored in $entryID.
Parameters
-EntryID
ID of the entry
-IncludePrincipalsName
Add a PrincipalsName field containing the name associated with the ids of the Principals field.
-VaultID
ID of the vault containing the entries
-VaultName
Name of the vault containing the entries. Case sensitive.
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Notes
For more information, type "Get-Help Get-DSEntriesPermissions -detailed". For technical information, type "Get-Help Get-DSEntriesPermissions -full".
Last updated
Was this helpful?