From 28289c442eaa67c9ef62e9c9ed9cd5f705edd658 Mon Sep 17 00:00:00 2001 From: sup3rlativ3 Date: Thu, 24 Oct 2019 22:36:28 +1100 Subject: [PATCH] removed md fixes to fix docs build --- Docs/Cmdlets/Add-NTFSAccess.md | 13 ++++--------- Docs/Cmdlets/Add-NTFSAudit.md | 13 ++++--------- Docs/Cmdlets/Clear-NTFSAccess.md | 7 ++----- Docs/Cmdlets/Clear-NTFSAudit.md | 7 ++----- Docs/Cmdlets/Copy-Item2.md | 3 +-- Docs/Cmdlets/Disable-NTFSAccessInheritance.md | 7 ++----- Docs/Cmdlets/Disable-NTFSAuditInheritance.md | 7 ++----- Docs/Cmdlets/Disable-Privileges.md | 3 +-- Docs/Cmdlets/Enable-NTFSAccessInheritance.md | 7 ++----- Docs/Cmdlets/Enable-NTFSAuditInheritance.md | 7 ++----- Docs/Cmdlets/Enable-Privileges.md | 3 +-- Docs/Cmdlets/Get-ChildItem2.md | 3 +-- Docs/Cmdlets/Get-DiskSpace.md | 3 +-- Docs/Cmdlets/Get-FileHash2.md | 2 -- Docs/Cmdlets/Get-Item2.md | 3 +-- Docs/Cmdlets/Get-NTFSAccess.md | 7 ++----- Docs/Cmdlets/Get-NTFSAudit.md | 7 ++----- Docs/Cmdlets/Get-NTFSEffectiveAccess.md | 7 ++----- Docs/Cmdlets/Get-NTFSHardLink.md | 3 +-- Docs/Cmdlets/Get-NTFSInheritance.md | 7 ++----- Docs/Cmdlets/Get-NTFSOrphanedAccess.md | 7 ++----- Docs/Cmdlets/Get-NTFSOrphanedAudit.md | 7 ++----- Docs/Cmdlets/Get-NTFSOwner.md | 7 ++----- Docs/Cmdlets/Get-NTFSSecurityDescriptor.md | 3 +-- Docs/Cmdlets/Get-NTFSSimpleAccess.md | 7 ++----- Docs/Cmdlets/Get-Privileges.md | 3 +-- Docs/Cmdlets/Move-Item2.md | 3 +-- Docs/Cmdlets/New-NTFSHardLink.md | 3 +-- Docs/Cmdlets/New-NTFSSymbolicLink.md | 3 +-- Docs/Cmdlets/Remove-Item2.md | 3 +-- Docs/Cmdlets/Remove-NTFSAccess.md | 13 ++++--------- Docs/Cmdlets/Remove-NTFSAudit.md | 13 ++++--------- Docs/Cmdlets/Set-NTFSInheritance.md | 7 ++----- Docs/Cmdlets/Set-NTFSOwner.md | 7 ++----- Docs/Cmdlets/Set-NTFSSecurityDescriptor.md | 3 +-- Docs/Cmdlets/Test-Path2.md | 3 +-- 36 files changed, 63 insertions(+), 148 deletions(-) diff --git a/Docs/Cmdlets/Add-NTFSAccess.md b/Docs/Cmdlets/Add-NTFSAccess.md index fa008dd..4449e07 100644 --- a/Docs/Cmdlets/Add-NTFSAccess.md +++ b/Docs/Cmdlets/Add-NTFSAccess.md @@ -14,31 +14,27 @@ Adds an access control entry (ACE) to an object. ## SYNTAX ### PathComplex (Default) - -```PowerShell +``` Add-NTFSAccess [-Path] [-Account] [-AccessRights] [-AccessType ] [-InheritanceFlags ] [-PropagationFlags ] [-PassThru] [] ``` ### PathSimple - -```PowerShell +``` Add-NTFSAccess [-Path] [-Account] [-AccessRights] [-AccessType ] [-AppliesTo ] [-PassThru] [] ``` ### SDSimple - -```PowerShell +``` Add-NTFSAccess [-SecurityDescriptor] [-Account] [-AccessRights] [-AccessType ] [-AppliesTo ] [-PassThru] [] ``` ### SDComplex - -```PowerShell +``` Add-NTFSAccess [-SecurityDescriptor] [-Account] [-AccessRights] [-AccessType ] [-InheritanceFlags ] [-PropagationFlags ] [-PassThru] [] @@ -249,7 +245,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Add-NTFSAudit.md b/Docs/Cmdlets/Add-NTFSAudit.md index 418ac26..9872a64 100644 --- a/Docs/Cmdlets/Add-NTFSAudit.md +++ b/Docs/Cmdlets/Add-NTFSAudit.md @@ -14,31 +14,27 @@ schema: 2.0.0 ## SYNTAX ### PathComplex (Default) - -```PowerShell +``` Add-NTFSAudit [-Path] [-Account] [-AccessRights] [-AuditFlags ] [-InheritanceFlags ] [-PropagationFlags ] [-PassThru] [] ``` ### PathSimple - -```PowerShell +``` Add-NTFSAudit [-Path] [-Account] [-AccessRights] [-AuditFlags ] [-AppliesTo ] [-PassThru] [] ``` ### SDSimple - -```PowerShell +``` Add-NTFSAudit [-SecurityDescriptor] [-Account] [-AccessRights] [-AuditFlags ] [-AppliesTo ] [-PassThru] [] ``` ### SDComplex - -```PowerShell +``` Add-NTFSAudit [-SecurityDescriptor] [-Account] [-AccessRights] [-AuditFlags ] [-InheritanceFlags ] [-PropagationFlags ] [-PassThru] [] @@ -210,7 +206,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Clear-NTFSAccess.md b/Docs/Cmdlets/Clear-NTFSAccess.md index 906b0f1..0184914 100644 --- a/Docs/Cmdlets/Clear-NTFSAccess.md +++ b/Docs/Cmdlets/Clear-NTFSAccess.md @@ -14,14 +14,12 @@ schema: 2.0.0 ## SYNTAX ### Path (Default) - -```PowerShell +``` Clear-NTFSAccess [-Path] [-DisableInheritance] [] ``` ### SD - -```PowerShell +``` Clear-NTFSAccess [-SecurityDescriptor] [-DisableInheritance] [] ``` @@ -90,7 +88,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Clear-NTFSAudit.md b/Docs/Cmdlets/Clear-NTFSAudit.md index 9769bc4..09f1c64 100644 --- a/Docs/Cmdlets/Clear-NTFSAudit.md +++ b/Docs/Cmdlets/Clear-NTFSAudit.md @@ -14,14 +14,12 @@ schema: 2.0.0 ## SYNTAX ### Path (Default) - -```PowerShell +``` Clear-NTFSAudit [-Path] [-DisableInheritance] [] ``` ### SD - -```PowerShell +``` Clear-NTFSAudit [-SecurityDescriptor] [-DisableInheritance] [] ``` @@ -90,7 +88,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Copy-Item2.md b/Docs/Cmdlets/Copy-Item2.md index 87751df..a62de6e 100644 --- a/Docs/Cmdlets/Copy-Item2.md +++ b/Docs/Cmdlets/Copy-Item2.md @@ -13,7 +13,7 @@ schema: 2.0.0 ## SYNTAX -```PowerShell +``` Copy-Item2 [-Path] [-Destination] [-Force] [-PassThru ] [-WhatIf] [-Confirm] [] ``` @@ -132,7 +132,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Disable-NTFSAccessInheritance.md b/Docs/Cmdlets/Disable-NTFSAccessInheritance.md index 5c1c487..5afaf9e 100644 --- a/Docs/Cmdlets/Disable-NTFSAccessInheritance.md +++ b/Docs/Cmdlets/Disable-NTFSAccessInheritance.md @@ -14,15 +14,13 @@ schema: 2.0.0 ## SYNTAX ### Path (Default) - -```PowerShell +``` Disable-NTFSAccessInheritance [[-Path] ] [-RemoveInheritedAccessRules] [-PassThru] [] ``` ### SecurityDescriptor - -```PowerShell +``` Disable-NTFSAccessInheritance [-SecurityDescriptor] [-RemoveInheritedAccessRules] [-PassThru] [] ``` @@ -108,7 +106,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Disable-NTFSAuditInheritance.md b/Docs/Cmdlets/Disable-NTFSAuditInheritance.md index d82a931..def9bbb 100644 --- a/Docs/Cmdlets/Disable-NTFSAuditInheritance.md +++ b/Docs/Cmdlets/Disable-NTFSAuditInheritance.md @@ -14,15 +14,13 @@ schema: 2.0.0 ## SYNTAX ### Path (Default) - -```PowerShell +``` Disable-NTFSAuditInheritance [[-Path] ] [-RemoveInheritedAccessRules] [-PassThru] [] ``` ### SecurityDescriptor - -```PowerShell +``` Disable-NTFSAuditInheritance [-SecurityDescriptor] [-RemoveInheritedAccessRules] [-PassThru] [] ``` @@ -108,7 +106,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Disable-Privileges.md b/Docs/Cmdlets/Disable-Privileges.md index ada8e73..8cb7f0a 100644 --- a/Docs/Cmdlets/Disable-Privileges.md +++ b/Docs/Cmdlets/Disable-Privileges.md @@ -13,7 +13,7 @@ schema: 2.0.0 ## SYNTAX -```PowerShell +``` Disable-Privileges [-PassThru] [] ``` @@ -50,7 +50,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Enable-NTFSAccessInheritance.md b/Docs/Cmdlets/Enable-NTFSAccessInheritance.md index bd1dbce..fb2e1a0 100644 --- a/Docs/Cmdlets/Enable-NTFSAccessInheritance.md +++ b/Docs/Cmdlets/Enable-NTFSAccessInheritance.md @@ -14,14 +14,12 @@ schema: 2.0.0 ## SYNTAX ### Path (Default) - -```PowerShell +``` Enable-NTFSAccessInheritance [[-Path] ] [-PassThru] [-RemoveExplicitAccessRules] [] ``` ### SecurityDescriptor - -```PowerShell +``` Enable-NTFSAccessInheritance [-SecurityDescriptor] [-PassThru] [-RemoveExplicitAccessRules] [] ``` @@ -107,7 +105,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Enable-NTFSAuditInheritance.md b/Docs/Cmdlets/Enable-NTFSAuditInheritance.md index 59cb16a..2128fcd 100644 --- a/Docs/Cmdlets/Enable-NTFSAuditInheritance.md +++ b/Docs/Cmdlets/Enable-NTFSAuditInheritance.md @@ -14,14 +14,12 @@ schema: 2.0.0 ## SYNTAX ### Path (Default) - -```PowerShell +``` Enable-NTFSAuditInheritance [[-Path] ] [-PassThru] [-RemoveExplicitAccessRules] [] ``` ### SecurityDescriptor - -```PowerShell +``` Enable-NTFSAuditInheritance [-SecurityDescriptor] [-PassThru] [-RemoveExplicitAccessRules] [] ``` @@ -107,7 +105,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Enable-Privileges.md b/Docs/Cmdlets/Enable-Privileges.md index 395b303..81606bb 100644 --- a/Docs/Cmdlets/Enable-Privileges.md +++ b/Docs/Cmdlets/Enable-Privileges.md @@ -13,7 +13,7 @@ schema: 2.0.0 ## SYNTAX -```PowerShell +``` Enable-Privileges [-PassThru] [] ``` @@ -50,7 +50,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Get-ChildItem2.md b/Docs/Cmdlets/Get-ChildItem2.md index 745f950..4b0a5ba 100644 --- a/Docs/Cmdlets/Get-ChildItem2.md +++ b/Docs/Cmdlets/Get-ChildItem2.md @@ -13,7 +13,7 @@ schema: 2.0.0 ## SYNTAX -```PowerShell +``` Get-ChildItem2 [[-Path] ] [[-Filter] ] [-Recurse] [-Directory] [-File] [-Attributes ] [-Hidden] [-System] [-ReadOnly] [-Force] [-SkipMountPoints] [-SkipSymbolicLinks] [-Depth ] [] @@ -245,7 +245,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Get-DiskSpace.md b/Docs/Cmdlets/Get-DiskSpace.md index c9ef7ef..7b52c52 100644 --- a/Docs/Cmdlets/Get-DiskSpace.md +++ b/Docs/Cmdlets/Get-DiskSpace.md @@ -13,7 +13,7 @@ schema: 2.0.0 ## SYNTAX -```PowerShell +``` Get-DiskSpace [[-DriveLetter] ] [] ``` @@ -50,7 +50,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Get-FileHash2.md b/Docs/Cmdlets/Get-FileHash2.md index 6632688..51204e5 100644 --- a/Docs/Cmdlets/Get-FileHash2.md +++ b/Docs/Cmdlets/Get-FileHash2.md @@ -14,7 +14,6 @@ schema: 2.0.0 ## SYNTAX ``` - Get-FileHash2 [-Path] [[-Algorithm] ] [] ``` @@ -68,7 +67,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Get-Item2.md b/Docs/Cmdlets/Get-Item2.md index ac67beb..8b62835 100644 --- a/Docs/Cmdlets/Get-Item2.md +++ b/Docs/Cmdlets/Get-Item2.md @@ -13,7 +13,7 @@ schema: 2.0.0 ## SYNTAX -```PowerShell +``` Get-Item2 [[-Path] ] [] ``` @@ -50,7 +50,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Get-NTFSAccess.md b/Docs/Cmdlets/Get-NTFSAccess.md index 0dc8b50..35f5b6b 100644 --- a/Docs/Cmdlets/Get-NTFSAccess.md +++ b/Docs/Cmdlets/Get-NTFSAccess.md @@ -14,15 +14,13 @@ schema: 2.0.0 ## SYNTAX ### Path (Default) - -```PowerShell +``` Get-NTFSAccess [[-Path] ] [-Account ] [-ExcludeExplicit] [-ExcludeInherited] [] ``` ### SD - -```PowerShell +``` Get-NTFSAccess [-SecurityDescriptor] [-Account ] [-ExcludeExplicit] [-ExcludeInherited] [] ``` @@ -124,7 +122,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Get-NTFSAudit.md b/Docs/Cmdlets/Get-NTFSAudit.md index 2d1663a..21e5dbb 100644 --- a/Docs/Cmdlets/Get-NTFSAudit.md +++ b/Docs/Cmdlets/Get-NTFSAudit.md @@ -14,15 +14,13 @@ schema: 2.0.0 ## SYNTAX ### Path - -```PowerShell +``` Get-NTFSAudit [[-Path] ] [-Account ] [-ExcludeExplicit] [-ExcludeInherited] [] ``` ### SD - -```PowerShell +``` Get-NTFSAudit [-SecurityDescriptor] [-Account ] [-ExcludeExplicit] [-ExcludeInherited] [] ``` @@ -124,7 +122,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Get-NTFSEffectiveAccess.md b/Docs/Cmdlets/Get-NTFSEffectiveAccess.md index f4622ce..d32d85d 100644 --- a/Docs/Cmdlets/Get-NTFSEffectiveAccess.md +++ b/Docs/Cmdlets/Get-NTFSEffectiveAccess.md @@ -14,15 +14,13 @@ schema: 2.0.0 ## SYNTAX ### Path (Default) - -```PowerShell +``` Get-NTFSEffectiveAccess [[-Path] ] [[-Account] ] [-ServerName ] [-ExcludeNoneAccessEntries] [] ``` ### SecurityDescriptor - -```PowerShell +``` Get-NTFSEffectiveAccess [-SecurityDescriptor] [[-Account] ] [-ServerName ] [-ExcludeNoneAccessEntries] [] ``` @@ -124,7 +122,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Get-NTFSHardLink.md b/Docs/Cmdlets/Get-NTFSHardLink.md index ce82f82..af36e38 100644 --- a/Docs/Cmdlets/Get-NTFSHardLink.md +++ b/Docs/Cmdlets/Get-NTFSHardLink.md @@ -13,7 +13,7 @@ schema: 2.0.0 ## SYNTAX -```PowerShell +``` Get-NTFSHardLink [[-Path] ] [] ``` @@ -50,7 +50,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Get-NTFSInheritance.md b/Docs/Cmdlets/Get-NTFSInheritance.md index f5b6833..4c9ce85 100644 --- a/Docs/Cmdlets/Get-NTFSInheritance.md +++ b/Docs/Cmdlets/Get-NTFSInheritance.md @@ -14,14 +14,12 @@ schema: 2.0.0 ## SYNTAX ### Path (Default) - -```PowerShell +``` Get-NTFSInheritance [[-Path] ] [] ``` ### SecurityDescriptor - -```PowerShell +``` Get-NTFSInheritance [-SecurityDescriptor] [] ``` @@ -74,7 +72,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Get-NTFSOrphanedAccess.md b/Docs/Cmdlets/Get-NTFSOrphanedAccess.md index 9a08488..8e49e98 100644 --- a/Docs/Cmdlets/Get-NTFSOrphanedAccess.md +++ b/Docs/Cmdlets/Get-NTFSOrphanedAccess.md @@ -14,15 +14,13 @@ schema: 2.0.0 ## SYNTAX ### Path - -```PowerShell +``` Get-NTFSOrphanedAccess [[-Path] ] [-Account ] [-ExcludeExplicit] [-ExcludeInherited] [] ``` ### SD - -```PowerShell +``` Get-NTFSOrphanedAccess [-SecurityDescriptor] [-Account ] [-ExcludeExplicit] [-ExcludeInherited] [] ``` @@ -124,7 +122,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Get-NTFSOrphanedAudit.md b/Docs/Cmdlets/Get-NTFSOrphanedAudit.md index 248f4bc..5172ae8 100644 --- a/Docs/Cmdlets/Get-NTFSOrphanedAudit.md +++ b/Docs/Cmdlets/Get-NTFSOrphanedAudit.md @@ -14,15 +14,13 @@ schema: 2.0.0 ## SYNTAX ### Path - -```PowerShell +``` Get-NTFSOrphanedAudit [[-Path] ] [-Account ] [-ExcludeExplicit] [-ExcludeInherited] [] ``` ### SD - -```PowerShell +``` Get-NTFSOrphanedAudit [-SecurityDescriptor] [-Account ] [-ExcludeExplicit] [-ExcludeInherited] [] ``` @@ -124,7 +122,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Get-NTFSOwner.md b/Docs/Cmdlets/Get-NTFSOwner.md index 6160e98..5a0d237 100644 --- a/Docs/Cmdlets/Get-NTFSOwner.md +++ b/Docs/Cmdlets/Get-NTFSOwner.md @@ -14,14 +14,12 @@ schema: 2.0.0 ## SYNTAX ### Path (Default) - -```PowerShell +``` Get-NTFSOwner [[-Path] ] [] ``` ### SecurityDescriptor - -```PowerShell +``` Get-NTFSOwner [-SecurityDescriptor] [] ``` @@ -74,7 +72,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Get-NTFSSecurityDescriptor.md b/Docs/Cmdlets/Get-NTFSSecurityDescriptor.md index ccd37ba..b3f2648 100644 --- a/Docs/Cmdlets/Get-NTFSSecurityDescriptor.md +++ b/Docs/Cmdlets/Get-NTFSSecurityDescriptor.md @@ -13,7 +13,7 @@ schema: 2.0.0 ## SYNTAX -```PowerShell +``` Get-NTFSSecurityDescriptor [[-Path] ] [] ``` @@ -50,7 +50,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Get-NTFSSimpleAccess.md b/Docs/Cmdlets/Get-NTFSSimpleAccess.md index ce971f7..c34118a 100644 --- a/Docs/Cmdlets/Get-NTFSSimpleAccess.md +++ b/Docs/Cmdlets/Get-NTFSSimpleAccess.md @@ -14,15 +14,13 @@ schema: 2.0.0 ## SYNTAX ### Path - -```PowerShell +``` Get-NTFSSimpleAccess [-IncludeRootFolder] [[-Path] ] [-Account ] [-ExcludeExplicit] [-ExcludeInherited] [] ``` ### SD - -```PowerShell +``` Get-NTFSSimpleAccess [-IncludeRootFolder] [-SecurityDescriptor] [-Account ] [-ExcludeExplicit] [-ExcludeInherited] [] ``` @@ -140,7 +138,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Get-Privileges.md b/Docs/Cmdlets/Get-Privileges.md index 978151b..703ef06 100644 --- a/Docs/Cmdlets/Get-Privileges.md +++ b/Docs/Cmdlets/Get-Privileges.md @@ -13,7 +13,7 @@ schema: 2.0.0 ## SYNTAX -```PowerShell +``` Get-Privileges [] ``` @@ -34,7 +34,6 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Move-Item2.md b/Docs/Cmdlets/Move-Item2.md index fad26f6..217fb2a 100644 --- a/Docs/Cmdlets/Move-Item2.md +++ b/Docs/Cmdlets/Move-Item2.md @@ -13,7 +13,7 @@ schema: 2.0.0 ## SYNTAX -```PowerShell +``` Move-Item2 [-Path] [-Destination] [-Force] [-PassThru ] [-WhatIf] [-Confirm] [] ``` @@ -132,7 +132,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/New-NTFSHardLink.md b/Docs/Cmdlets/New-NTFSHardLink.md index 4fff9ec..04cc5c8 100644 --- a/Docs/Cmdlets/New-NTFSHardLink.md +++ b/Docs/Cmdlets/New-NTFSHardLink.md @@ -13,7 +13,7 @@ schema: 2.0.0 ## SYNTAX -```PowerShell +``` New-NTFSHardLink [[-Path] ] [[-Target] ] [-PassThru] [] ``` @@ -82,7 +82,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/New-NTFSSymbolicLink.md b/Docs/Cmdlets/New-NTFSSymbolicLink.md index 5732174..854a647 100644 --- a/Docs/Cmdlets/New-NTFSSymbolicLink.md +++ b/Docs/Cmdlets/New-NTFSSymbolicLink.md @@ -13,7 +13,7 @@ schema: 2.0.0 ## SYNTAX -```PowerShell +``` New-NTFSSymbolicLink [[-Path] ] [[-Target] ] [-PassThru] [] ``` @@ -82,7 +82,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Remove-Item2.md b/Docs/Cmdlets/Remove-Item2.md index df5659c..d0c9cc9 100644 --- a/Docs/Cmdlets/Remove-Item2.md +++ b/Docs/Cmdlets/Remove-Item2.md @@ -13,7 +13,7 @@ schema: 2.0.0 ## SYNTAX -```PowerShell +``` Remove-Item2 [[-Path] ] [-Force] [-Recurse] [-PassThur] [-WhatIf] [-Confirm] [] ``` @@ -131,7 +131,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Remove-NTFSAccess.md b/Docs/Cmdlets/Remove-NTFSAccess.md index 828975d..3f1f5fb 100644 --- a/Docs/Cmdlets/Remove-NTFSAccess.md +++ b/Docs/Cmdlets/Remove-NTFSAccess.md @@ -14,31 +14,27 @@ schema: 2.0.0 ## SYNTAX ### PathComplex (Default) - -```PowerShell +``` Remove-NTFSAccess [-Path] [-Account] [-AccessRights] [-AccessType ] [-InheritanceFlags ] [-PropagationFlags ] [-PassThru] [] ``` ### PathSimple - -```PowerShell +``` Remove-NTFSAccess [-Path] [-Account] [-AccessRights] [-AccessType ] [-AppliesTo ] [-PassThru] [] ``` ### SDSimple - -```PowerShell +``` Remove-NTFSAccess [-SecurityDescriptor] [-Account] [-AccessRights] [-AccessType ] [-AppliesTo ] [-PassThru] [] ``` ### SDComplex - -```PowerShell +``` Remove-NTFSAccess [-SecurityDescriptor] [-Account] [-AccessRights] [-AccessType ] [-InheritanceFlags ] [-PropagationFlags ] [-PassThru] [] @@ -210,7 +206,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Remove-NTFSAudit.md b/Docs/Cmdlets/Remove-NTFSAudit.md index 04b70c8..399ca1d 100644 --- a/Docs/Cmdlets/Remove-NTFSAudit.md +++ b/Docs/Cmdlets/Remove-NTFSAudit.md @@ -14,31 +14,27 @@ schema: 2.0.0 ## SYNTAX ### PathComplex (Default) - -```PowerShell +``` Remove-NTFSAudit [-Path] [-Account] [-AccessRights] [-AuditFlags ] [-InheritanceFlags ] [-PropagationFlags ] [-PassThru] [] ``` ### PathSimple - -```PowerShell +``` Remove-NTFSAudit [-Path] [-Account] [-AccessRights] [-AuditFlags ] [-AppliesTo ] [-PassThru] [] ``` ### SDSimple - -```PowerShell +``` Remove-NTFSAudit [-SecurityDescriptor] [-Account] [-AccessRights] [-AuditFlags ] [-AppliesTo ] [-PassThru] [] ``` ### SDComplex - -```PowerShell +``` Remove-NTFSAudit [-SecurityDescriptor] [-Account] [-AccessRights] [-AuditFlags ] [-InheritanceFlags ] [-PropagationFlags ] [-PassThru] [] @@ -210,7 +206,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Set-NTFSInheritance.md b/Docs/Cmdlets/Set-NTFSInheritance.md index 90519ed..dec6c97 100644 --- a/Docs/Cmdlets/Set-NTFSInheritance.md +++ b/Docs/Cmdlets/Set-NTFSInheritance.md @@ -14,15 +14,13 @@ schema: 2.0.0 ## SYNTAX ### Path (Default) - -```PowerShell +``` Set-NTFSInheritance [[-Path] ] [-AccessInheritanceEnabled ] [-AuditInheritanceEnabled ] [-PassThru] [] ``` ### SecurityDescriptor - -```PowerShell +``` Set-NTFSInheritance [-SecurityDescriptor] [-AccessInheritanceEnabled ] [-AuditInheritanceEnabled ] [-PassThru] [] ``` @@ -124,7 +122,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Set-NTFSOwner.md b/Docs/Cmdlets/Set-NTFSOwner.md index 39591ae..e0c947b 100644 --- a/Docs/Cmdlets/Set-NTFSOwner.md +++ b/Docs/Cmdlets/Set-NTFSOwner.md @@ -14,14 +14,12 @@ schema: 2.0.0 ## SYNTAX ### Path (Default) - -```PowerShell +``` Set-NTFSOwner [[-Path] ] [-Account] [-PassThru] [] ``` ### SecurityDescriptor - -```PowerShell +``` Set-NTFSOwner [-SecurityDescriptor] [-Account] [-PassThru] [] ``` @@ -107,7 +105,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Set-NTFSSecurityDescriptor.md b/Docs/Cmdlets/Set-NTFSSecurityDescriptor.md index 8b05146..eb14872 100644 --- a/Docs/Cmdlets/Set-NTFSSecurityDescriptor.md +++ b/Docs/Cmdlets/Set-NTFSSecurityDescriptor.md @@ -13,7 +13,7 @@ schema: 2.0.0 ## SYNTAX -```PowerShell +``` Set-NTFSSecurityDescriptor [-SecurityDescriptor] [-PassThru] [] ``` @@ -66,7 +66,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS diff --git a/Docs/Cmdlets/Test-Path2.md b/Docs/Cmdlets/Test-Path2.md index 852bf6b..71f3664 100644 --- a/Docs/Cmdlets/Test-Path2.md +++ b/Docs/Cmdlets/Test-Path2.md @@ -13,7 +13,7 @@ schema: 2.0.0 ## SYNTAX -```PowerShell +``` Test-Path2 [-Path] [-PathType ] [] ``` @@ -67,7 +67,6 @@ Accept wildcard characters: False ``` ### 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). ## INPUTS