Browse Source

Fixed Markdown linting

pull/62/head
sup3rlativ3 4 years ago
parent
commit
24d06add4e
37 changed files with 441 additions and 99 deletions
  1. +9
    -4
      Docs/Cmdlets/Add-NTFSAccess.md
  2. +22
    -5
      Docs/Cmdlets/Add-NTFSAudit.md
  3. +13
    -3
      Docs/Cmdlets/Clear-NTFSAccess.md
  4. +13
    -3
      Docs/Cmdlets/Clear-NTFSAudit.md
  5. +13
    -2
      Docs/Cmdlets/Copy-Item2.md
  6. +14
    -3
      Docs/Cmdlets/Disable-NTFSAccessInheritance.md
  7. +14
    -3
      Docs/Cmdlets/Disable-NTFSAuditInheritance.md
  8. +7
    -2
      Docs/Cmdlets/Disable-Privileges.md
  9. +14
    -3
      Docs/Cmdlets/Enable-NTFSAccessInheritance.md
  10. +14
    -3
      Docs/Cmdlets/Enable-NTFSAuditInheritance.md
  11. +7
    -2
      Docs/Cmdlets/Enable-Privileges.md
  12. +19
    -2
      Docs/Cmdlets/Get-ChildItem2.md
  13. +7
    -2
      Docs/Cmdlets/Get-DiskSpace.md
  14. +8
    -1
      Docs/Cmdlets/Get-FileHash2.md
  15. +7
    -2
      Docs/Cmdlets/Get-Item2.md
  16. +14
    -3
      Docs/Cmdlets/Get-NTFSAccess.md
  17. +14
    -3
      Docs/Cmdlets/Get-NTFSAudit.md
  18. +14
    -3
      Docs/Cmdlets/Get-NTFSEffectiveAccess.md
  19. +7
    -2
      Docs/Cmdlets/Get-NTFSHardLink.md
  20. +11
    -3
      Docs/Cmdlets/Get-NTFSInheritance.md
  21. +14
    -3
      Docs/Cmdlets/Get-NTFSOrphanedAccess.md
  22. +14
    -3
      Docs/Cmdlets/Get-NTFSOrphanedAudit.md
  23. +11
    -3
      Docs/Cmdlets/Get-NTFSOwner.md
  24. +7
    -2
      Docs/Cmdlets/Get-NTFSSecurityDescriptor.md
  25. +15
    -3
      Docs/Cmdlets/Get-NTFSSimpleAccess.md
  26. +6
    -2
      Docs/Cmdlets/Get-Privileges.md
  27. +13
    -2
      Docs/Cmdlets/Move-Item2.md
  28. +9
    -2
      Docs/Cmdlets/New-NTFSHardLink.md
  29. +9
    -2
      Docs/Cmdlets/New-NTFSSymbolicLink.md
  30. +13
    -2
      Docs/Cmdlets/Remove-Item2.md
  31. +22
    -5
      Docs/Cmdlets/Remove-NTFSAccess.md
  32. +22
    -5
      Docs/Cmdlets/Remove-NTFSAudit.md
  33. +15
    -3
      Docs/Cmdlets/Set-NTFSInheritance.md
  34. +13
    -3
      Docs/Cmdlets/Set-NTFSOwner.md
  35. +8
    -2
      Docs/Cmdlets/Set-NTFSSecurityDescriptor.md
  36. +8
    -2
      Docs/Cmdlets/Test-Path2.md
  37. +1
    -1
      Docs/Contributing.md

+ 9
- 4
Docs/Cmdlets/Add-NTFSAccess.md View File

@@ -14,27 +14,31 @@ Adds an access control entry (ACE) to an object.
## SYNTAX ## SYNTAX


### PathComplex (Default) ### PathComplex (Default)
```

```PowerShell
Add-NTFSAccess [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2> Add-NTFSAccess [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2>
[-AccessType <AccessControlType>] [-InheritanceFlags <InheritanceFlags>] [-AccessType <AccessControlType>] [-InheritanceFlags <InheritanceFlags>]
[-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>] [-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>]
``` ```


### PathSimple ### PathSimple
```

```PowerShell
Add-NTFSAccess [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2> Add-NTFSAccess [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2>
[-AccessType <AccessControlType>] [-AppliesTo <ApplyTo>] [-PassThru] [<CommonParameters>] [-AccessType <AccessControlType>] [-AppliesTo <ApplyTo>] [-PassThru] [<CommonParameters>]
``` ```


### SDSimple ### SDSimple
```

```PowerShell
Add-NTFSAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]> Add-NTFSAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]>
[-AccessRights] <FileSystemRights2> [-AccessType <AccessControlType>] [-AppliesTo <ApplyTo>] [-PassThru] [-AccessRights] <FileSystemRights2> [-AccessType <AccessControlType>] [-AppliesTo <ApplyTo>] [-PassThru]
[<CommonParameters>] [<CommonParameters>]
``` ```


### SDComplex ### SDComplex
```

```PowerShell
Add-NTFSAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]> Add-NTFSAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]>
[-AccessRights] <FileSystemRights2> [-AccessType <AccessControlType>] [-InheritanceFlags <InheritanceFlags>] [-AccessRights] <FileSystemRights2> [-AccessType <AccessControlType>] [-InheritanceFlags <InheritanceFlags>]
[-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>] [-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>]
@@ -229,6 +233,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 22
- 5
Docs/Cmdlets/Add-NTFSAudit.md View File

@@ -8,44 +8,51 @@ schema: 2.0.0
# Add-NTFSAudit # Add-NTFSAudit


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


### PathComplex (Default) ### PathComplex (Default)
```

```PowerShell
Add-NTFSAudit [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2> Add-NTFSAudit [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2>
[-AuditFlags <AuditFlags>] [-InheritanceFlags <InheritanceFlags>] [-PropagationFlags <PropagationFlags>] [-AuditFlags <AuditFlags>] [-InheritanceFlags <InheritanceFlags>] [-PropagationFlags <PropagationFlags>]
[-PassThru] [<CommonParameters>] [-PassThru] [<CommonParameters>]
``` ```


### PathSimple ### PathSimple
```

```PowerShell
Add-NTFSAudit [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2> Add-NTFSAudit [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2>
[-AuditFlags <AuditFlags>] [-AppliesTo <ApplyTo>] [-PassThru] [<CommonParameters>] [-AuditFlags <AuditFlags>] [-AppliesTo <ApplyTo>] [-PassThru] [<CommonParameters>]
``` ```


### SDSimple ### SDSimple
```

```PowerShell
Add-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]> Add-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]>
[-AccessRights] <FileSystemRights2> [-AuditFlags <AuditFlags>] [-AppliesTo <ApplyTo>] [-PassThru] [-AccessRights] <FileSystemRights2> [-AuditFlags <AuditFlags>] [-AppliesTo <ApplyTo>] [-PassThru]
[<CommonParameters>] [<CommonParameters>]
``` ```


### SDComplex ### SDComplex
```

```PowerShell
Add-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]> Add-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]>
[-AccessRights] <FileSystemRights2> [-AuditFlags <AuditFlags>] [-InheritanceFlags <InheritanceFlags>] [-AccessRights] <FileSystemRights2> [-AuditFlags <AuditFlags>] [-InheritanceFlags <InheritanceFlags>]
[-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>] [-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -54,6 +61,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -AccessRights ### -AccessRights

{{ Fill AccessRights Description }} {{ Fill AccessRights Description }}


```yaml ```yaml
@@ -70,6 +78,7 @@ Accept wildcard characters: False
``` ```


### -Account ### -Account

{{ Fill Account Description }} {{ Fill Account Description }}


```yaml ```yaml
@@ -85,6 +94,7 @@ Accept wildcard characters: False
``` ```


### -AppliesTo ### -AppliesTo

{{ Fill AppliesTo Description }} {{ Fill AppliesTo Description }}


```yaml ```yaml
@@ -101,6 +111,7 @@ Accept wildcard characters: False
``` ```


### -AuditFlags ### -AuditFlags

{{ Fill AuditFlags Description }} {{ Fill AuditFlags Description }}


```yaml ```yaml
@@ -117,6 +128,7 @@ Accept wildcard characters: False
``` ```


### -InheritanceFlags ### -InheritanceFlags

{{ Fill InheritanceFlags Description }} {{ Fill InheritanceFlags Description }}


```yaml ```yaml
@@ -133,6 +145,7 @@ Accept wildcard characters: False
``` ```


### -PassThru ### -PassThru

{{ Fill PassThru Description }} {{ Fill PassThru Description }}


```yaml ```yaml
@@ -148,6 +161,7 @@ Accept wildcard characters: False
``` ```


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -163,6 +177,7 @@ Accept wildcard characters: False
``` ```


### -PropagationFlags ### -PropagationFlags

{{ Fill PropagationFlags Description }} {{ Fill PropagationFlags Description }}


```yaml ```yaml
@@ -179,6 +194,7 @@ Accept wildcard characters: False
``` ```


### -SecurityDescriptor ### -SecurityDescriptor

{{ Fill SecurityDescriptor Description }} {{ Fill SecurityDescriptor Description }}


```yaml ```yaml
@@ -194,6 +210,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 13
- 3
Docs/Cmdlets/Clear-NTFSAccess.md View File

@@ -8,27 +8,32 @@ schema: 2.0.0
# Clear-NTFSAccess # Clear-NTFSAccess


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


### Path (Default) ### Path (Default)
```

```PowerShell
Clear-NTFSAccess [-Path] <String[]> [-DisableInheritance] [<CommonParameters>] Clear-NTFSAccess [-Path] <String[]> [-DisableInheritance] [<CommonParameters>]
``` ```


### SD ### SD
```

```PowerShell
Clear-NTFSAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-DisableInheritance] [<CommonParameters>] Clear-NTFSAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-DisableInheritance] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -37,6 +42,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -DisableInheritance ### -DisableInheritance

