From 24d06add4eebc837a19ed33d4fc4e87287e76ae8 Mon Sep 17 00:00:00 2001 From: sup3rlativ3 Date: Sun, 20 Oct 2019 16:57:47 +1100 Subject: [PATCH] Fixed Markdown linting --- Docs/Cmdlets/Add-NTFSAccess.md | 13 ++++++--- Docs/Cmdlets/Add-NTFSAudit.md | 27 +++++++++++++++---- Docs/Cmdlets/Clear-NTFSAccess.md | 16 ++++++++--- Docs/Cmdlets/Clear-NTFSAudit.md | 16 ++++++++--- Docs/Cmdlets/Copy-Item2.md | 15 +++++++++-- Docs/Cmdlets/Disable-NTFSAccessInheritance.md | 17 +++++++++--- Docs/Cmdlets/Disable-NTFSAuditInheritance.md | 17 +++++++++--- Docs/Cmdlets/Disable-Privileges.md | 9 +++++-- Docs/Cmdlets/Enable-NTFSAccessInheritance.md | 17 +++++++++--- Docs/Cmdlets/Enable-NTFSAuditInheritance.md | 17 +++++++++--- Docs/Cmdlets/Enable-Privileges.md | 9 +++++-- Docs/Cmdlets/Get-ChildItem2.md | 21 +++++++++++++-- Docs/Cmdlets/Get-DiskSpace.md | 9 +++++-- Docs/Cmdlets/Get-FileHash2.md | 9 ++++++- Docs/Cmdlets/Get-Item2.md | 9 +++++-- Docs/Cmdlets/Get-NTFSAccess.md | 17 +++++++++--- Docs/Cmdlets/Get-NTFSAudit.md | 17 +++++++++--- Docs/Cmdlets/Get-NTFSEffectiveAccess.md | 17 +++++++++--- Docs/Cmdlets/Get-NTFSHardLink.md | 9 +++++-- Docs/Cmdlets/Get-NTFSInheritance.md | 14 +++++++--- Docs/Cmdlets/Get-NTFSOrphanedAccess.md | 17 +++++++++--- Docs/Cmdlets/Get-NTFSOrphanedAudit.md | 17 +++++++++--- Docs/Cmdlets/Get-NTFSOwner.md | 14 +++++++--- Docs/Cmdlets/Get-NTFSSecurityDescriptor.md | 9 +++++-- Docs/Cmdlets/Get-NTFSSimpleAccess.md | 18 ++++++++++--- Docs/Cmdlets/Get-Privileges.md | 8 ++++-- Docs/Cmdlets/Move-Item2.md | 15 +++++++++-- Docs/Cmdlets/New-NTFSHardLink.md | 11 ++++++-- Docs/Cmdlets/New-NTFSSymbolicLink.md | 11 ++++++-- Docs/Cmdlets/Remove-Item2.md | 15 +++++++++-- Docs/Cmdlets/Remove-NTFSAccess.md | 27 +++++++++++++++---- Docs/Cmdlets/Remove-NTFSAudit.md | 27 +++++++++++++++---- Docs/Cmdlets/Set-NTFSInheritance.md | 18 ++++++++++--- Docs/Cmdlets/Set-NTFSOwner.md | 16 ++++++++--- Docs/Cmdlets/Set-NTFSSecurityDescriptor.md | 10 +++++-- Docs/Cmdlets/Test-Path2.md | 10 +++++-- Docs/Contributing.md | 2 +- 37 files changed, 441 insertions(+), 99 deletions(-) diff --git a/Docs/Cmdlets/Add-NTFSAccess.md b/Docs/Cmdlets/Add-NTFSAccess.md index 98cc4b8..015835b 100644 --- a/Docs/Cmdlets/Add-NTFSAccess.md +++ b/Docs/Cmdlets/Add-NTFSAccess.md @@ -14,27 +14,31 @@ 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] [] @@ -229,6 +233,7 @@ 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 7dc5089..418ac26 100644 --- a/Docs/Cmdlets/Add-NTFSAudit.md +++ b/Docs/Cmdlets/Add-NTFSAudit.md @@ -8,44 +8,51 @@ schema: 2.0.0 # Add-NTFSAudit ## SYNOPSIS + {{ Fill in the Synopsis }} ## 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] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -54,6 +61,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -AccessRights + {{ Fill AccessRights Description }} ```yaml @@ -70,6 +78,7 @@ Accept wildcard characters: False ``` ### -Account + {{ Fill Account Description }} ```yaml @@ -85,6 +94,7 @@ Accept wildcard characters: False ``` ### -AppliesTo + {{ Fill AppliesTo Description }} ```yaml @@ -101,6 +111,7 @@ Accept wildcard characters: False ``` ### -AuditFlags + {{ Fill AuditFlags Description }} ```yaml @@ -117,6 +128,7 @@ Accept wildcard characters: False ``` ### -InheritanceFlags + {{ Fill InheritanceFlags Description }} ```yaml @@ -133,6 +145,7 @@ Accept wildcard characters: False ``` ### -PassThru + {{ Fill PassThru Description }} ```yaml @@ -148,6 +161,7 @@ Accept wildcard characters: False ``` ### -Path + {{ Fill Path Description }} ```yaml @@ -163,6 +177,7 @@ Accept wildcard characters: False ``` ### -PropagationFlags + {{ Fill PropagationFlags Description }} ```yaml @@ -179,6 +194,7 @@ Accept wildcard characters: False ``` ### -SecurityDescriptor + {{ Fill SecurityDescriptor Description }} ```yaml @@ -194,6 +210,7 @@ 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 060705e..906b0f1 100644 --- a/Docs/Cmdlets/Clear-NTFSAccess.md +++ b/Docs/Cmdlets/Clear-NTFSAccess.md @@ -8,27 +8,32 @@ schema: 2.0.0 # Clear-NTFSAccess ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX ### Path (Default) -``` + +```PowerShell Clear-NTFSAccess [-Path] [-DisableInheritance] [] ``` ### SD -``` + +```PowerShell Clear-NTFSAccess [-SecurityDescriptor] [-DisableInheritance] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -37,6 +42,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -DisableInheritance + {{ Fill DisableInheritance Description }} ```yaml @@ -52,6 +58,7 @@ Accept wildcard characters: False ``` ### -Path + {{ Fill Path Description }} ```yaml @@ -67,6 +74,7 @@ Accept wildcard characters: False ``` ### -SecurityDescriptor + {{ Fill SecurityDescriptor Description }} ```yaml @@ -82,6 +90,7 @@ 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 @@ -93,6 +102,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS ### System.Object + ## NOTES ## RELATED LINKS diff --git a/Docs/Cmdlets/Clear-NTFSAudit.md b/Docs/Cmdlets/Clear-NTFSAudit.md index dc09927..9769bc4 100644 --- a/Docs/Cmdlets/Clear-NTFSAudit.md +++ b/Docs/Cmdlets/Clear-NTFSAudit.md @@ -8,27 +8,32 @@ schema: 2.0.0 # Clear-NTFSAudit ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX ### Path (Default) -``` + +```PowerShell Clear-NTFSAudit [-Path] [-DisableInheritance] [] ``` ### SD -``` + +```PowerShell Clear-NTFSAudit [-SecurityDescriptor] [-DisableInheritance] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -37,6 +42,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -DisableInheritance + {{ Fill DisableInheritance Description }} ```yaml @@ -52,6 +58,7 @@ Accept wildcard characters: False ``` ### -Path + {{ Fill Path Description }} ```yaml @@ -67,6 +74,7 @@ Accept wildcard characters: False ``` ### -SecurityDescriptor + {{ Fill SecurityDescriptor Description }} ```yaml @@ -82,6 +90,7 @@ 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 @@ -93,6 +102,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS ### System.Object + ## NOTES ## RELATED LINKS diff --git a/Docs/Cmdlets/Copy-Item2.md b/Docs/Cmdlets/Copy-Item2.md index 0dd5b18..87751df 100644 --- a/Docs/Cmdlets/Copy-Item2.md +++ b/Docs/Cmdlets/Copy-Item2.md @@ -8,22 +8,25 @@ schema: 2.0.0 # Copy-Item2 ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX -``` +```PowerShell Copy-Item2 [-Path] [-Destination] [-Force] [-PassThru ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -32,6 +35,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -Confirm + Prompts you for confirmation before running the cmdlet. ```yaml @@ -47,6 +51,7 @@ Accept wildcard characters: False ``` ### -Destination + {{ Fill Destination Description }} ```yaml @@ -62,6 +67,7 @@ Accept wildcard characters: False ``` ### -Force + {{ Fill Force Description }} ```yaml @@ -77,6 +83,7 @@ Accept wildcard characters: False ``` ### -PassThru + {{ Fill PassThru Description }} ```yaml @@ -92,6 +99,7 @@ Accept wildcard characters: False ``` ### -Path + {{ Fill Path Description }} ```yaml @@ -107,6 +115,7 @@ Accept wildcard characters: False ``` ### -WhatIf + Shows what would happen if the cmdlet runs. The cmdlet is not run. @@ -123,6 +132,7 @@ 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 @@ -134,6 +144,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS ### System.Object + ## NOTES ## RELATED LINKS diff --git a/Docs/Cmdlets/Disable-NTFSAccessInheritance.md b/Docs/Cmdlets/Disable-NTFSAccessInheritance.md index 24fff2c..5c1c487 100644 --- a/Docs/Cmdlets/Disable-NTFSAccessInheritance.md +++ b/Docs/Cmdlets/Disable-NTFSAccessInheritance.md @@ -8,29 +8,34 @@ schema: 2.0.0 # Disable-NTFSAccessInheritance ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX ### Path (Default) -``` + +```PowerShell Disable-NTFSAccessInheritance [[-Path] ] [-RemoveInheritedAccessRules] [-PassThru] [] ``` ### SecurityDescriptor -``` + +```PowerShell Disable-NTFSAccessInheritance [-SecurityDescriptor] [-RemoveInheritedAccessRules] [-PassThru] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -39,6 +44,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -PassThru + {{ Fill PassThru Description }} ```yaml @@ -54,6 +60,7 @@ Accept wildcard characters: False ``` ### -Path + {{ Fill Path Description }} ```yaml @@ -69,6 +76,7 @@ Accept wildcard characters: False ``` ### -RemoveInheritedAccessRules + {{ Fill RemoveInheritedAccessRules Description }} ```yaml @@ -84,6 +92,7 @@ Accept wildcard characters: False ``` ### -SecurityDescriptor + {{ Fill SecurityDescriptor Description }} ```yaml @@ -99,6 +108,7 @@ 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 @@ -110,6 +120,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS ### System.Object + ## NOTES ## RELATED LINKS diff --git a/Docs/Cmdlets/Disable-NTFSAuditInheritance.md b/Docs/Cmdlets/Disable-NTFSAuditInheritance.md index 79273f0..d82a931 100644 --- a/Docs/Cmdlets/Disable-NTFSAuditInheritance.md +++ b/Docs/Cmdlets/Disable-NTFSAuditInheritance.md @@ -8,29 +8,34 @@ schema: 2.0.0 # Disable-NTFSAuditInheritance ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX ### Path (Default) -``` + +```PowerShell Disable-NTFSAuditInheritance [[-Path] ] [-RemoveInheritedAccessRules] [-PassThru] [] ``` ### SecurityDescriptor -``` + +```PowerShell Disable-NTFSAuditInheritance [-SecurityDescriptor] [-RemoveInheritedAccessRules] [-PassThru] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -39,6 +44,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -PassThru + {{ Fill PassThru Description }} ```yaml @@ -54,6 +60,7 @@ Accept wildcard characters: False ``` ### -Path + {{ Fill Path Description }} ```yaml @@ -69,6 +76,7 @@ Accept wildcard characters: False ``` ### -RemoveInheritedAccessRules + {{ Fill RemoveInheritedAccessRules Description }} ```yaml @@ -84,6 +92,7 @@ Accept wildcard characters: False ``` ### -SecurityDescriptor + {{ Fill SecurityDescriptor Description }} ```yaml @@ -99,6 +108,7 @@ 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 @@ -110,6 +120,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS ### System.Object + ## NOTES ## RELATED LINKS diff --git a/Docs/Cmdlets/Disable-Privileges.md b/Docs/Cmdlets/Disable-Privileges.md index 475f4d4..ada8e73 100644 --- a/Docs/Cmdlets/Disable-Privileges.md +++ b/Docs/Cmdlets/Disable-Privileges.md @@ -8,21 +8,24 @@ schema: 2.0.0 # Disable-Privileges ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX -``` +```PowerShell Disable-Privileges [-PassThru] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -31,6 +34,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -PassThru + {{ Fill PassThru Description }} ```yaml @@ -46,6 +50,7 @@ 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 44ecbf0..bd1dbce 100644 --- a/Docs/Cmdlets/Enable-NTFSAccessInheritance.md +++ b/Docs/Cmdlets/Enable-NTFSAccessInheritance.md @@ -8,28 +8,33 @@ schema: 2.0.0 # Enable-NTFSAccessInheritance ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX ### Path (Default) -``` + +```PowerShell Enable-NTFSAccessInheritance [[-Path] ] [-PassThru] [-RemoveExplicitAccessRules] [] ``` ### SecurityDescriptor -``` + +```PowerShell Enable-NTFSAccessInheritance [-SecurityDescriptor] [-PassThru] [-RemoveExplicitAccessRules] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -38,6 +43,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -PassThru + {{ Fill PassThru Description }} ```yaml @@ -53,6 +59,7 @@ Accept wildcard characters: False ``` ### -Path + {{ Fill Path Description }} ```yaml @@ -68,6 +75,7 @@ Accept wildcard characters: False ``` ### -RemoveExplicitAccessRules + {{ Fill RemoveExplicitAccessRules Description }} ```yaml @@ -83,6 +91,7 @@ Accept wildcard characters: False ``` ### -SecurityDescriptor + {{ Fill SecurityDescriptor Description }} ```yaml @@ -98,6 +107,7 @@ 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 @@ -109,6 +119,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS ### System.Object + ## NOTES ## RELATED LINKS diff --git a/Docs/Cmdlets/Enable-NTFSAuditInheritance.md b/Docs/Cmdlets/Enable-NTFSAuditInheritance.md index 8eb634c..59cb16a 100644 --- a/Docs/Cmdlets/Enable-NTFSAuditInheritance.md +++ b/Docs/Cmdlets/Enable-NTFSAuditInheritance.md @@ -8,28 +8,33 @@ schema: 2.0.0 # Enable-NTFSAuditInheritance ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX ### Path (Default) -``` + +```PowerShell Enable-NTFSAuditInheritance [[-Path] ] [-PassThru] [-RemoveExplicitAccessRules] [] ``` ### SecurityDescriptor -``` + +```PowerShell Enable-NTFSAuditInheritance [-SecurityDescriptor] [-PassThru] [-RemoveExplicitAccessRules] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -38,6 +43,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -PassThru + {{ Fill PassThru Description }} ```yaml @@ -53,6 +59,7 @@ Accept wildcard characters: False ``` ### -Path + {{ Fill Path Description }} ```yaml @@ -68,6 +75,7 @@ Accept wildcard characters: False ``` ### -RemoveExplicitAccessRules + {{ Fill RemoveExplicitAccessRules Description }} ```yaml @@ -83,6 +91,7 @@ Accept wildcard characters: False ``` ### -SecurityDescriptor + {{ Fill SecurityDescriptor Description }} ```yaml @@ -98,6 +107,7 @@ 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 @@ -109,6 +119,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS ### System.Object + ## NOTES ## RELATED LINKS diff --git a/Docs/Cmdlets/Enable-Privileges.md b/Docs/Cmdlets/Enable-Privileges.md index 57d9214..395b303 100644 --- a/Docs/Cmdlets/Enable-Privileges.md +++ b/Docs/Cmdlets/Enable-Privileges.md @@ -8,21 +8,24 @@ schema: 2.0.0 # Enable-Privileges ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX -``` +```PowerShell Enable-Privileges [-PassThru] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -31,6 +34,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -PassThru + {{ Fill PassThru Description }} ```yaml @@ -46,6 +50,7 @@ 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 f3852d9..745f950 100644 --- a/Docs/Cmdlets/Get-ChildItem2.md +++ b/Docs/Cmdlets/Get-ChildItem2.md @@ -8,23 +8,26 @@ schema: 2.0.0 # Get-ChildItem2 ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX -``` +```PowerShell Get-ChildItem2 [[-Path] ] [[-Filter] ] [-Recurse] [-Directory] [-File] [-Attributes ] [-Hidden] [-System] [-ReadOnly] [-Force] [-SkipMountPoints] [-SkipSymbolicLinks] [-Depth ] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -33,6 +36,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -Attributes + {{ Fill Attributes Description }} ```yaml @@ -49,6 +53,7 @@ Accept wildcard characters: False ``` ### -Depth + {{ Fill Depth Description }} ```yaml @@ -64,6 +69,7 @@ Accept wildcard characters: False ``` ### -Directory + {{ Fill Directory Description }} ```yaml @@ -79,6 +85,7 @@ Accept wildcard characters: False ``` ### -File + {{ Fill File Description }} ```yaml @@ -94,6 +101,7 @@ Accept wildcard characters: False ``` ### -Filter + {{ Fill Filter Description }} ```yaml @@ -109,6 +117,7 @@ Accept wildcard characters: False ``` ### -Force + {{ Fill Force Description }} ```yaml @@ -124,6 +133,7 @@ Accept wildcard characters: False ``` ### -Hidden + {{ Fill Hidden Description }} ```yaml @@ -139,6 +149,7 @@ Accept wildcard characters: False ``` ### -Path + {{ Fill Path Description }} ```yaml @@ -154,6 +165,7 @@ Accept wildcard characters: False ``` ### -ReadOnly + {{ Fill ReadOnly Description }} ```yaml @@ -169,6 +181,7 @@ Accept wildcard characters: False ``` ### -Recurse + {{ Fill Recurse Description }} ```yaml @@ -184,6 +197,7 @@ Accept wildcard characters: False ``` ### -SkipMountPoints + {{ Fill SkipMountPoints Description }} ```yaml @@ -199,6 +213,7 @@ Accept wildcard characters: False ``` ### -SkipSymbolicLinks + {{ Fill SkipSymbolicLinks Description }} ```yaml @@ -214,6 +229,7 @@ Accept wildcard characters: False ``` ### -System + {{ Fill System Description }} ```yaml @@ -229,6 +245,7 @@ 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 a037eb9..c9ef7ef 100644 --- a/Docs/Cmdlets/Get-DiskSpace.md +++ b/Docs/Cmdlets/Get-DiskSpace.md @@ -8,21 +8,24 @@ schema: 2.0.0 # Get-DiskSpace ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX -``` +```PowerShell Get-DiskSpace [[-DriveLetter] ] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -31,6 +34,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -DriveLetter + {{ Fill DriveLetter Description }} ```yaml @@ -46,6 +50,7 @@ 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 703c223..6632688 100644 --- a/Docs/Cmdlets/Get-FileHash2.md +++ b/Docs/Cmdlets/Get-FileHash2.md @@ -8,21 +8,25 @@ schema: 2.0.0 # Get-FileHash2 ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX ``` + Get-FileHash2 [-Path] [[-Algorithm] ] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -31,6 +35,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -Algorithm + {{ Fill Algorithm Description }} ```yaml @@ -47,6 +52,7 @@ Accept wildcard characters: False ``` ### -Path + {{ Fill Path Description }} ```yaml @@ -62,6 +68,7 @@ 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 1fc13e8..ac67beb 100644 --- a/Docs/Cmdlets/Get-Item2.md +++ b/Docs/Cmdlets/Get-Item2.md @@ -8,21 +8,24 @@ schema: 2.0.0 # Get-Item2 ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX -``` +```PowerShell Get-Item2 [[-Path] ] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -31,6 +34,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -Path + {{ Fill Path Description }} ```yaml @@ -46,6 +50,7 @@ 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 f07f251..0dc8b50 100644 --- a/Docs/Cmdlets/Get-NTFSAccess.md +++ b/Docs/Cmdlets/Get-NTFSAccess.md @@ -8,29 +8,34 @@ schema: 2.0.0 # Get-NTFSAccess ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX ### Path (Default) -``` + +```PowerShell Get-NTFSAccess [[-Path] ] [-Account ] [-ExcludeExplicit] [-ExcludeInherited] [] ``` ### SD -``` + +```PowerShell Get-NTFSAccess [-SecurityDescriptor] [-Account ] [-ExcludeExplicit] [-ExcludeInherited] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -39,6 +44,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -Account + {{ Fill Account Description }} ```yaml @@ -54,6 +60,7 @@ Accept wildcard characters: False ``` ### -ExcludeExplicit + {{ Fill ExcludeExplicit Description }} ```yaml @@ -69,6 +76,7 @@ Accept wildcard characters: False ``` ### -ExcludeInherited + {{ Fill ExcludeInherited Description }} ```yaml @@ -84,6 +92,7 @@ Accept wildcard characters: False ``` ### -Path + {{ Fill Path Description }} ```yaml @@ -99,6 +108,7 @@ Accept wildcard characters: False ``` ### -SecurityDescriptor + {{ Fill SecurityDescriptor Description }} ```yaml @@ -114,6 +124,7 @@ 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 29c968d..2d1663a 100644 --- a/Docs/Cmdlets/Get-NTFSAudit.md +++ b/Docs/Cmdlets/Get-NTFSAudit.md @@ -8,29 +8,34 @@ schema: 2.0.0 # Get-NTFSAudit ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX ### Path -``` + +```PowerShell Get-NTFSAudit [[-Path] ] [-Account ] [-ExcludeExplicit] [-ExcludeInherited] [] ``` ### SD -``` + +```PowerShell Get-NTFSAudit [-SecurityDescriptor] [-Account ] [-ExcludeExplicit] [-ExcludeInherited] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -39,6 +44,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -Account + {{ Fill Account Description }} ```yaml @@ -54,6 +60,7 @@ Accept wildcard characters: False ``` ### -ExcludeExplicit + {{ Fill ExcludeExplicit Description }} ```yaml @@ -69,6 +76,7 @@ Accept wildcard characters: False ``` ### -ExcludeInherited + {{ Fill ExcludeInherited Description }} ```yaml @@ -84,6 +92,7 @@ Accept wildcard characters: False ``` ### -Path + {{ Fill Path Description }} ```yaml @@ -99,6 +108,7 @@ Accept wildcard characters: False ``` ### -SecurityDescriptor + {{ Fill SecurityDescriptor Description }} ```yaml @@ -114,6 +124,7 @@ 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 58b66f1..f4622ce 100644 --- a/Docs/Cmdlets/Get-NTFSEffectiveAccess.md +++ b/Docs/Cmdlets/Get-NTFSEffectiveAccess.md @@ -8,29 +8,34 @@ schema: 2.0.0 # Get-NTFSEffectiveAccess ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX ### Path (Default) -``` + +```PowerShell Get-NTFSEffectiveAccess [[-Path] ] [[-Account] ] [-ServerName ] [-ExcludeNoneAccessEntries] [] ``` ### SecurityDescriptor -``` + +```PowerShell Get-NTFSEffectiveAccess [-SecurityDescriptor] [[-Account] ] [-ServerName ] [-ExcludeNoneAccessEntries] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -39,6 +44,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -Account + {{ Fill Account Description }} ```yaml @@ -54,6 +60,7 @@ Accept wildcard characters: False ``` ### -ExcludeNoneAccessEntries + {{ Fill ExcludeNoneAccessEntries Description }} ```yaml @@ -69,6 +76,7 @@ Accept wildcard characters: False ``` ### -Path + {{ Fill Path Description }} ```yaml @@ -84,6 +92,7 @@ Accept wildcard characters: False ``` ### -SecurityDescriptor + {{ Fill SecurityDescriptor Description }} ```yaml @@ -99,6 +108,7 @@ Accept wildcard characters: False ``` ### -ServerName + {{ Fill ServerName Description }} ```yaml @@ -114,6 +124,7 @@ 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 6718e09..ce82f82 100644 --- a/Docs/Cmdlets/Get-NTFSHardLink.md +++ b/Docs/Cmdlets/Get-NTFSHardLink.md @@ -8,21 +8,24 @@ schema: 2.0.0 # Get-NTFSHardLink ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX -``` +```PowerShell Get-NTFSHardLink [[-Path] ] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -31,6 +34,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -Path + {{ Fill Path Description }} ```yaml @@ -46,6 +50,7 @@ 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 44e9156..f5b6833 100644 --- a/Docs/Cmdlets/Get-NTFSInheritance.md +++ b/Docs/Cmdlets/Get-NTFSInheritance.md @@ -8,27 +8,32 @@ schema: 2.0.0 # Get-NTFSInheritance ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX ### Path (Default) -``` + +```PowerShell Get-NTFSInheritance [[-Path] ] [] ``` ### SecurityDescriptor -``` + +```PowerShell Get-NTFSInheritance [-SecurityDescriptor] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -37,6 +42,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -Path + {{ Fill Path Description }} ```yaml @@ -52,6 +58,7 @@ Accept wildcard characters: False ``` ### -SecurityDescriptor + {{ Fill SecurityDescriptor Description }} ```yaml @@ -67,6 +74,7 @@ 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 80f9a7c..9a08488 100644 --- a/Docs/Cmdlets/Get-NTFSOrphanedAccess.md +++ b/Docs/Cmdlets/Get-NTFSOrphanedAccess.md @@ -8,29 +8,34 @@ schema: 2.0.0 # Get-NTFSOrphanedAccess ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX ### Path -``` + +```PowerShell Get-NTFSOrphanedAccess [[-Path] ] [-Account ] [-ExcludeExplicit] [-ExcludeInherited] [] ``` ### SD -``` + +```PowerShell Get-NTFSOrphanedAccess [-SecurityDescriptor] [-Account ] [-ExcludeExplicit] [-ExcludeInherited] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -39,6 +44,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -Account + {{ Fill Account Description }} ```yaml @@ -54,6 +60,7 @@ Accept wildcard characters: False ``` ### -ExcludeExplicit + {{ Fill ExcludeExplicit Description }} ```yaml @@ -69,6 +76,7 @@ Accept wildcard characters: False ``` ### -ExcludeInherited + {{ Fill ExcludeInherited Description }} ```yaml @@ -84,6 +92,7 @@ Accept wildcard characters: False ``` ### -Path + {{ Fill Path Description }} ```yaml @@ -99,6 +108,7 @@ Accept wildcard characters: False ``` ### -SecurityDescriptor + {{ Fill SecurityDescriptor Description }} ```yaml @@ -114,6 +124,7 @@ 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 3ef6d66..248f4bc 100644 --- a/Docs/Cmdlets/Get-NTFSOrphanedAudit.md +++ b/Docs/Cmdlets/Get-NTFSOrphanedAudit.md @@ -8,29 +8,34 @@ schema: 2.0.0 # Get-NTFSOrphanedAudit ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX ### Path -``` + +```PowerShell Get-NTFSOrphanedAudit [[-Path] ] [-Account ] [-ExcludeExplicit] [-ExcludeInherited] [] ``` ### SD -``` + +```PowerShell Get-NTFSOrphanedAudit [-SecurityDescriptor] [-Account ] [-ExcludeExplicit] [-ExcludeInherited] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -39,6 +44,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -Account + {{ Fill Account Description }} ```yaml @@ -54,6 +60,7 @@ Accept wildcard characters: False ``` ### -ExcludeExplicit + {{ Fill ExcludeExplicit Description }} ```yaml @@ -69,6 +76,7 @@ Accept wildcard characters: False ``` ### -ExcludeInherited + {{ Fill ExcludeInherited Description }} ```yaml @@ -84,6 +92,7 @@ Accept wildcard characters: False ``` ### -Path + {{ Fill Path Description }} ```yaml @@ -99,6 +108,7 @@ Accept wildcard characters: False ``` ### -SecurityDescriptor + {{ Fill SecurityDescriptor Description }} ```yaml @@ -114,6 +124,7 @@ 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 d86e5a3..6160e98 100644 --- a/Docs/Cmdlets/Get-NTFSOwner.md +++ b/Docs/Cmdlets/Get-NTFSOwner.md @@ -8,27 +8,32 @@ schema: 2.0.0 # Get-NTFSOwner ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX ### Path (Default) -``` + +```PowerShell Get-NTFSOwner [[-Path] ] [] ``` ### SecurityDescriptor -``` + +```PowerShell Get-NTFSOwner [-SecurityDescriptor] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -37,6 +42,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -Path + {{ Fill Path Description }} ```yaml @@ -52,6 +58,7 @@ Accept wildcard characters: False ``` ### -SecurityDescriptor + {{ Fill SecurityDescriptor Description }} ```yaml @@ -67,6 +74,7 @@ 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 dfe66a1..ccd37ba 100644 --- a/Docs/Cmdlets/Get-NTFSSecurityDescriptor.md +++ b/Docs/Cmdlets/Get-NTFSSecurityDescriptor.md @@ -8,21 +8,24 @@ schema: 2.0.0 # Get-NTFSSecurityDescriptor ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX -``` +```PowerShell Get-NTFSSecurityDescriptor [[-Path] ] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -31,6 +34,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -Path + {{ Fill Path Description }} ```yaml @@ -46,6 +50,7 @@ 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 2dd0a31..ce971f7 100644 --- a/Docs/Cmdlets/Get-NTFSSimpleAccess.md +++ b/Docs/Cmdlets/Get-NTFSSimpleAccess.md @@ -8,29 +8,34 @@ schema: 2.0.0 # Get-NTFSSimpleAccess ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX ### Path -``` + +```PowerShell Get-NTFSSimpleAccess [-IncludeRootFolder] [[-Path] ] [-Account ] [-ExcludeExplicit] [-ExcludeInherited] [] ``` ### SD -``` + +```PowerShell Get-NTFSSimpleAccess [-IncludeRootFolder] [-SecurityDescriptor] [-Account ] [-ExcludeExplicit] [-ExcludeInherited] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -39,6 +44,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -Account + {{ Fill Account Description }} ```yaml @@ -54,6 +60,7 @@ Accept wildcard characters: False ``` ### -ExcludeExplicit + {{ Fill ExcludeExplicit Description }} ```yaml @@ -69,6 +76,7 @@ Accept wildcard characters: False ``` ### -ExcludeInherited + {{ Fill ExcludeInherited Description }} ```yaml @@ -84,6 +92,7 @@ Accept wildcard characters: False ``` ### -IncludeRootFolder + {{ Fill IncludeRootFolder Description }} ```yaml @@ -99,6 +108,7 @@ Accept wildcard characters: False ``` ### -Path + {{ Fill Path Description }} ```yaml @@ -114,6 +124,7 @@ Accept wildcard characters: False ``` ### -SecurityDescriptor + {{ Fill SecurityDescriptor Description }} ```yaml @@ -129,6 +140,7 @@ 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 ac1e0c3..978151b 100644 --- a/Docs/Cmdlets/Get-Privileges.md +++ b/Docs/Cmdlets/Get-Privileges.md @@ -8,21 +8,24 @@ schema: 2.0.0 # Get-Privileges ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX -``` +```PowerShell Get-Privileges [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -31,6 +34,7 @@ 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 113e77b..fad26f6 100644 --- a/Docs/Cmdlets/Move-Item2.md +++ b/Docs/Cmdlets/Move-Item2.md @@ -8,22 +8,25 @@ schema: 2.0.0 # Move-Item2 ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX -``` +```PowerShell Move-Item2 [-Path] [-Destination] [-Force] [-PassThru ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -32,6 +35,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -Confirm + Prompts you for confirmation before running the cmdlet. ```yaml @@ -47,6 +51,7 @@ Accept wildcard characters: False ``` ### -Destination + {{ Fill Destination Description }} ```yaml @@ -62,6 +67,7 @@ Accept wildcard characters: False ``` ### -Force + {{ Fill Force Description }} ```yaml @@ -77,6 +83,7 @@ Accept wildcard characters: False ``` ### -PassThru + {{ Fill PassThru Description }} ```yaml @@ -92,6 +99,7 @@ Accept wildcard characters: False ``` ### -Path + {{ Fill Path Description }} ```yaml @@ -107,6 +115,7 @@ Accept wildcard characters: False ``` ### -WhatIf + Shows what would happen if the cmdlet runs. The cmdlet is not run. @@ -123,6 +132,7 @@ 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 @@ -134,6 +144,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS ### System.Object + ## NOTES ## RELATED LINKS diff --git a/Docs/Cmdlets/New-NTFSHardLink.md b/Docs/Cmdlets/New-NTFSHardLink.md index a50ea26..4fff9ec 100644 --- a/Docs/Cmdlets/New-NTFSHardLink.md +++ b/Docs/Cmdlets/New-NTFSHardLink.md @@ -8,21 +8,24 @@ schema: 2.0.0 # New-NTFSHardLink ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX -``` +```PowerShell New-NTFSHardLink [[-Path] ] [[-Target] ] [-PassThru] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -31,6 +34,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -PassThru + {{ Fill PassThru Description }} ```yaml @@ -46,6 +50,7 @@ Accept wildcard characters: False ``` ### -Path + {{ Fill Path Description }} ```yaml @@ -61,6 +66,7 @@ Accept wildcard characters: False ``` ### -Target + {{ Fill Target Description }} ```yaml @@ -76,6 +82,7 @@ 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 28a5e4d..5732174 100644 --- a/Docs/Cmdlets/New-NTFSSymbolicLink.md +++ b/Docs/Cmdlets/New-NTFSSymbolicLink.md @@ -8,21 +8,24 @@ schema: 2.0.0 # New-NTFSSymbolicLink ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX -``` +```PowerShell New-NTFSSymbolicLink [[-Path] ] [[-Target] ] [-PassThru] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -31,6 +34,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -PassThru + {{ Fill PassThru Description }} ```yaml @@ -46,6 +50,7 @@ Accept wildcard characters: False ``` ### -Path + {{ Fill Path Description }} ```yaml @@ -61,6 +66,7 @@ Accept wildcard characters: False ``` ### -Target + {{ Fill Target Description }} ```yaml @@ -76,6 +82,7 @@ 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 be0ac85..df5659c 100644 --- a/Docs/Cmdlets/Remove-Item2.md +++ b/Docs/Cmdlets/Remove-Item2.md @@ -8,21 +8,24 @@ schema: 2.0.0 # Remove-Item2 ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX -``` +```PowerShell Remove-Item2 [[-Path] ] [-Force] [-Recurse] [-PassThur] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -31,6 +34,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -Confirm + Prompts you for confirmation before running the cmdlet. ```yaml @@ -46,6 +50,7 @@ Accept wildcard characters: False ``` ### -Force + {{ Fill Force Description }} ```yaml @@ -61,6 +66,7 @@ Accept wildcard characters: False ``` ### -PassThur + {{ Fill PassThur Description }} ```yaml @@ -76,6 +82,7 @@ Accept wildcard characters: False ``` ### -Path + {{ Fill Path Description }} ```yaml @@ -91,6 +98,7 @@ Accept wildcard characters: False ``` ### -Recurse + {{ Fill Recurse Description }} ```yaml @@ -106,6 +114,7 @@ Accept wildcard characters: False ``` ### -WhatIf + Shows what would happen if the cmdlet runs. The cmdlet is not run. @@ -122,6 +131,7 @@ 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 @@ -131,6 +141,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS ### System.Object + ## NOTES ## RELATED LINKS diff --git a/Docs/Cmdlets/Remove-NTFSAccess.md b/Docs/Cmdlets/Remove-NTFSAccess.md index 57ac22a..828975d 100644 --- a/Docs/Cmdlets/Remove-NTFSAccess.md +++ b/Docs/Cmdlets/Remove-NTFSAccess.md @@ -8,44 +8,51 @@ schema: 2.0.0 # Remove-NTFSAccess ## SYNOPSIS + {{ Fill in the Synopsis }} ## 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] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -54,6 +61,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -AccessRights + {{ Fill AccessRights Description }} ```yaml @@ -70,6 +78,7 @@ Accept wildcard characters: False ``` ### -AccessType + {{ Fill AccessType Description }} ```yaml @@ -86,6 +95,7 @@ Accept wildcard characters: False ``` ### -Account + {{ Fill Account Description }} ```yaml @@ -101,6 +111,7 @@ Accept wildcard characters: False ``` ### -AppliesTo + {{ Fill AppliesTo Description }} ```yaml @@ -117,6 +128,7 @@ Accept wildcard characters: False ``` ### -InheritanceFlags + {{ Fill InheritanceFlags Description }} ```yaml @@ -133,6 +145,7 @@ Accept wildcard characters: False ``` ### -PassThru + {{ Fill PassThru Description }} ```yaml @@ -148,6 +161,7 @@ Accept wildcard characters: False ``` ### -Path + {{ Fill Path Description }} ```yaml @@ -163,6 +177,7 @@ Accept wildcard characters: False ``` ### -PropagationFlags + {{ Fill PropagationFlags Description }} ```yaml @@ -179,6 +194,7 @@ Accept wildcard characters: False ``` ### -SecurityDescriptor + {{ Fill SecurityDescriptor Description }} ```yaml @@ -194,6 +210,7 @@ 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 d6c4a28..04b70c8 100644 --- a/Docs/Cmdlets/Remove-NTFSAudit.md +++ b/Docs/Cmdlets/Remove-NTFSAudit.md @@ -8,44 +8,51 @@ schema: 2.0.0 # Remove-NTFSAudit ## SYNOPSIS + {{ Fill in the Synopsis }} ## 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] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -54,6 +61,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -AccessRights + {{ Fill AccessRights Description }} ```yaml @@ -70,6 +78,7 @@ Accept wildcard characters: False ``` ### -Account + {{ Fill Account Description }} ```yaml @@ -85,6 +94,7 @@ Accept wildcard characters: False ``` ### -AppliesTo + {{ Fill AppliesTo Description }} ```yaml @@ -101,6 +111,7 @@ Accept wildcard characters: False ``` ### -AuditFlags + {{ Fill AuditFlags Description }} ```yaml @@ -117,6 +128,7 @@ Accept wildcard characters: False ``` ### -InheritanceFlags + {{ Fill InheritanceFlags Description }} ```yaml @@ -133,6 +145,7 @@ Accept wildcard characters: False ``` ### -PassThru + {{ Fill PassThru Description }} ```yaml @@ -148,6 +161,7 @@ Accept wildcard characters: False ``` ### -Path + {{ Fill Path Description }} ```yaml @@ -163,6 +177,7 @@ Accept wildcard characters: False ``` ### -PropagationFlags + {{ Fill PropagationFlags Description }} ```yaml @@ -179,6 +194,7 @@ Accept wildcard characters: False ``` ### -SecurityDescriptor + {{ Fill SecurityDescriptor Description }} ```yaml @@ -194,6 +210,7 @@ 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 f25a8e8..90519ed 100644 --- a/Docs/Cmdlets/Set-NTFSInheritance.md +++ b/Docs/Cmdlets/Set-NTFSInheritance.md @@ -8,29 +8,34 @@ schema: 2.0.0 # Set-NTFSInheritance ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX ### Path (Default) -``` + +```PowerShell Set-NTFSInheritance [[-Path] ] [-AccessInheritanceEnabled ] [-AuditInheritanceEnabled ] [-PassThru] [] ``` ### SecurityDescriptor -``` + +```PowerShell Set-NTFSInheritance [-SecurityDescriptor] [-AccessInheritanceEnabled ] [-AuditInheritanceEnabled ] [-PassThru] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -39,6 +44,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -AccessInheritanceEnabled + {{ Fill AccessInheritanceEnabled Description }} ```yaml @@ -54,6 +60,7 @@ Accept wildcard characters: False ``` ### -AuditInheritanceEnabled + {{ Fill AuditInheritanceEnabled Description }} ```yaml @@ -69,6 +76,7 @@ Accept wildcard characters: False ``` ### -PassThru + {{ Fill PassThru Description }} ```yaml @@ -84,6 +92,7 @@ Accept wildcard characters: False ``` ### -Path + {{ Fill Path Description }} ```yaml @@ -99,6 +108,7 @@ Accept wildcard characters: False ``` ### -SecurityDescriptor + {{ Fill SecurityDescriptor Description }} ```yaml @@ -114,6 +124,7 @@ 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 @@ -127,6 +138,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS ### System.Object + ## NOTES ## RELATED LINKS diff --git a/Docs/Cmdlets/Set-NTFSOwner.md b/Docs/Cmdlets/Set-NTFSOwner.md index 17f2c6b..39591ae 100644 --- a/Docs/Cmdlets/Set-NTFSOwner.md +++ b/Docs/Cmdlets/Set-NTFSOwner.md @@ -8,28 +8,33 @@ schema: 2.0.0 # Set-NTFSOwner ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX ### Path (Default) -``` + +```PowerShell Set-NTFSOwner [[-Path] ] [-Account] [-PassThru] [] ``` ### SecurityDescriptor -``` + +```PowerShell Set-NTFSOwner [-SecurityDescriptor] [-Account] [-PassThru] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -38,6 +43,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -Account + {{ Fill Account Description }} ```yaml @@ -53,6 +59,7 @@ Accept wildcard characters: False ``` ### -PassThru + {{ Fill PassThru Description }} ```yaml @@ -68,6 +75,7 @@ Accept wildcard characters: False ``` ### -Path + {{ Fill Path Description }} ```yaml @@ -83,6 +91,7 @@ Accept wildcard characters: False ``` ### -SecurityDescriptor + {{ Fill SecurityDescriptor Description }} ```yaml @@ -98,6 +107,7 @@ 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 b7cde6d..8b05146 100644 --- a/Docs/Cmdlets/Set-NTFSSecurityDescriptor.md +++ b/Docs/Cmdlets/Set-NTFSSecurityDescriptor.md @@ -8,21 +8,24 @@ schema: 2.0.0 # Set-NTFSSecurityDescriptor ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX -``` +```PowerShell Set-NTFSSecurityDescriptor [-SecurityDescriptor] [-PassThru] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -31,6 +34,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -PassThru + {{ Fill PassThru Description }} ```yaml @@ -46,6 +50,7 @@ Accept wildcard characters: False ``` ### -SecurityDescriptor + {{ Fill SecurityDescriptor Description }} ```yaml @@ -61,6 +66,7 @@ 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 8a8f8a4..852bf6b 100644 --- a/Docs/Cmdlets/Test-Path2.md +++ b/Docs/Cmdlets/Test-Path2.md @@ -8,21 +8,24 @@ schema: 2.0.0 # Test-Path2 ## SYNOPSIS + {{ Fill in the Synopsis }} ## SYNTAX -``` +```PowerShell Test-Path2 [-Path] [-PathType ] [] ``` ## DESCRIPTION + {{ Fill in the Description }} ## EXAMPLES ### Example 1 -```powershell + +```PowerShell PS C:\> {{ Add example code here }} ``` @@ -31,6 +34,7 @@ PS C:\> {{ Add example code here }} ## PARAMETERS ### -Path + {{ Fill Path Description }} ```yaml @@ -46,6 +50,7 @@ Accept wildcard characters: False ``` ### -PathType + {{ Fill PathType Description }} ```yaml @@ -62,6 +67,7 @@ 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/Contributing.md b/Docs/Contributing.md index b616d31..f9e0e26 100644 --- a/Docs/Contributing.md +++ b/Docs/Contributing.md @@ -7,4 +7,4 @@ The following topics explain how to contribute to the NTFSAccess documentation. 1. [Get started](./Contributing/01-Getting-Started.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. \ No newline at end of file +This contributor guide is a modified version of the one found on the [Powershell Docs](https://github.com/PowerShell/PowerShell-Docs) GitHub page.