diff options
author | HarmJ0y <will@harmj0y.net> | 2016-12-14 19:23:28 -0500 |
---|---|---|
committer | HarmJ0y <will@harmj0y.net> | 2016-12-14 19:23:28 -0500 |
commit | ad32d6c75b4e70a6b2e1b56a683a6ba71f1c0683 (patch) | |
tree | 37d55ec7d13b26efbeeb183d2bb79f9b5972205b /docs/Recon/Set-DomainObject.md | |
parent | 59e6f94e763d40614284d43823a391cafd384c4c (diff) | |
download | PowerSploit-ad32d6c75b4e70a6b2e1b56a683a6ba71f1c0683.tar.gz PowerSploit-ad32d6c75b4e70a6b2e1b56a683a6ba71f1c0683.zip |
For ./Recon/ :
-(More) PSScriptAnalyzering
-Tweaking of synopsis blocks in order to support platyPS
-Code standardization
-Generated docs
Diffstat (limited to 'docs/Recon/Set-DomainObject.md')
-rwxr-xr-x | docs/Recon/Set-DomainObject.md | 26 |
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
|