{{ Fill DisableInheritance Description }} {{ Fill DisableInheritance Description }}


```yaml ```yaml
@@ -52,6 +58,7 @@ Accept wildcard characters: False
``` ```


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -67,6 +74,7 @@ Accept wildcard characters: False
``` ```


### -SecurityDescriptor ### -SecurityDescriptor

{{ Fill SecurityDescriptor Description }} {{ Fill SecurityDescriptor Description }}


```yaml ```yaml
@@ -82,6 +90,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS
@@ -93,6 +102,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## OUTPUTS ## OUTPUTS


### System.Object ### System.Object

## NOTES ## NOTES


## RELATED LINKS ## RELATED LINKS

+ 13
- 3
Docs/Cmdlets/Clear-NTFSAudit.md View File

@@ -8,27 +8,32 @@ schema: 2.0.0
# Clear-NTFSAudit # Clear-NTFSAudit


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


### Path (Default) ### Path (Default)
```

```PowerShell
Clear-NTFSAudit [-Path] <String[]> [-DisableInheritance] [<CommonParameters>] Clear-NTFSAudit [-Path] <String[]> [-DisableInheritance] [<CommonParameters>]
``` ```


### SD ### SD
```

```PowerShell
Clear-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-DisableInheritance] [<CommonParameters>] Clear-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-DisableInheritance] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -37,6 +42,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -DisableInheritance ### -DisableInheritance

{{ Fill DisableInheritance Description }} {{ Fill DisableInheritance Description }}


```yaml ```yaml
@@ -52,6 +58,7 @@ Accept wildcard characters: False
``` ```


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -67,6 +74,7 @@ Accept wildcard characters: False
``` ```


### -SecurityDescriptor ### -SecurityDescriptor

{{ Fill SecurityDescriptor Description }} {{ Fill SecurityDescriptor Description }}


```yaml ```yaml
@@ -82,6 +90,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS
@@ -93,6 +102,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## OUTPUTS ## OUTPUTS


### System.Object ### System.Object

## NOTES ## NOTES


## RELATED LINKS ## RELATED LINKS

+ 13
- 2
Docs/Cmdlets/Copy-Item2.md View File

@@ -8,22 +8,25 @@ schema: 2.0.0
# Copy-Item2 # Copy-Item2


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


```
```PowerShell
Copy-Item2 [-Path] <String[]> [-Destination] <String> [-Force] [-PassThru <Boolean>] [-WhatIf] [-Confirm] Copy-Item2 [-Path] <String[]> [-Destination] <String> [-Force] [-PassThru <Boolean>] [-WhatIf] [-Confirm]
[<CommonParameters>] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -32,6 +35,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -Confirm ### -Confirm

Prompts you for confirmation before running the cmdlet. Prompts you for confirmation before running the cmdlet.


```yaml ```yaml
@@ -47,6 +51,7 @@ Accept wildcard characters: False
``` ```


### -Destination ### -Destination

{{ Fill Destination Description }} {{ Fill Destination Description }}


```yaml ```yaml
@@ -62,6 +67,7 @@ Accept wildcard characters: False
``` ```


### -Force ### -Force

{{ Fill Force Description }} {{ Fill Force Description }}


```yaml ```yaml
@@ -77,6 +83,7 @@ Accept wildcard characters: False
``` ```


### -PassThru ### -PassThru

{{ Fill PassThru Description }} {{ Fill PassThru Description }}


```yaml ```yaml
@@ -92,6 +99,7 @@ Accept wildcard characters: False
``` ```


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -107,6 +115,7 @@ Accept wildcard characters: False
``` ```


### -WhatIf ### -WhatIf

Shows what would happen if the cmdlet runs. Shows what would happen if the cmdlet runs.
The cmdlet is not run. The cmdlet is not run.


@@ -123,6 +132,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS
@@ -134,6 +144,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## OUTPUTS ## OUTPUTS


### System.Object ### System.Object

## NOTES ## NOTES


## RELATED LINKS ## RELATED LINKS

+ 14
- 3
Docs/Cmdlets/Disable-NTFSAccessInheritance.md View File

@@ -8,29 +8,34 @@ schema: 2.0.0
# Disable-NTFSAccessInheritance # Disable-NTFSAccessInheritance


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


### Path (Default) ### Path (Default)
```

```PowerShell
Disable-NTFSAccessInheritance [[-Path] <String[]>] [-RemoveInheritedAccessRules] [-PassThru] Disable-NTFSAccessInheritance [[-Path] <String[]>] [-RemoveInheritedAccessRules] [-PassThru]
[<CommonParameters>] [<CommonParameters>]
``` ```


### SecurityDescriptor ### SecurityDescriptor
```

```PowerShell
Disable-NTFSAccessInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [-RemoveInheritedAccessRules] Disable-NTFSAccessInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [-RemoveInheritedAccessRules]
[-PassThru] [<CommonParameters>] [-PassThru] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -39,6 +44,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -PassThru ### -PassThru

{{ Fill PassThru Description }} {{ Fill PassThru Description }}


```yaml ```yaml
@@ -54,6 +60,7 @@ Accept wildcard characters: False
``` ```


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -69,6 +76,7 @@ Accept wildcard characters: False
``` ```


### -RemoveInheritedAccessRules ### -RemoveInheritedAccessRules

{{ Fill RemoveInheritedAccessRules Description }} {{ Fill RemoveInheritedAccessRules Description }}


```yaml ```yaml
@@ -84,6 +92,7 @@ Accept wildcard characters: False
``` ```


### -SecurityDescriptor ### -SecurityDescriptor

{{ Fill SecurityDescriptor Description }} {{ Fill SecurityDescriptor Description }}


```yaml ```yaml
@@ -99,6 +108,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS
@@ -110,6 +120,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## OUTPUTS ## OUTPUTS


### System.Object ### System.Object

## NOTES ## NOTES


## RELATED LINKS ## RELATED LINKS

+ 14
- 3
Docs/Cmdlets/Disable-NTFSAuditInheritance.md View File

