Skip to content

Commit

Permalink
♻️ 📝 UPDATE Remove-PASDirectoryMapping
Browse files Browse the repository at this point in the history
Corrected help text - parameter details added.
  • Loading branch information
pspete committed Dec 2, 2019
1 parent 3129212 commit 67dc98f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions psPAS/Functions/LDAPDirectories/Remove-PASDirectoryMapping.ps1
Expand Up @@ -7,13 +7,16 @@ Removes a configured directory mapping from the Vault
Removes a directory mapping configuration from the vault.
Membership of the Vault Admins group required.
.PARAMETER id
The ID or Name of the directory to return information on.
.PARAMETER DirectoryName
The Name of the directory containing the mapping.
.PARAMETER MappingID
The id of the directory mapping to delete.
.EXAMPLE
Remove-PASDirectoryMapping -DirectoryName SomeDir -MappingID "User_Mapping"
Remove-PASDirectoryMapping -DirectoryName SomeDir -MappingID 66
Removes the User_Mapping directory mapping for the SomeDir directory
Removes the directory mapping with id 66 for the SomeDir directory
.INPUTS
WebSession & BaseURI can be piped to the function by propertyname
Expand Down

0 comments on commit 67dc98f

Please sign in to comment.