aboutsummaryrefslogtreecommitdiff
path: root/docs/Recon/Set-DomainObject.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Recon/Set-DomainObject.md')
-rwxr-xr-xdocs/Recon/Set-DomainObject.md26
1 files changed, 1 insertions, 25 deletions
diff --git a/docs/Recon/Set-DomainObject.md b/docs/Recon/Set-DomainObject.md
index 482d86d..8cb283b 100755
--- a/docs/Recon/Set-DomainObject.md
+++ b/docs/Recon/Set-DomainObject.md
@@ -12,8 +12,7 @@ Required Dependencies: Get-DomainObject
```
Set-DomainObject [[-Identity] <String[]>] [-Set <Hashtable>] [-XOR <Hashtable>] [-Clear <String[]>]
[-Domain <String>] [-LDAPFilter <String>] [-SearchBase <String>] [-Server <String>] [-SearchScope <String>]
- [-ResultPageSize <Int32>] [-ServerTimeLimit <Int32>] [-SecurityMasks <String>] [-Tombstone]
- [-Credential <PSCredential>]
+ [-ResultPageSize <Int32>] [-ServerTimeLimit <Int32>] [-Tombstone] [-Credential <PSCredential>]
```
## DESCRIPTION
@@ -281,21 +280,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```
-### -SecurityMasks
-{{Fill SecurityMasks Description}}
-
-```yaml
-Type: String
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
### -Tombstone
Switch.
Specifies that the searcher should also return deleted/tombstoned objects.
@@ -332,14 +316,6 @@ Accept wildcard characters: False
## OUTPUTS
-### PowerView.ADObject
-
-Custom PSObject with translated AD object property fields, if -PassThru is enabled.
-
-PowerView.ADObject.Raw
-
-The raw DirectoryServices.SearchResult object, if -PassThru and -Raw are enabled.
-
## NOTES
## RELATED LINKS