@@ -8,29 +8,34 @@ schema: 2.0.0
# Disable-NTFSAuditInheritance # Disable-NTFSAuditInheritance


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


### Path (Default) ### Path (Default)
```

```PowerShell
Disable-NTFSAuditInheritance [[-Path] <String[]>] [-RemoveInheritedAccessRules] [-PassThru] Disable-NTFSAuditInheritance [[-Path] <String[]>] [-RemoveInheritedAccessRules] [-PassThru]
[<CommonParameters>] [<CommonParameters>]
``` ```


### SecurityDescriptor ### SecurityDescriptor
```

```PowerShell
Disable-NTFSAuditInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [-RemoveInheritedAccessRules] Disable-NTFSAuditInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [-RemoveInheritedAccessRules]
[-PassThru] [<CommonParameters>] [-PassThru] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -39,6 +44,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -PassThru ### -PassThru

{{ Fill PassThru Description }} {{ Fill PassThru Description }}


```yaml ```yaml
@@ -54,6 +60,7 @@ Accept wildcard characters: False
``` ```


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -69,6 +76,7 @@ Accept wildcard characters: False
``` ```


### -RemoveInheritedAccessRules ### -RemoveInheritedAccessRules

{{ Fill RemoveInheritedAccessRules Description }} {{ Fill RemoveInheritedAccessRules Description }}


```yaml ```yaml
@@ -84,6 +92,7 @@ Accept wildcard characters: False
``` ```


### -SecurityDescriptor ### -SecurityDescriptor

{{ Fill SecurityDescriptor Description }} {{ Fill SecurityDescriptor Description }}


```yaml ```yaml
@@ -99,6 +108,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS
@@ -110,6 +120,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## OUTPUTS ## OUTPUTS


### System.Object ### System.Object

## NOTES ## NOTES


## RELATED LINKS ## RELATED LINKS

+ 7
- 2
Docs/Cmdlets/Disable-Privileges.md View File

@@ -8,21 +8,24 @@ schema: 2.0.0
# Disable-Privileges # Disable-Privileges


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


```
```PowerShell
Disable-Privileges [-PassThru] [<CommonParameters>] Disable-Privileges [-PassThru] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -31,6 +34,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -PassThru ### -PassThru

{{ Fill PassThru Description }} {{ Fill PassThru Description }}


```yaml ```yaml
@@ -46,6 +50,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 14
- 3
Docs/Cmdlets/Enable-NTFSAccessInheritance.md View File

@@ -8,28 +8,33 @@ schema: 2.0.0
# Enable-NTFSAccessInheritance # Enable-NTFSAccessInheritance


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


### Path (Default) ### Path (Default)
```

```PowerShell
Enable-NTFSAccessInheritance [[-Path] <String[]>] [-PassThru] [-RemoveExplicitAccessRules] [<CommonParameters>] Enable-NTFSAccessInheritance [[-Path] <String[]>] [-PassThru] [-RemoveExplicitAccessRules] [<CommonParameters>]
``` ```


### SecurityDescriptor ### SecurityDescriptor
```

```PowerShell
Enable-NTFSAccessInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [-PassThru] Enable-NTFSAccessInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [-PassThru]
[-RemoveExplicitAccessRules] [<CommonParameters>] [-RemoveExplicitAccessRules] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -38,6 +43,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -PassThru ### -PassThru

{{ Fill PassThru Description }} {{ Fill PassThru Description }}


```yaml ```yaml
@@ -53,6 +59,7 @@ Accept wildcard characters: False
``` ```


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -68,6 +75,7 @@ Accept wildcard characters: False
``` ```


### -RemoveExplicitAccessRules ### -RemoveExplicitAccessRules

{{ Fill RemoveExplicitAccessRules Description }} {{ Fill RemoveExplicitAccessRules Description }}


```yaml ```yaml
@@ -83,6 +91,7 @@ Accept wildcard characters: False
``` ```


### -SecurityDescriptor ### -SecurityDescriptor

{{ Fill SecurityDescriptor Description }} {{ Fill SecurityDescriptor Description }}


```yaml ```yaml
@@ -98,6 +107,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS
@@ -109,6 +119,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## OUTPUTS ## OUTPUTS


### System.Object ### System.Object

## NOTES ## NOTES


## RELATED LINKS ## RELATED LINKS

+ 14
- 3
Docs/Cmdlets/Enable-NTFSAuditInheritance.md View File

@@ -8,28 +8,33 @@ schema: 2.0.0
# Enable-NTFSAuditInheritance # Enable-NTFSAuditInheritance


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


### Path (Default) ### Path (Default)
```

```PowerShell
Enable-NTFSAuditInheritance [[-Path] <String[]>] [-PassThru] [-RemoveExplicitAccessRules] [<CommonParameters>] Enable-NTFSAuditInheritance [[-Path] <String[]>] [-PassThru] [-RemoveExplicitAccessRules] [<CommonParameters>]
``` ```


### SecurityDescriptor ### SecurityDescriptor
```

```PowerShell
Enable-NTFSAuditInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [-PassThru] Enable-NTFSAuditInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [-PassThru]
[-RemoveExplicitAccessRules] [<CommonParameters>] [-RemoveExplicitAccessRules] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -38,6 +43,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -PassThru ### -PassThru

{{ Fill PassThru Description }} {{ Fill PassThru Description }}


```yaml ```yaml
@@ -53,6 +59,7 @@ Accept wildcard characters: False
``` ```


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -68,6 +75,7 @@ Accept wildcard characters: False
``` ```


### -RemoveExplicitAccessRules ### -RemoveExplicitAccessRules

{{ Fill RemoveExplicitAccessRules Description }} {{ Fill RemoveExplicitAccessRules Description }}


```yaml ```yaml
@@ -83,6 +91,7 @@ Accept wildcard characters: False
``` ```


### -SecurityDescriptor ### -SecurityDescriptor

{{ Fill SecurityDescriptor Description }} {{ Fill SecurityDescriptor Description }}


```yaml ```yaml
@@ -98,6 +107,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS
@@ -109,6 +119,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## OUTPUTS ## OUTPUTS


### System.Object ### System.Object

## NOTES ## NOTES


## RELATED LINKS ## RELATED LINKS

+ 7
- 2
Docs/Cmdlets/Enable-Privileges.md View File

@@ -8,21 +8,24 @@ schema: 2.0.0
# Enable-Privileges # Enable-Privileges


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


```
```PowerShell
Enable-Privileges [-PassThru] [<CommonParameters>] Enable-Privileges [-PassThru] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -31,6 +34,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -PassThru ### -PassThru

{{ Fill PassThru Description }} {{ Fill PassThru Description }}


```yaml ```yaml
@@ -46,6 +50,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 19
- 2
Docs/Cmdlets/Get-ChildItem2.md View File

@@ -8,23 +8,26 @@ schema: 2.0.0
# Get-ChildItem2 # Get-ChildItem2


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


```
```PowerShell
Get-ChildItem2 [[-Path] <String[]>] [[-Filter] <String>] [-Recurse] [-Directory] [-File] Get-ChildItem2 [[-Path] <String[]>] [[-Filter] <String>] [-Recurse] [-Directory] [-File]
[-Attributes <FileAttributes>] [-Hidden] [-System] [-ReadOnly] [-Force] [-SkipMountPoints] [-Attributes <FileAttributes>] [-Hidden] [-System] [-ReadOnly] [-Force] [-SkipMountPoints]
[-SkipSymbolicLinks] [-Depth <Int32>] [<CommonParameters>] [-SkipSymbolicLinks] [-Depth <Int32>] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -33,6 +36,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -Attributes ### -Attributes

{{ Fill Attributes Description }} {{ Fill Attributes Description }}


```yaml ```yaml
@@ -49,6 +53,7 @@ Accept wildcard characters: False
``` ```


### -Depth ### -Depth

{{ Fill Depth Description }} {{ Fill Depth Description }}


```yaml ```yaml
@@ -64,6 +69,7 @@ Accept wildcard characters: False
``` ```


