@@ -14,31 +14,27 @@ Adds an access control entry (ACE) to an object. | |||||
## SYNTAX | ## SYNTAX | ||||
### PathComplex (Default) | ### PathComplex (Default) | ||||
```PowerShell | |||||
``` | |||||
Add-NTFSAccess [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2> | Add-NTFSAccess [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2> | ||||
[-AccessType <AccessControlType>] [-InheritanceFlags <InheritanceFlags>] | [-AccessType <AccessControlType>] [-InheritanceFlags <InheritanceFlags>] | ||||
[-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>] | [-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>] | ||||
``` | ``` | ||||
### PathSimple | ### PathSimple | ||||
```PowerShell | |||||
``` | |||||
Add-NTFSAccess [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2> | Add-NTFSAccess [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2> | ||||
[-AccessType <AccessControlType>] [-AppliesTo <ApplyTo>] [-PassThru] [<CommonParameters>] | [-AccessType <AccessControlType>] [-AppliesTo <ApplyTo>] [-PassThru] [<CommonParameters>] | ||||
``` | ``` | ||||
### SDSimple | ### SDSimple | ||||
```PowerShell | |||||
``` | |||||
Add-NTFSAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]> | Add-NTFSAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]> | ||||
[-AccessRights] <FileSystemRights2> [-AccessType <AccessControlType>] [-AppliesTo <ApplyTo>] [-PassThru] | [-AccessRights] <FileSystemRights2> [-AccessType <AccessControlType>] [-AppliesTo <ApplyTo>] [-PassThru] | ||||
[<CommonParameters>] | [<CommonParameters>] | ||||
``` | ``` | ||||
### SDComplex | ### SDComplex | ||||
```PowerShell | |||||
``` | |||||
Add-NTFSAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]> | Add-NTFSAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]> | ||||
[-AccessRights] <FileSystemRights2> [-AccessType <AccessControlType>] [-InheritanceFlags <InheritanceFlags>] | [-AccessRights] <FileSystemRights2> [-AccessType <AccessControlType>] [-InheritanceFlags <InheritanceFlags>] | ||||
[-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>] | [-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>] | ||||
@@ -249,7 +245,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -14,31 +14,27 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
### PathComplex (Default) | ### PathComplex (Default) | ||||
```PowerShell | |||||
``` | |||||
Add-NTFSAudit [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2> | Add-NTFSAudit [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2> | ||||
[-AuditFlags <AuditFlags>] [-InheritanceFlags <InheritanceFlags>] [-PropagationFlags <PropagationFlags>] | [-AuditFlags <AuditFlags>] [-InheritanceFlags <InheritanceFlags>] [-PropagationFlags <PropagationFlags>] | ||||
[-PassThru] [<CommonParameters>] | [-PassThru] [<CommonParameters>] | ||||
``` | ``` | ||||
### PathSimple | ### PathSimple | ||||
```PowerShell | |||||
``` | |||||
Add-NTFSAudit [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2> | Add-NTFSAudit [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2> | ||||
[-AuditFlags <AuditFlags>] [-AppliesTo <ApplyTo>] [-PassThru] [<CommonParameters>] | [-AuditFlags <AuditFlags>] [-AppliesTo <ApplyTo>] [-PassThru] [<CommonParameters>] | ||||
``` | ``` | ||||
### SDSimple | ### SDSimple | ||||
```PowerShell | |||||
``` | |||||
Add-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]> | Add-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]> | ||||
[-AccessRights] <FileSystemRights2> [-AuditFlags <AuditFlags>] [-AppliesTo <ApplyTo>] [-PassThru] | [-AccessRights] <FileSystemRights2> [-AuditFlags <AuditFlags>] [-AppliesTo <ApplyTo>] [-PassThru] | ||||
[<CommonParameters>] | [<CommonParameters>] | ||||
``` | ``` | ||||
### SDComplex | ### SDComplex | ||||
```PowerShell | |||||
``` | |||||
Add-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]> | Add-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]> | ||||
[-AccessRights] <FileSystemRights2> [-AuditFlags <AuditFlags>] [-InheritanceFlags <InheritanceFlags>] | [-AccessRights] <FileSystemRights2> [-AuditFlags <AuditFlags>] [-InheritanceFlags <InheritanceFlags>] | ||||
[-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>] | [-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>] | ||||
@@ -210,7 +206,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -14,14 +14,12 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
### Path (Default) | ### Path (Default) | ||||
```PowerShell | |||||
``` | |||||
Clear-NTFSAccess [-Path] <String[]> [-DisableInheritance] [<CommonParameters>] | Clear-NTFSAccess [-Path] <String[]> [-DisableInheritance] [<CommonParameters>] | ||||
``` | ``` | ||||
### SD | ### SD | ||||
```PowerShell | |||||
``` | |||||
Clear-NTFSAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-DisableInheritance] [<CommonParameters>] | Clear-NTFSAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-DisableInheritance] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -90,7 +88,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -14,14 +14,12 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
### Path (Default) | ### Path (Default) | ||||
```PowerShell | |||||
``` | |||||
Clear-NTFSAudit [-Path] <String[]> [-DisableInheritance] [<CommonParameters>] | Clear-NTFSAudit [-Path] <String[]> [-DisableInheritance] [<CommonParameters>] | ||||
``` | ``` | ||||
### SD | ### SD | ||||
```PowerShell | |||||
``` | |||||
Clear-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-DisableInheritance] [<CommonParameters>] | Clear-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-DisableInheritance] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -90,7 +88,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -13,7 +13,7 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
```PowerShell | |||||
``` | |||||
Copy-Item2 [-Path] <String[]> [-Destination] <String> [-Force] [-PassThru <Boolean>] [-WhatIf] [-Confirm] | Copy-Item2 [-Path] <String[]> [-Destination] <String> [-Force] [-PassThru <Boolean>] [-WhatIf] [-Confirm] | ||||
[<CommonParameters>] | [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -132,7 +132,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -14,15 +14,13 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
### Path (Default) | ### Path (Default) | ||||
```PowerShell | |||||
``` | |||||
Disable-NTFSAccessInheritance [[-Path] <String[]>] [-RemoveInheritedAccessRules] [-PassThru] | Disable-NTFSAccessInheritance [[-Path] <String[]>] [-RemoveInheritedAccessRules] [-PassThru] | ||||
[<CommonParameters>] | [<CommonParameters>] | ||||
``` | ``` | ||||
### SecurityDescriptor | ### SecurityDescriptor | ||||
```PowerShell | |||||
``` | |||||
Disable-NTFSAccessInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [-RemoveInheritedAccessRules] | Disable-NTFSAccessInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [-RemoveInheritedAccessRules] | ||||
[-PassThru] [<CommonParameters>] | [-PassThru] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -108,7 +106,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -14,15 +14,13 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
### Path (Default) | ### Path (Default) | ||||
```PowerShell | |||||
``` | |||||
Disable-NTFSAuditInheritance [[-Path] <String[]>] [-RemoveInheritedAccessRules] [-PassThru] | Disable-NTFSAuditInheritance [[-Path] <String[]>] [-RemoveInheritedAccessRules] [-PassThru] | ||||
[<CommonParameters>] | [<CommonParameters>] | ||||
``` | ``` | ||||
### SecurityDescriptor | ### SecurityDescriptor | ||||
```PowerShell | |||||
``` | |||||
Disable-NTFSAuditInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [-RemoveInheritedAccessRules] | Disable-NTFSAuditInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [-RemoveInheritedAccessRules] | ||||
[-PassThru] [<CommonParameters>] | [-PassThru] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -108,7 +106,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -13,7 +13,7 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
```PowerShell | |||||
``` | |||||
Disable-Privileges [-PassThru] [<CommonParameters>] | Disable-Privileges [-PassThru] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -50,7 +50,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -14,14 +14,12 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
### Path (Default) | ### Path (Default) | ||||
```PowerShell | |||||
``` | |||||
Enable-NTFSAccessInheritance [[-Path] <String[]>] [-PassThru] [-RemoveExplicitAccessRules] [<CommonParameters>] | Enable-NTFSAccessInheritance [[-Path] <String[]>] [-PassThru] [-RemoveExplicitAccessRules] [<CommonParameters>] | ||||
``` | ``` | ||||
### SecurityDescriptor | ### SecurityDescriptor | ||||
```PowerShell | |||||
``` | |||||
Enable-NTFSAccessInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [-PassThru] | Enable-NTFSAccessInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [-PassThru] | ||||
[-RemoveExplicitAccessRules] [<CommonParameters>] | [-RemoveExplicitAccessRules] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -107,7 +105,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -14,14 +14,12 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
### Path (Default) | ### Path (Default) | ||||
```PowerShell | |||||
``` | |||||
Enable-NTFSAuditInheritance [[-Path] <String[]>] [-PassThru] [-RemoveExplicitAccessRules] [<CommonParameters>] | Enable-NTFSAuditInheritance [[-Path] <String[]>] [-PassThru] [-RemoveExplicitAccessRules] [<CommonParameters>] | ||||
``` | ``` | ||||
### SecurityDescriptor | ### SecurityDescriptor | ||||
```PowerShell | |||||
``` | |||||
Enable-NTFSAuditInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [-PassThru] | Enable-NTFSAuditInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [-PassThru] | ||||
[-RemoveExplicitAccessRules] [<CommonParameters>] | [-RemoveExplicitAccessRules] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -107,7 +105,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -13,7 +13,7 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
```PowerShell | |||||
``` | |||||
Enable-Privileges [-PassThru] [<CommonParameters>] | Enable-Privileges [-PassThru] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -50,7 +50,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -13,7 +13,7 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
```PowerShell | |||||
``` | |||||
Get-ChildItem2 [[-Path] <String[]>] [[-Filter] <String>] [-Recurse] [-Directory] [-File] | Get-ChildItem2 [[-Path] <String[]>] [[-Filter] <String>] [-Recurse] [-Directory] [-File] | ||||
[-Attributes <FileAttributes>] [-Hidden] [-System] [-ReadOnly] [-Force] [-SkipMountPoints] | [-Attributes <FileAttributes>] [-Hidden] [-System] [-ReadOnly] [-Force] [-SkipMountPoints] | ||||
[-SkipSymbolicLinks] [-Depth <Int32>] [<CommonParameters>] | [-SkipSymbolicLinks] [-Depth <Int32>] [<CommonParameters>] | ||||
@@ -245,7 +245,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -13,7 +13,7 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
```PowerShell | |||||
``` | |||||
Get-DiskSpace [[-DriveLetter] <String[]>] [<CommonParameters>] | Get-DiskSpace [[-DriveLetter] <String[]>] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -50,7 +50,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -14,7 +14,6 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
``` | ``` | ||||
Get-FileHash2 [-Path] <String[]> [[-Algorithm] <HashAlgorithms>] [<CommonParameters>] | Get-FileHash2 [-Path] <String[]> [[-Algorithm] <HashAlgorithms>] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -68,7 +67,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -13,7 +13,7 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
```PowerShell | |||||
``` | |||||
Get-Item2 [[-Path] <String[]>] [<CommonParameters>] | Get-Item2 [[-Path] <String[]>] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -50,7 +50,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -14,15 +14,13 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
### Path (Default) | ### Path (Default) | ||||
```PowerShell | |||||
``` | |||||
Get-NTFSAccess [[-Path] <String[]>] [-Account <IdentityReference2>] [-ExcludeExplicit] [-ExcludeInherited] | Get-NTFSAccess [[-Path] <String[]>] [-Account <IdentityReference2>] [-ExcludeExplicit] [-ExcludeInherited] | ||||
[<CommonParameters>] | [<CommonParameters>] | ||||
``` | ``` | ||||
### SD | ### SD | ||||
```PowerShell | |||||
``` | |||||
Get-NTFSAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account <IdentityReference2>] [-ExcludeExplicit] | Get-NTFSAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account <IdentityReference2>] [-ExcludeExplicit] | ||||
[-ExcludeInherited] [<CommonParameters>] | [-ExcludeInherited] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -124,7 +122,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -14,15 +14,13 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
### Path | ### Path | ||||
```PowerShell | |||||
``` | |||||
Get-NTFSAudit [[-Path] <String[]>] [-Account <IdentityReference2>] [-ExcludeExplicit] [-ExcludeInherited] | Get-NTFSAudit [[-Path] <String[]>] [-Account <IdentityReference2>] [-ExcludeExplicit] [-ExcludeInherited] | ||||
[<CommonParameters>] | [<CommonParameters>] | ||||
``` | ``` | ||||
### SD | ### SD | ||||
```PowerShell | |||||
``` | |||||
Get-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account <IdentityReference2>] [-ExcludeExplicit] | Get-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account <IdentityReference2>] [-ExcludeExplicit] | ||||
[-ExcludeInherited] [<CommonParameters>] | [-ExcludeInherited] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -124,7 +122,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -14,15 +14,13 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
### Path (Default) | ### Path (Default) | ||||
```PowerShell | |||||
``` | |||||
Get-NTFSEffectiveAccess [[-Path] <String[]>] [[-Account] <IdentityReference2>] [-ServerName <String>] | Get-NTFSEffectiveAccess [[-Path] <String[]>] [[-Account] <IdentityReference2>] [-ServerName <String>] | ||||
[-ExcludeNoneAccessEntries] [<CommonParameters>] | [-ExcludeNoneAccessEntries] [<CommonParameters>] | ||||
``` | ``` | ||||
### SecurityDescriptor | ### SecurityDescriptor | ||||
```PowerShell | |||||
``` | |||||
Get-NTFSEffectiveAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [[-Account] <IdentityReference2>] | Get-NTFSEffectiveAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [[-Account] <IdentityReference2>] | ||||
[-ServerName <String>] [-ExcludeNoneAccessEntries] [<CommonParameters>] | [-ServerName <String>] [-ExcludeNoneAccessEntries] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -124,7 +122,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -13,7 +13,7 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
```PowerShell | |||||
``` | |||||
Get-NTFSHardLink [[-Path] <String[]>] [<CommonParameters>] | Get-NTFSHardLink [[-Path] <String[]>] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -50,7 +50,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -14,14 +14,12 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
### Path (Default) | ### Path (Default) | ||||
```PowerShell | |||||
``` | |||||
Get-NTFSInheritance [[-Path] <String[]>] [<CommonParameters>] | Get-NTFSInheritance [[-Path] <String[]>] [<CommonParameters>] | ||||
``` | ``` | ||||
### SecurityDescriptor | ### SecurityDescriptor | ||||
```PowerShell | |||||
``` | |||||
Get-NTFSInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [<CommonParameters>] | Get-NTFSInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -74,7 +72,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -14,15 +14,13 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
### Path | ### Path | ||||
```PowerShell | |||||
``` | |||||
Get-NTFSOrphanedAccess [[-Path] <String[]>] [-Account <IdentityReference2>] [-ExcludeExplicit] | Get-NTFSOrphanedAccess [[-Path] <String[]>] [-Account <IdentityReference2>] [-ExcludeExplicit] | ||||
[-ExcludeInherited] [<CommonParameters>] | [-ExcludeInherited] [<CommonParameters>] | ||||
``` | ``` | ||||
### SD | ### SD | ||||
```PowerShell | |||||
``` | |||||
Get-NTFSOrphanedAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account <IdentityReference2>] | Get-NTFSOrphanedAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account <IdentityReference2>] | ||||
[-ExcludeExplicit] [-ExcludeInherited] [<CommonParameters>] | [-ExcludeExplicit] [-ExcludeInherited] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -124,7 +122,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -14,15 +14,13 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
### Path | ### Path | ||||
```PowerShell | |||||
``` | |||||
Get-NTFSOrphanedAudit [[-Path] <String[]>] [-Account <IdentityReference2>] [-ExcludeExplicit] | Get-NTFSOrphanedAudit [[-Path] <String[]>] [-Account <IdentityReference2>] [-ExcludeExplicit] | ||||
[-ExcludeInherited] [<CommonParameters>] | [-ExcludeInherited] [<CommonParameters>] | ||||
``` | ``` | ||||
### SD | ### SD | ||||
```PowerShell | |||||
``` | |||||
Get-NTFSOrphanedAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account <IdentityReference2>] | Get-NTFSOrphanedAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account <IdentityReference2>] | ||||
[-ExcludeExplicit] [-ExcludeInherited] [<CommonParameters>] | [-ExcludeExplicit] [-ExcludeInherited] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -124,7 +122,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -14,14 +14,12 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
### Path (Default) | ### Path (Default) | ||||
```PowerShell | |||||
``` | |||||
Get-NTFSOwner [[-Path] <String[]>] [<CommonParameters>] | Get-NTFSOwner [[-Path] <String[]>] [<CommonParameters>] | ||||
``` | ``` | ||||
### SecurityDescriptor | ### SecurityDescriptor | ||||
```PowerShell | |||||
``` | |||||
Get-NTFSOwner [-SecurityDescriptor] <FileSystemSecurity2[]> [<CommonParameters>] | Get-NTFSOwner [-SecurityDescriptor] <FileSystemSecurity2[]> [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -74,7 +72,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -13,7 +13,7 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
```PowerShell | |||||
``` | |||||
Get-NTFSSecurityDescriptor [[-Path] <String[]>] [<CommonParameters>] | Get-NTFSSecurityDescriptor [[-Path] <String[]>] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -50,7 +50,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -14,15 +14,13 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
### Path | ### Path | ||||
```PowerShell | |||||
``` | |||||
Get-NTFSSimpleAccess [-IncludeRootFolder] [[-Path] <String[]>] [-Account <IdentityReference2>] | Get-NTFSSimpleAccess [-IncludeRootFolder] [[-Path] <String[]>] [-Account <IdentityReference2>] | ||||
[-ExcludeExplicit] [-ExcludeInherited] [<CommonParameters>] | [-ExcludeExplicit] [-ExcludeInherited] [<CommonParameters>] | ||||
``` | ``` | ||||
### SD | ### SD | ||||
```PowerShell | |||||
``` | |||||
Get-NTFSSimpleAccess [-IncludeRootFolder] [-SecurityDescriptor] <FileSystemSecurity2[]> | Get-NTFSSimpleAccess [-IncludeRootFolder] [-SecurityDescriptor] <FileSystemSecurity2[]> | ||||
[-Account <IdentityReference2>] [-ExcludeExplicit] [-ExcludeInherited] [<CommonParameters>] | [-Account <IdentityReference2>] [-ExcludeExplicit] [-ExcludeInherited] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -140,7 +138,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -13,7 +13,7 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
```PowerShell | |||||
``` | |||||
Get-Privileges [<CommonParameters>] | Get-Privileges [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -34,7 +34,6 @@ PS C:\> {{ Add example code here }} | |||||
## PARAMETERS | ## PARAMETERS | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -13,7 +13,7 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
```PowerShell | |||||
``` | |||||
Move-Item2 [-Path] <String[]> [-Destination] <String> [-Force] [-PassThru <Boolean>] [-WhatIf] [-Confirm] | Move-Item2 [-Path] <String[]> [-Destination] <String> [-Force] [-PassThru <Boolean>] [-WhatIf] [-Confirm] | ||||
[<CommonParameters>] | [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -132,7 +132,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -13,7 +13,7 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
```PowerShell | |||||
``` | |||||
New-NTFSHardLink [[-Path] <String>] [[-Target] <String>] [-PassThru] [<CommonParameters>] | New-NTFSHardLink [[-Path] <String>] [[-Target] <String>] [-PassThru] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -82,7 +82,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -13,7 +13,7 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
```PowerShell | |||||
``` | |||||
New-NTFSSymbolicLink [[-Path] <String>] [[-Target] <String>] [-PassThru] [<CommonParameters>] | New-NTFSSymbolicLink [[-Path] <String>] [[-Target] <String>] [-PassThru] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -82,7 +82,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -13,7 +13,7 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
```PowerShell | |||||
``` | |||||
Remove-Item2 [[-Path] <String[]>] [-Force] [-Recurse] [-PassThur] [-WhatIf] [-Confirm] [<CommonParameters>] | Remove-Item2 [[-Path] <String[]>] [-Force] [-Recurse] [-PassThur] [-WhatIf] [-Confirm] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -131,7 +131,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -14,31 +14,27 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
### PathComplex (Default) | ### PathComplex (Default) | ||||
```PowerShell | |||||
``` | |||||
Remove-NTFSAccess [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2> | Remove-NTFSAccess [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2> | ||||
[-AccessType <AccessControlType>] [-InheritanceFlags <InheritanceFlags>] | [-AccessType <AccessControlType>] [-InheritanceFlags <InheritanceFlags>] | ||||
[-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>] | [-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>] | ||||
``` | ``` | ||||
### PathSimple | ### PathSimple | ||||
```PowerShell | |||||
``` | |||||
Remove-NTFSAccess [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2> | Remove-NTFSAccess [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2> | ||||
[-AccessType <AccessControlType>] [-AppliesTo <ApplyTo>] [-PassThru] [<CommonParameters>] | [-AccessType <AccessControlType>] [-AppliesTo <ApplyTo>] [-PassThru] [<CommonParameters>] | ||||
``` | ``` | ||||
### SDSimple | ### SDSimple | ||||
```PowerShell | |||||
``` | |||||
Remove-NTFSAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]> | Remove-NTFSAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]> | ||||
[-AccessRights] <FileSystemRights2> [-AccessType <AccessControlType>] [-AppliesTo <ApplyTo>] [-PassThru] | [-AccessRights] <FileSystemRights2> [-AccessType <AccessControlType>] [-AppliesTo <ApplyTo>] [-PassThru] | ||||
[<CommonParameters>] | [<CommonParameters>] | ||||
``` | ``` | ||||
### SDComplex | ### SDComplex | ||||
```PowerShell | |||||
``` | |||||
Remove-NTFSAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]> | Remove-NTFSAccess [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]> | ||||
[-AccessRights] <FileSystemRights2> [-AccessType <AccessControlType>] [-InheritanceFlags <InheritanceFlags>] | [-AccessRights] <FileSystemRights2> [-AccessType <AccessControlType>] [-InheritanceFlags <InheritanceFlags>] | ||||
[-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>] | [-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>] | ||||
@@ -210,7 +206,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -14,31 +14,27 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
### PathComplex (Default) | ### PathComplex (Default) | ||||
```PowerShell | |||||
``` | |||||
Remove-NTFSAudit [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2> | Remove-NTFSAudit [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2> | ||||
[-AuditFlags <AuditFlags>] [-InheritanceFlags <InheritanceFlags>] [-PropagationFlags <PropagationFlags>] | [-AuditFlags <AuditFlags>] [-InheritanceFlags <InheritanceFlags>] [-PropagationFlags <PropagationFlags>] | ||||
[-PassThru] [<CommonParameters>] | [-PassThru] [<CommonParameters>] | ||||
``` | ``` | ||||
### PathSimple | ### PathSimple | ||||
```PowerShell | |||||
``` | |||||
Remove-NTFSAudit [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2> | Remove-NTFSAudit [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2> | ||||
[-AuditFlags <AuditFlags>] [-AppliesTo <ApplyTo>] [-PassThru] [<CommonParameters>] | [-AuditFlags <AuditFlags>] [-AppliesTo <ApplyTo>] [-PassThru] [<CommonParameters>] | ||||
``` | ``` | ||||
### SDSimple | ### SDSimple | ||||
```PowerShell | |||||
``` | |||||
Remove-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]> | Remove-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]> | ||||
[-AccessRights] <FileSystemRights2> [-AuditFlags <AuditFlags>] [-AppliesTo <ApplyTo>] [-PassThru] | [-AccessRights] <FileSystemRights2> [-AuditFlags <AuditFlags>] [-AppliesTo <ApplyTo>] [-PassThru] | ||||
[<CommonParameters>] | [<CommonParameters>] | ||||
``` | ``` | ||||
### SDComplex | ### SDComplex | ||||
```PowerShell | |||||
``` | |||||
Remove-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]> | Remove-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]> | ||||
[-AccessRights] <FileSystemRights2> [-AuditFlags <AuditFlags>] [-InheritanceFlags <InheritanceFlags>] | [-AccessRights] <FileSystemRights2> [-AuditFlags <AuditFlags>] [-InheritanceFlags <InheritanceFlags>] | ||||
[-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>] | [-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>] | ||||
@@ -210,7 +206,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -14,15 +14,13 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
### Path (Default) | ### Path (Default) | ||||
```PowerShell | |||||
``` | |||||
Set-NTFSInheritance [[-Path] <String[]>] [-AccessInheritanceEnabled <Boolean>] | Set-NTFSInheritance [[-Path] <String[]>] [-AccessInheritanceEnabled <Boolean>] | ||||
[-AuditInheritanceEnabled <Boolean>] [-PassThru] [<CommonParameters>] | [-AuditInheritanceEnabled <Boolean>] [-PassThru] [<CommonParameters>] | ||||
``` | ``` | ||||
### SecurityDescriptor | ### SecurityDescriptor | ||||
```PowerShell | |||||
``` | |||||
Set-NTFSInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [-AccessInheritanceEnabled <Boolean>] | Set-NTFSInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [-AccessInheritanceEnabled <Boolean>] | ||||
[-AuditInheritanceEnabled <Boolean>] [-PassThru] [<CommonParameters>] | [-AuditInheritanceEnabled <Boolean>] [-PassThru] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -124,7 +122,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -14,14 +14,12 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
### Path (Default) | ### Path (Default) | ||||
```PowerShell | |||||
``` | |||||
Set-NTFSOwner [[-Path] <String[]>] [-Account] <IdentityReference2> [-PassThru] [<CommonParameters>] | Set-NTFSOwner [[-Path] <String[]>] [-Account] <IdentityReference2> [-PassThru] [<CommonParameters>] | ||||
``` | ``` | ||||
### SecurityDescriptor | ### SecurityDescriptor | ||||
```PowerShell | |||||
``` | |||||
Set-NTFSOwner [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2> [-PassThru] | Set-NTFSOwner [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2> [-PassThru] | ||||
[<CommonParameters>] | [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -107,7 +105,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -13,7 +13,7 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
```PowerShell | |||||
``` | |||||
Set-NTFSSecurityDescriptor [-SecurityDescriptor] <FileSystemSecurity2[]> [-PassThru] [<CommonParameters>] | Set-NTFSSecurityDescriptor [-SecurityDescriptor] <FileSystemSecurity2[]> [-PassThru] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -66,7 +66,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||
@@ -13,7 +13,7 @@ schema: 2.0.0 | |||||
## SYNTAX | ## SYNTAX | ||||
```PowerShell | |||||
``` | |||||
Test-Path2 [-Path] <String[]> [-PathType <TestPathType>] [<CommonParameters>] | Test-Path2 [-Path] <String[]> [-PathType <TestPathType>] [<CommonParameters>] | ||||
``` | ``` | ||||
@@ -67,7 +67,6 @@ Accept wildcard characters: False | |||||
``` | ``` | ||||
### CommonParameters | ### CommonParameters | ||||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||||
## INPUTS | ## INPUTS | ||||