### -Directory ### -Directory

{{ Fill Directory Description }} {{ Fill Directory Description }}


```yaml ```yaml
@@ -79,6 +85,7 @@ Accept wildcard characters: False
``` ```


### -File ### -File

{{ Fill File Description }} {{ Fill File Description }}


```yaml ```yaml
@@ -94,6 +101,7 @@ Accept wildcard characters: False
``` ```


### -Filter ### -Filter

{{ Fill Filter Description }} {{ Fill Filter Description }}


```yaml ```yaml
@@ -109,6 +117,7 @@ Accept wildcard characters: False
``` ```


### -Force ### -Force

{{ Fill Force Description }} {{ Fill Force Description }}


```yaml ```yaml
@@ -124,6 +133,7 @@ Accept wildcard characters: False
``` ```


### -Hidden ### -Hidden

{{ Fill Hidden Description }} {{ Fill Hidden Description }}


```yaml ```yaml
@@ -139,6 +149,7 @@ Accept wildcard characters: False
``` ```


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -154,6 +165,7 @@ Accept wildcard characters: False
``` ```


### -ReadOnly ### -ReadOnly

{{ Fill ReadOnly Description }} {{ Fill ReadOnly Description }}


```yaml ```yaml
@@ -169,6 +181,7 @@ Accept wildcard characters: False
``` ```


### -Recurse ### -Recurse

{{ Fill Recurse Description }} {{ Fill Recurse Description }}


```yaml ```yaml
@@ -184,6 +197,7 @@ Accept wildcard characters: False
``` ```


### -SkipMountPoints ### -SkipMountPoints

{{ Fill SkipMountPoints Description }} {{ Fill SkipMountPoints Description }}


```yaml ```yaml
@@ -199,6 +213,7 @@ Accept wildcard characters: False
``` ```


### -SkipSymbolicLinks ### -SkipSymbolicLinks

{{ Fill SkipSymbolicLinks Description }} {{ Fill SkipSymbolicLinks Description }}


```yaml ```yaml
@@ -214,6 +229,7 @@ Accept wildcard characters: False
``` ```


### -System ### -System

{{ Fill System Description }} {{ Fill System Description }}


```yaml ```yaml
@@ -229,6 +245,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 7
- 2
Docs/Cmdlets/Get-DiskSpace.md View File

@@ -8,21 +8,24 @@ schema: 2.0.0
# Get-DiskSpace # Get-DiskSpace


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


```
```PowerShell
Get-DiskSpace [[-DriveLetter] <String[]>] [<CommonParameters>] Get-DiskSpace [[-DriveLetter] <String[]>] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -31,6 +34,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -DriveLetter ### -DriveLetter

{{ Fill DriveLetter Description }} {{ Fill DriveLetter Description }}


```yaml ```yaml
@@ -46,6 +50,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 8
- 1
Docs/Cmdlets/Get-FileHash2.md View File

@@ -8,21 +8,25 @@ schema: 2.0.0
# Get-FileHash2 # Get-FileHash2


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


``` ```

Get-FileHash2 [-Path] <String[]> [[-Algorithm] <HashAlgorithms>] [<CommonParameters>] Get-FileHash2 [-Path] <String[]> [[-Algorithm] <HashAlgorithms>] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -31,6 +35,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -Algorithm ### -Algorithm

{{ Fill Algorithm Description }} {{ Fill Algorithm Description }}


```yaml ```yaml
@@ -47,6 +52,7 @@ Accept wildcard characters: False
``` ```


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -62,6 +68,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 7
- 2
Docs/Cmdlets/Get-Item2.md View File

@@ -8,21 +8,24 @@ schema: 2.0.0
# Get-Item2 # Get-Item2


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


```
```PowerShell
Get-Item2 [[-Path] <String[]>] [<CommonParameters>] Get-Item2 [[-Path] <String[]>] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -31,6 +34,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -46,6 +50,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 14
- 3
Docs/Cmdlets/Get-NTFSAccess.md View File

@@ -8,29 +8,34 @@ schema: 2.0.0
# Get-NTFSAccess # Get-NTFSAccess


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


### Path (Default) ### Path (Default)
```

```PowerShell
Get-NTFSAccess [[-Path] <String[]>] [-Account <IdentityReference2>] [-ExcludeExplicit] [-ExcludeInherited] Get-NTFSAccess [[-Path] <String[]>] [-Account <IdentityReference2>] [-ExcludeExplicit] [-ExcludeInherited]
[<CommonParameters>] [<CommonParameters>]
``` ```


### SD ### SD
```

```PowerShell
Get-NTFSAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account <IdentityReference2>] [-ExcludeExplicit] Get-NTFSAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account <IdentityReference2>] [-ExcludeExplicit]
[-ExcludeInherited] [<CommonParameters>] [-ExcludeInherited] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -39,6 +44,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -Account ### -Account

{{ Fill Account Description }} {{ Fill Account Description }}


```yaml ```yaml
@@ -54,6 +60,7 @@ Accept wildcard characters: False
``` ```


### -ExcludeExplicit ### -ExcludeExplicit

{{ Fill ExcludeExplicit Description }} {{ Fill ExcludeExplicit Description }}


```yaml ```yaml
@@ -69,6 +76,7 @@ Accept wildcard characters: False
``` ```


### -ExcludeInherited ### -ExcludeInherited

{{ Fill ExcludeInherited Description }} {{ Fill ExcludeInherited Description }}


```yaml ```yaml
@@ -84,6 +92,7 @@ Accept wildcard characters: False
``` ```


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -99,6 +108,7 @@ Accept wildcard characters: False
``` ```


### -SecurityDescriptor ### -SecurityDescriptor

{{ Fill SecurityDescriptor Description }} {{ Fill SecurityDescriptor Description }}


```yaml ```yaml
@@ -114,6 +124,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 14
- 3
Docs/Cmdlets/Get-NTFSAudit.md View File

@@ -8,29 +8,34 @@ schema: 2.0.0
# Get-NTFSAudit # Get-NTFSAudit


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


### Path ### Path
```

```PowerShell
Get-NTFSAudit [[-Path] <String[]>] [-Account <IdentityReference2>] [-ExcludeExplicit] [-ExcludeInherited] Get-NTFSAudit [[-Path] <String[]>] [-Account <IdentityReference2>] [-ExcludeExplicit] [-ExcludeInherited]
[<CommonParameters>] [<CommonParameters>]
``` ```


### SD ### SD
```

```PowerShell
Get-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account <IdentityReference2>] [-ExcludeExplicit] Get-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account <IdentityReference2>] [-ExcludeExplicit]
[-ExcludeInherited] [<CommonParameters>] [-ExcludeInherited] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -39,6 +44,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -Account ### -Account

{{ Fill Account Description }} {{ Fill Account Description }}


```yaml ```yaml
@@ -54,6 +60,7 @@ Accept wildcard characters: False
``` ```


### -ExcludeExplicit ### -ExcludeExplicit

{{ Fill ExcludeExplicit Description }} {{ Fill ExcludeExplicit Description }}


```yaml ```yaml
@@ -69,6 +76,7 @@ Accept wildcard characters: False
``` ```


### -ExcludeInherited ### -ExcludeInherited

{{ Fill ExcludeInherited Description }} {{ Fill ExcludeInherited Description }}


```yaml ```yaml
@@ -84,6 +92,7 @@ Accept wildcard characters: False
``` ```


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -99,6 +108,7 @@ Accept wildcard characters: False
``` ```


### -SecurityDescriptor ### -SecurityDescriptor

{{ Fill SecurityDescriptor Description }} {{ Fill SecurityDescriptor Description }}


```yaml ```yaml
@@ -114,6 +124,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 14
- 3
Docs/Cmdlets/Get-NTFSEffectiveAccess.md View File

@@ -8,29 +8,34 @@ schema: 2.0.0
# Get-NTFSEffectiveAccess # Get-NTFSEffectiveAccess


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


### Path (Default) ### Path (Default)
```

```PowerShell
Get-NTFSEffectiveAccess [[-Path] <String[]>] [[-Account] <IdentityReference2>] [-ServerName <String>] Get-NTFSEffectiveAccess [[-Path] <String[]>] [[-Account] <IdentityReference2>] [-ServerName <String>]
[-ExcludeNoneAccessEntries] [<CommonParameters>] [-ExcludeNoneAccessEntries] [<CommonParameters>]
``` ```


### SecurityDescriptor ### SecurityDescriptor
```

```PowerShell
Get-NTFSEffectiveAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [[-Account] <IdentityReference2>] Get-NTFSEffectiveAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [[-Account] <IdentityReference2>]
[-ServerName <String>] [-ExcludeNoneAccessEntries] [<CommonParameters>] [-ServerName <String>] [-ExcludeNoneAccessEntries] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -39,6 +44,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -Account ### -Account

{{ Fill Account Description }} {{ Fill Account Description }}


```yaml ```yaml
@@ -54,6 +60,7 @@ Accept wildcard characters: False
``` ```


### -ExcludeNoneAccessEntries ### -ExcludeNoneAccessEntries

{{ Fill ExcludeNoneAccessEntries Description }} {{ Fill ExcludeNoneAccessEntries Description }}


```yaml ```yaml
@@ -69,6 +76,7 @@ Accept wildcard characters: False
``` ```


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -84,6 +92,7 @@ Accept wildcard characters: False
``` ```


### -SecurityDescriptor ### -SecurityDescriptor

{{ Fill SecurityDescriptor Description }} {{ Fill SecurityDescriptor Description }}


```yaml ```yaml
@@ -99,6 +108,7 @@ Accept wildcard characters: False
``` ```


### -ServerName ### -ServerName

{{ Fill ServerName Description }} {{ Fill ServerName Description }}


```yaml ```yaml
@@ -114,6 +124,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 7
- 2
Docs/Cmdlets/Get-NTFSHardLink.md View File

@@ -8,21 +8,24 @@ schema: 2.0.0
# Get-NTFSHardLink # Get-NTFSHardLink


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


```
```PowerShell
Get-NTFSHardLink [[-Path] <String[]>] [<CommonParameters>] Get-NTFSHardLink [[-Path] <String[]>] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -31,6 +34,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -46,6 +50,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 11
- 3
Docs/Cmdlets/Get-NTFSInheritance.md View File

@@ -8,27 +8,32 @@ schema: 2.0.0
# Get-NTFSInheritance # Get-NTFSInheritance


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


### Path (Default) ### Path (Default)
```

```PowerShell
Get-NTFSInheritance [[-Path] <String[]>] [<CommonParameters>] Get-NTFSInheritance [[-Path] <String[]>] [<CommonParameters>]
``` ```


### SecurityDescriptor ### SecurityDescriptor
```

```PowerShell
Get-NTFSInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [<CommonParameters>] Get-NTFSInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -37,6 +42,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -52,6 +58,7 @@ Accept wildcard characters: False
``` ```


### -SecurityDescriptor ### -SecurityDescriptor

{{ Fill SecurityDescriptor Description }} {{ Fill SecurityDescriptor Description }}


```yaml ```yaml
@@ -67,6 +74,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 14
- 3
Docs/Cmdlets/Get-NTFSOrphanedAccess.md View File

@@ -8,29 +8,34 @@ schema: 2.0.0
# Get-NTFSOrphanedAccess # Get-NTFSOrphanedAccess


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


### Path ### Path
```

```PowerShell
Get-NTFSOrphanedAccess [[-Path] <String[]>] [-Account <IdentityReference2>] [-ExcludeExplicit] Get-NTFSOrphanedAccess [[-Path] <String[]>] [-Account <IdentityReference2>] [-ExcludeExplicit]
[-ExcludeInherited] [<CommonParameters>] [-ExcludeInherited] [<CommonParameters>]
``` ```


### SD ### SD
```

```PowerShell
Get-NTFSOrphanedAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account <IdentityReference2>] Get-NTFSOrphanedAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account <IdentityReference2>]
[-ExcludeExplicit] [-ExcludeInherited] [<CommonParameters>] [-ExcludeExplicit] [-ExcludeInherited] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -39,6 +44,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -Account ### -Account

{{ Fill Account Description }} {{ Fill Account Description }}


```yaml ```yaml
@@ -54,6 +60,7 @@ Accept wildcard characters: False
``` ```


### -ExcludeExplicit ### -ExcludeExplicit

{{ Fill ExcludeExplicit Description }} {{ Fill ExcludeExplicit Description }}


```yaml ```yaml
@@ -69,6 +76,7 @@ Accept wildcard characters: False
``` ```


### -ExcludeInherited ### -ExcludeInherited

{{ Fill ExcludeInherited Description }} {{ Fill ExcludeInherited Description }}


```yaml ```yaml
@@ -84,6 +92,7 @@ Accept wildcard characters: False
``` ```


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -99,6 +108,7 @@ Accept wildcard characters: False
``` ```


### -SecurityDescriptor ### -SecurityDescriptor

{{ Fill SecurityDescriptor Description }} {{ Fill SecurityDescriptor Description }}


```yaml ```yaml
@@ -114,6 +124,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 14
- 3
Docs/Cmdlets/Get-NTFSOrphanedAudit.md View File

@@ -8,29 +8,34 @@ schema: 2.0.0
# Get-NTFSOrphanedAudit # Get-NTFSOrphanedAudit


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


### Path ### Path
```

```PowerShell
Get-NTFSOrphanedAudit [[-Path] <String[]>] [-Account <IdentityReference2>] [-ExcludeExplicit] Get-NTFSOrphanedAudit [[-Path] <String[]>] [-Account <IdentityReference2>] [-ExcludeExplicit]
[-ExcludeInherited] [<CommonParameters>] [-ExcludeInherited] [<CommonParameters>]
``` ```


### SD ### SD
```

```PowerShell
Get-NTFSOrphanedAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account <IdentityReference2>] Get-NTFSOrphanedAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account <IdentityReference2>]
[-ExcludeExplicit] [-ExcludeInherited] [<CommonParameters>] [-ExcludeExplicit] [-ExcludeInherited] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -39,6 +44,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -Account ### -Account

{{ Fill Account Description }} {{ Fill Account Description }}


```yaml ```yaml
@@ -54,6 +60,7 @@ Accept wildcard characters: False
``` ```


### -ExcludeExplicit ### -ExcludeExplicit

{{ Fill ExcludeExplicit Description }} {{ Fill ExcludeExplicit Description }}


```yaml ```yaml
@@ -69,6 +76,7 @@ Accept wildcard characters: False
``` ```


### -ExcludeInherited ### -ExcludeInherited

{{ Fill ExcludeInherited Description }} {{ Fill ExcludeInherited Description }}


```yaml ```yaml
@@ -84,6 +92,7 @@ Accept wildcard characters: False
``` ```


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -99,6 +108,7 @@ Accept wildcard characters: False
``` ```


### -SecurityDescriptor ### -SecurityDescriptor

{{ Fill SecurityDescriptor Description }} {{ Fill SecurityDescriptor Description }}


```yaml ```yaml
@@ -114,6 +124,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 11
- 3
Docs/Cmdlets/Get-NTFSOwner.md View File

@@ -8,27 +8,32 @@ schema: 2.0.0
# Get-NTFSOwner # Get-NTFSOwner


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


### Path (Default) ### Path (Default)
```

```PowerShell
Get-NTFSOwner [[-Path] <String[]>] [<CommonParameters>] Get-NTFSOwner [[-Path] <String[]>] [<CommonParameters>]
``` ```


### SecurityDescriptor ### SecurityDescriptor
```

```PowerShell
Get-NTFSOwner [-SecurityDescriptor] <FileSystemSecurity2[]> [<CommonParameters>] Get-NTFSOwner [-SecurityDescriptor] <FileSystemSecurity2[]> [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -37,6 +42,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -52,6 +58,7 @@ Accept wildcard characters: False
``` ```


### -SecurityDescriptor ### -SecurityDescriptor

{{ Fill SecurityDescriptor Description }} {{ Fill SecurityDescriptor Description }}


```yaml ```yaml
@@ -67,6 +74,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 7
- 2
Docs/Cmdlets/Get-NTFSSecurityDescriptor.md View File

@@ -8,21 +8,24 @@ schema: 2.0.0
# Get-NTFSSecurityDescriptor # Get-NTFSSecurityDescriptor


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


```
```PowerShell
Get-NTFSSecurityDescriptor [[-Path] <String[]>] [<CommonParameters>] Get-NTFSSecurityDescriptor [[-Path] <String[]>] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -31,6 +34,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -46,6 +50,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 15
- 3
Docs/Cmdlets/Get-NTFSSimpleAccess.md View File

@@ -8,29 +8,34 @@ schema: 2.0.0
# Get-NTFSSimpleAccess # Get-NTFSSimpleAccess


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


### Path ### Path
```

```PowerShell
Get-NTFSSimpleAccess [-IncludeRootFolder] [[-Path] <String[]>] [-Account <IdentityReference2>] Get-NTFSSimpleAccess [-IncludeRootFolder] [[-Path] <String[]>] [-Account <IdentityReference2>]
[-ExcludeExplicit] [-ExcludeInherited] [<CommonParameters>] [-ExcludeExplicit] [-ExcludeInherited] [<CommonParameters>]
``` ```


### SD ### SD
```

```PowerShell
Get-NTFSSimpleAccess [-IncludeRootFolder] [-SecurityDescriptor] <FileSystemSecurity2[]> Get-NTFSSimpleAccess [-IncludeRootFolder] [-SecurityDescriptor] <FileSystemSecurity2[]>
[-Account <IdentityReference2>] [-ExcludeExplicit] [-ExcludeInherited] [<CommonParameters>] [-Account <IdentityReference2>] [-ExcludeExplicit] [-ExcludeInherited] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -39,6 +44,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -Account ### -Account

{{ Fill Account Description }} {{ Fill Account Description }}


```yaml ```yaml
@@ -54,6 +60,7 @@ Accept wildcard characters: False
``` ```


### -ExcludeExplicit ### -ExcludeExplicit

{{ Fill ExcludeExplicit Description }} {{ Fill ExcludeExplicit Description }}


```yaml ```yaml
@@ -69,6 +76,7 @@ Accept wildcard characters: False
``` ```


### -ExcludeInherited ### -ExcludeInherited

{{ Fill ExcludeInherited Description }} {{ Fill ExcludeInherited Description }}


```yaml ```yaml
@@ -84,6 +92,7 @@ Accept wildcard characters: False
``` ```


### -IncludeRootFolder ### -IncludeRootFolder

{{ Fill IncludeRootFolder Description }} {{ Fill IncludeRootFolder Description }}


```yaml ```yaml
@@ -99,6 +108,7 @@ Accept wildcard characters: False
``` ```


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -114,6 +124,7 @@ Accept wildcard characters: False
``` ```


### -SecurityDescriptor ### -SecurityDescriptor

{{ Fill SecurityDescriptor Description }} {{ Fill SecurityDescriptor Description }}


```yaml ```yaml
@@ -129,6 +140,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 6
- 2
Docs/Cmdlets/Get-Privileges.md View File

@@ -8,21 +8,24 @@ schema: 2.0.0
# Get-Privileges # Get-Privileges


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


```
```PowerShell
Get-Privileges [<CommonParameters>] Get-Privileges [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -31,6 +34,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 13
- 2
Docs/Cmdlets/Move-Item2.md View File

@@ -8,22 +8,25 @@ schema: 2.0.0
# Move-Item2 # Move-Item2


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


```
```PowerShell
Move-Item2 [-Path] <String[]> [-Destination] <String> [-Force] [-PassThru <Boolean>] [-WhatIf] [-Confirm] Move-Item2 [-Path] <String[]> [-Destination] <String> [-Force] [-PassThru <Boolean>] [-WhatIf] [-Confirm]
[<CommonParameters>] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -32,6 +35,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -Confirm ### -Confirm

Prompts you for confirmation before running the cmdlet. Prompts you for confirmation before running the cmdlet.


```yaml ```yaml
@@ -47,6 +51,7 @@ Accept wildcard characters: False
``` ```


### -Destination ### -Destination

{{ Fill Destination Description }} {{ Fill Destination Description }}


```yaml ```yaml
@@ -62,6 +67,7 @@ Accept wildcard characters: False
``` ```


### -Force ### -Force

{{ Fill Force Description }} {{ Fill Force Description }}


```yaml ```yaml
@@ -77,6 +83,7 @@ Accept wildcard characters: False
``` ```


### -PassThru ### -PassThru

{{ Fill PassThru Description }} {{ Fill PassThru Description }}


```yaml ```yaml
@@ -92,6 +99,7 @@ Accept wildcard characters: False
``` ```


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -107,6 +115,7 @@ Accept wildcard characters: False
``` ```


### -WhatIf ### -WhatIf

Shows what would happen if the cmdlet runs. Shows what would happen if the cmdlet runs.
The cmdlet is not run. The cmdlet is not run.


@@ -123,6 +132,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS
@@ -134,6 +144,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## OUTPUTS ## OUTPUTS


### System.Object ### System.Object

## NOTES ## NOTES


## RELATED LINKS ## RELATED LINKS

+ 9
- 2
Docs/Cmdlets/New-NTFSHardLink.md View File

@@ -8,21 +8,24 @@ schema: 2.0.0
# New-NTFSHardLink # New-NTFSHardLink


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


```
```PowerShell
New-NTFSHardLink [[-Path] <String>] [[-Target] <String>] [-PassThru] [<CommonParameters>] New-NTFSHardLink [[-Path] <String>] [[-Target] <String>] [-PassThru] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -31,6 +34,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -PassThru ### -PassThru

{{ Fill PassThru Description }} {{ Fill PassThru Description }}


```yaml ```yaml
@@ -46,6 +50,7 @@ Accept wildcard characters: False
``` ```


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -61,6 +66,7 @@ Accept wildcard characters: False
``` ```


### -Target ### -Target

{{ Fill Target Description }} {{ Fill Target Description }}


```yaml ```yaml
@@ -76,6 +82,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 9
- 2
Docs/Cmdlets/New-NTFSSymbolicLink.md View File

@@ -8,21 +8,24 @@ schema: 2.0.0
# New-NTFSSymbolicLink # New-NTFSSymbolicLink


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


```
```PowerShell
New-NTFSSymbolicLink [[-Path] <String>] [[-Target] <String>] [-PassThru] [<CommonParameters>] New-NTFSSymbolicLink [[-Path] <String>] [[-Target] <String>] [-PassThru] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -31,6 +34,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -PassThru ### -PassThru

{{ Fill PassThru Description }} {{ Fill PassThru Description }}


```yaml ```yaml
@@ -46,6 +50,7 @@ Accept wildcard characters: False
``` ```


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -61,6 +66,7 @@ Accept wildcard characters: False
``` ```


### -Target ### -Target

{{ Fill Target Description }} {{ Fill Target Description }}


```yaml ```yaml
@@ -76,6 +82,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 13
- 2
Docs/Cmdlets/Remove-Item2.md View File

@@ -8,21 +8,24 @@ schema: 2.0.0
# Remove-Item2 # Remove-Item2


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


```
```PowerShell
Remove-Item2 [[-Path] <String[]>] [-Force] [-Recurse] [-PassThur] [-WhatIf] [-Confirm] [<CommonParameters>] Remove-Item2 [[-Path] <String[]>] [-Force] [-Recurse] [-PassThur] [-WhatIf] [-Confirm] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -31,6 +34,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -Confirm ### -Confirm

Prompts you for confirmation before running the cmdlet. Prompts you for confirmation before running the cmdlet.


```yaml ```yaml
@@ -46,6 +50,7 @@ Accept wildcard characters: False
``` ```


### -Force ### -Force

{{ Fill Force Description }} {{ Fill Force Description }}


```yaml ```yaml
@@ -61,6 +66,7 @@ Accept wildcard characters: False
``` ```


### -PassThur ### -PassThur

{{ Fill PassThur Description }} {{ Fill PassThur Description }}


```yaml ```yaml
@@ -76,6 +82,7 @@ Accept wildcard characters: False
``` ```


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -91,6 +98,7 @@ Accept wildcard characters: False
``` ```


### -Recurse ### -Recurse

{{ Fill Recurse Description }} {{ Fill Recurse Description }}


```yaml ```yaml
@@ -106,6 +114,7 @@ Accept wildcard characters: False
``` ```


### -WhatIf ### -WhatIf

Shows what would happen if the cmdlet runs. Shows what would happen if the cmdlet runs.
The cmdlet is not run. The cmdlet is not run.


@@ -122,6 +131,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS
@@ -131,6 +141,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## OUTPUTS ## OUTPUTS


### System.Object ### System.Object

## NOTES ## NOTES


## RELATED LINKS ## RELATED LINKS

+ 22
- 5
Docs/Cmdlets/Remove-NTFSAccess.md View File

@@ -8,44 +8,51 @@ schema: 2.0.0
# Remove-NTFSAccess # Remove-NTFSAccess


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


### PathComplex (Default) ### PathComplex (Default)
```

```PowerShell
Remove-NTFSAccess [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2> Remove-NTFSAccess [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2>
[-AccessType <AccessControlType>] [-InheritanceFlags <InheritanceFlags>] [-AccessType <AccessControlType>] [-InheritanceFlags <InheritanceFlags>]
[-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>] [-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>]
``` ```


### PathSimple ### PathSimple
```

```PowerShell
Remove-NTFSAccess [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2> Remove-NTFSAccess [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2>
[-AccessType <AccessControlType>] [-AppliesTo <ApplyTo>] [-PassThru] [<CommonParameters>] [-AccessType <AccessControlType>] [-AppliesTo <ApplyTo>] [-PassThru] [<CommonParameters>]
``` ```


### SDSimple ### SDSimple
```

```PowerShell
Remove-NTFSAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]> Remove-NTFSAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]>
[-AccessRights] <FileSystemRights2> [-AccessType <AccessControlType>] [-AppliesTo <ApplyTo>] [-PassThru] [-AccessRights] <FileSystemRights2> [-AccessType <AccessControlType>] [-AppliesTo <ApplyTo>] [-PassThru]
[<CommonParameters>] [<CommonParameters>]
``` ```


### SDComplex ### SDComplex
```

```PowerShell
Remove-NTFSAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]> Remove-NTFSAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]>
[-AccessRights] <FileSystemRights2> [-AccessType <AccessControlType>] [-InheritanceFlags <InheritanceFlags>] [-AccessRights] <FileSystemRights2> [-AccessType <AccessControlType>] [-InheritanceFlags <InheritanceFlags>]
[-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>] [-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -54,6 +61,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -AccessRights ### -AccessRights

{{ Fill AccessRights Description }} {{ Fill AccessRights Description }}


```yaml ```yaml
@@ -70,6 +78,7 @@ Accept wildcard characters: False
``` ```


### -AccessType ### -AccessType

{{ Fill AccessType Description }} {{ Fill AccessType Description }}


```yaml ```yaml
@@ -86,6 +95,7 @@ Accept wildcard characters: False
``` ```


### -Account ### -Account

{{ Fill Account Description }} {{ Fill Account Description }}


```yaml ```yaml
@@ -101,6 +111,7 @@ Accept wildcard characters: False
``` ```


### -AppliesTo ### -AppliesTo

{{ Fill AppliesTo Description }} {{ Fill AppliesTo Description }}


```yaml ```yaml
@@ -117,6 +128,7 @@ Accept wildcard characters: False
``` ```


### -InheritanceFlags ### -InheritanceFlags

{{ Fill InheritanceFlags Description }} {{ Fill InheritanceFlags Description }}


```yaml ```yaml
@@ -133,6 +145,7 @@ Accept wildcard characters: False
``` ```


### -PassThru ### -PassThru

{{ Fill PassThru Description }} {{ Fill PassThru Description }}


```yaml ```yaml
@@ -148,6 +161,7 @@ Accept wildcard characters: False
``` ```


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -163,6 +177,7 @@ Accept wildcard characters: False
``` ```


### -PropagationFlags ### -PropagationFlags

{{ Fill PropagationFlags Description }} {{ Fill PropagationFlags Description }}


```yaml ```yaml
@@ -179,6 +194,7 @@ Accept wildcard characters: False
``` ```


### -SecurityDescriptor ### -SecurityDescriptor

{{ Fill SecurityDescriptor Description }} {{ Fill SecurityDescriptor Description }}


```yaml ```yaml
@@ -194,6 +210,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 22
- 5
Docs/Cmdlets/Remove-NTFSAudit.md View File

@@ -8,44 +8,51 @@ schema: 2.0.0
# Remove-NTFSAudit # Remove-NTFSAudit


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


### PathComplex (Default) ### PathComplex (Default)
```

```PowerShell
Remove-NTFSAudit [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2> Remove-NTFSAudit [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2>
[-AuditFlags <AuditFlags>] [-InheritanceFlags <InheritanceFlags>] [-PropagationFlags <PropagationFlags>] [-AuditFlags <AuditFlags>] [-InheritanceFlags <InheritanceFlags>] [-PropagationFlags <PropagationFlags>]
[-PassThru] [<CommonParameters>] [-PassThru] [<CommonParameters>]
``` ```


### PathSimple ### PathSimple
```

```PowerShell
Remove-NTFSAudit [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2> Remove-NTFSAudit [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2>
[-AuditFlags <AuditFlags>] [-AppliesTo <ApplyTo>] [-PassThru] [<CommonParameters>] [-AuditFlags <AuditFlags>] [-AppliesTo <ApplyTo>] [-PassThru] [<CommonParameters>]
``` ```


### SDSimple ### SDSimple
```

```PowerShell
Remove-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]> Remove-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]>
[-AccessRights] <FileSystemRights2> [-AuditFlags <AuditFlags>] [-AppliesTo <ApplyTo>] [-PassThru] [-AccessRights] <FileSystemRights2> [-AuditFlags <AuditFlags>] [-AppliesTo <ApplyTo>] [-PassThru]
[<CommonParameters>] [<CommonParameters>]
``` ```


### SDComplex ### SDComplex
```

```PowerShell
Remove-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]> Remove-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]>
[-AccessRights] <FileSystemRights2> [-AuditFlags <AuditFlags>] [-InheritanceFlags <InheritanceFlags>] [-AccessRights] <FileSystemRights2> [-AuditFlags <AuditFlags>] [-InheritanceFlags <InheritanceFlags>]
[-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>] [-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -54,6 +61,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -AccessRights ### -AccessRights

{{ Fill AccessRights Description }} {{ Fill AccessRights Description }}


```yaml ```yaml
@@ -70,6 +78,7 @@ Accept wildcard characters: False
``` ```


### -Account ### -Account

{{ Fill Account Description }} {{ Fill Account Description }}


```yaml ```yaml
@@ -85,6 +94,7 @@ Accept wildcard characters: False
``` ```


### -AppliesTo ### -AppliesTo

{{ Fill AppliesTo Description }} {{ Fill AppliesTo Description }}


```yaml ```yaml
@@ -101,6 +111,7 @@ Accept wildcard characters: False
``` ```


### -AuditFlags ### -AuditFlags

{{ Fill AuditFlags Description }} {{ Fill AuditFlags Description }}


```yaml ```yaml
@@ -117,6 +128,7 @@ Accept wildcard characters: False
``` ```


### -InheritanceFlags ### -InheritanceFlags

{{ Fill InheritanceFlags Description }} {{ Fill InheritanceFlags Description }}


```yaml ```yaml
@@ -133,6 +145,7 @@ Accept wildcard characters: False
``` ```


### -PassThru ### -PassThru

{{ Fill PassThru Description }} {{ Fill PassThru Description }}


```yaml ```yaml
@@ -148,6 +161,7 @@ Accept wildcard characters: False
``` ```


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -163,6 +177,7 @@ Accept wildcard characters: False
``` ```


### -PropagationFlags ### -PropagationFlags

{{ Fill PropagationFlags Description }} {{ Fill PropagationFlags Description }}


```yaml ```yaml
@@ -179,6 +194,7 @@ Accept wildcard characters: False
``` ```


### -SecurityDescriptor ### -SecurityDescriptor

{{ Fill SecurityDescriptor Description }} {{ Fill SecurityDescriptor Description }}


```yaml ```yaml
@@ -194,6 +210,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 15
- 3
Docs/Cmdlets/Set-NTFSInheritance.md View File

@@ -8,29 +8,34 @@ schema: 2.0.0
# Set-NTFSInheritance # Set-NTFSInheritance


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


### Path (Default) ### Path (Default)
```

```PowerShell
Set-NTFSInheritance [[-Path] <String[]>] [-AccessInheritanceEnabled <Boolean>] Set-NTFSInheritance [[-Path] <String[]>] [-AccessInheritanceEnabled <Boolean>]
[-AuditInheritanceEnabled <Boolean>] [-PassThru] [<CommonParameters>] [-AuditInheritanceEnabled <Boolean>] [-PassThru] [<CommonParameters>]
``` ```


### SecurityDescriptor ### SecurityDescriptor
```

```PowerShell
Set-NTFSInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [-AccessInheritanceEnabled <Boolean>] Set-NTFSInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [-AccessInheritanceEnabled <Boolean>]
[-AuditInheritanceEnabled <Boolean>] [-PassThru] [<CommonParameters>] [-AuditInheritanceEnabled <Boolean>] [-PassThru] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -39,6 +44,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -AccessInheritanceEnabled ### -AccessInheritanceEnabled

{{ Fill AccessInheritanceEnabled Description }} {{ Fill AccessInheritanceEnabled Description }}


```yaml ```yaml
@@ -54,6 +60,7 @@ Accept wildcard characters: False
``` ```


### -AuditInheritanceEnabled ### -AuditInheritanceEnabled

{{ Fill AuditInheritanceEnabled Description }} {{ Fill AuditInheritanceEnabled Description }}


```yaml ```yaml
@@ -69,6 +76,7 @@ Accept wildcard characters: False
``` ```


### -PassThru ### -PassThru

{{ Fill PassThru Description }} {{ Fill PassThru Description }}


```yaml ```yaml
@@ -84,6 +92,7 @@ Accept wildcard characters: False
``` ```


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -99,6 +108,7 @@ Accept wildcard characters: False
``` ```


### -SecurityDescriptor ### -SecurityDescriptor

{{ Fill SecurityDescriptor Description }} {{ Fill SecurityDescriptor Description }}


```yaml ```yaml
@@ -114,6 +124,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS
@@ -127,6 +138,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## OUTPUTS ## OUTPUTS


### System.Object ### System.Object

## NOTES ## NOTES


## RELATED LINKS ## RELATED LINKS

+ 13
- 3
Docs/Cmdlets/Set-NTFSOwner.md View File

@@ -8,28 +8,33 @@ schema: 2.0.0
# Set-NTFSOwner # Set-NTFSOwner


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


### Path (Default) ### Path (Default)
```

```PowerShell
Set-NTFSOwner [[-Path] <String[]>] [-Account] <IdentityReference2> [-PassThru] [<CommonParameters>] Set-NTFSOwner [[-Path] <String[]>] [-Account] <IdentityReference2> [-PassThru] [<CommonParameters>]
``` ```


### SecurityDescriptor ### SecurityDescriptor
```

```PowerShell
Set-NTFSOwner [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2> [-PassThru] Set-NTFSOwner [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2> [-PassThru]
[<CommonParameters>] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -38,6 +43,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -Account ### -Account

{{ Fill Account Description }} {{ Fill Account Description }}


```yaml ```yaml
@@ -53,6 +59,7 @@ Accept wildcard characters: False
``` ```


### -PassThru ### -PassThru

{{ Fill PassThru Description }} {{ Fill PassThru Description }}


```yaml ```yaml
@@ -68,6 +75,7 @@ Accept wildcard characters: False
``` ```


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -83,6 +91,7 @@ Accept wildcard characters: False
``` ```


### -SecurityDescriptor ### -SecurityDescriptor

{{ Fill SecurityDescriptor Description }} {{ Fill SecurityDescriptor Description }}


```yaml ```yaml
@@ -98,6 +107,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 8
- 2
Docs/Cmdlets/Set-NTFSSecurityDescriptor.md View File

@@ -8,21 +8,24 @@ schema: 2.0.0
# Set-NTFSSecurityDescriptor # Set-NTFSSecurityDescriptor


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


```
```PowerShell
Set-NTFSSecurityDescriptor [-SecurityDescriptor] <FileSystemSecurity2[]> [-PassThru] [<CommonParameters>] Set-NTFSSecurityDescriptor [-SecurityDescriptor] <FileSystemSecurity2[]> [-PassThru] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -31,6 +34,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -PassThru ### -PassThru

{{ Fill PassThru Description }} {{ Fill PassThru Description }}


```yaml ```yaml
@@ -46,6 +50,7 @@ Accept wildcard characters: False
``` ```


### -SecurityDescriptor ### -SecurityDescriptor

{{ Fill SecurityDescriptor Description }} {{ Fill SecurityDescriptor Description }}


```yaml ```yaml
@@ -61,6 +66,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 8
- 2
Docs/Cmdlets/Test-Path2.md View File

@@ -8,21 +8,24 @@ schema: 2.0.0
# Test-Path2 # Test-Path2


## SYNOPSIS ## SYNOPSIS

{{ Fill in the Synopsis }} {{ Fill in the Synopsis }}


## SYNTAX ## SYNTAX


```
```PowerShell
Test-Path2 [-Path] <String[]> [-PathType <TestPathType>] [<CommonParameters>] Test-Path2 [-Path] <String[]> [-PathType <TestPathType>] [<CommonParameters>]
``` ```


## DESCRIPTION ## DESCRIPTION

{{ Fill in the Description }} {{ Fill in the Description }}


## EXAMPLES ## EXAMPLES


### Example 1 ### Example 1
```powershell

```PowerShell
PS C:\> {{ Add example code here }} PS C:\> {{ Add example code here }}
``` ```


@@ -31,6 +34,7 @@ PS C:\> {{ Add example code here }}
## PARAMETERS ## PARAMETERS


### -Path ### -Path

{{ Fill Path Description }} {{ Fill Path Description }}


```yaml ```yaml
@@ -46,6 +50,7 @@ Accept wildcard characters: False
``` ```


### -PathType ### -PathType

{{ Fill PathType Description }} {{ Fill PathType Description }}


```yaml ```yaml
@@ -62,6 +67,7 @@ Accept wildcard characters: False
``` ```


### CommonParameters ### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).


## INPUTS ## INPUTS


+ 1
- 1
Docs/Contributing.md View File

@@ -7,4 +7,4 @@ The following topics explain how to contribute to the NTFSAccess documentation.
1. [Get started](./Contributing/01-Getting-Started.md) 1. [Get started](./Contributing/01-Getting-Started.md)
2. [Writing PowerShell documentation](./Contributing/02-Writing.md) 2. [Writing PowerShell documentation](./Contributing/02-Writing.md)


This contributor guide is a modified version of the one found on the [Powershell Docs](https://github.com/PowerShell/PowerShell-Docs) GitHub page.
This contributor guide is a modified version of the one found on the [Powershell Docs](https://github.com/PowerShell/PowerShell-Docs) GitHub page.

Loading…
Cancel
Save