|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223 |
- ---
- external help file: NTFSSecurity.dll-Help.xml
- Module Name: ntfssecurity
- online version:
- schema: 2.0.0
- ---
-
- # Add-NTFSAudit
-
- ## SYNOPSIS
- {{ Fill in the Synopsis }}
-
- ## SYNTAX
-
- ### PathComplex (Default)
- ```
- Add-NTFSAudit [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2>
- [-AuditFlags <AuditFlags>] [-InheritanceFlags <InheritanceFlags>] [-PropagationFlags <PropagationFlags>]
- [-PassThru] [<CommonParameters>]
- ```
-
- ### PathSimple
- ```
- Add-NTFSAudit [-Path] <String[]> [-Account] <IdentityReference2[]> [-AccessRights] <FileSystemRights2>
- [-AuditFlags <AuditFlags>] [-AppliesTo <ApplyTo>] [-PassThru] [<CommonParameters>]
- ```
-
- ### SDSimple
- ```
- Add-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]>
- [-AccessRights] <FileSystemRights2> [-AuditFlags <AuditFlags>] [-AppliesTo <ApplyTo>] [-PassThru]
- [<CommonParameters>]
- ```
-
- ### SDComplex
- ```
- Add-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-Account] <IdentityReference2[]>
- [-AccessRights] <FileSystemRights2> [-AuditFlags <AuditFlags>] [-InheritanceFlags <InheritanceFlags>]
- [-PropagationFlags <PropagationFlags>] [-PassThru] [<CommonParameters>]
- ```
-
- ## DESCRIPTION
- {{ Fill in the Description }}
-
- ## EXAMPLES
-
- ### Example 1
- ```powershell
- PS C:\> {{ Add example code here }}
- ```
-
- {{ Add example description here }}
-
- ## PARAMETERS
-
- ### -AccessRights
- {{ Fill AccessRights Description }}
-
- ```yaml
- Type: FileSystemRights2
- Parameter Sets: (All)
- Aliases: FileSystemRights
- Accepted values: None, ReadData, ListDirectory, WriteData, CreateFiles, AppendData, CreateDirectories, ReadExtendedAttributes, WriteExtendedAttributes, ExecuteFile, Traverse, DeleteSubdirectoriesAndFiles, ReadAttributes, WriteAttributes, Write, Delete, ReadPermissions, Read, ReadAndExecute, Modify, ChangePermissions, TakeOwnership, Synchronize, FullControl, GenericAll, GenericExecute, GenericWrite, GenericRead
-
- Required: True
- Position: 2
- Default value: None
- Accept pipeline input: True (ByPropertyName)
- Accept wildcard characters: False
- ```
-
- ### -Account
- {{ Fill Account Description }}
-
- ```yaml
- Type: IdentityReference2[]
- Parameter Sets: (All)
- Aliases: IdentityReference, ID
-
- Required: True
- Position: 2
- Default value: None
- Accept pipeline input: True (ByPropertyName)
- Accept wildcard characters: False
- ```
-
- ### -AppliesTo
- {{ Fill AppliesTo Description }}
-
- ```yaml
- Type: ApplyTo
- Parameter Sets: PathSimple, SDSimple
- Aliases:
- Accepted values: ThisFolderOnly, ThisFolderSubfoldersAndFiles, ThisFolderAndSubfolders, ThisFolderAndFiles, SubfoldersAndFilesOnly, SubfoldersOnly, FilesOnly, ThisFolderSubfoldersAndFilesOneLevel, ThisFolderAndSubfoldersOneLevel, ThisFolderAndFilesOneLevel, SubfoldersAndFilesOnlyOneLevel, SubfoldersOnlyOneLevel, FilesOnlyOneLevel
-
- Required: False
- Position: Named
- Default value: None
- Accept pipeline input: True (ByPropertyName)
- Accept wildcard characters: False
- ```
-
- ### -AuditFlags
- {{ Fill AuditFlags Description }}
-
- ```yaml
- Type: AuditFlags
- Parameter Sets: (All)
- Aliases:
- Accepted values: None, Success, Failure
-
- Required: False
- Position: Named
- Default value: None
- Accept pipeline input: True (ByPropertyName)
- Accept wildcard characters: False
- ```
-
- ### -InheritanceFlags
- {{ Fill InheritanceFlags Description }}
-
- ```yaml
- Type: InheritanceFlags
- Parameter Sets: PathComplex, SDComplex
- Aliases:
- Accepted values: None, ContainerInherit, ObjectInherit
-
- Required: False
- Position: Named
- Default value: None
- Accept pipeline input: True (ByPropertyName)
- Accept wildcard characters: False
- ```
-
- ### -PassThru
- {{ Fill PassThru Description }}
-
- ```yaml
- Type: SwitchParameter
- Parameter Sets: (All)
- Aliases:
-
- Required: False
- Position: Named
- Default value: None
- Accept pipeline input: False
- Accept wildcard characters: False
- ```
-
- ### -Path
- {{ Fill Path Description }}
-
- ```yaml
- Type: String[]
- Parameter Sets: PathComplex, PathSimple
- Aliases: FullName
-
- Required: True
- Position: 1
- Default value: None
- Accept pipeline input: True (ByPropertyName, ByValue)
- Accept wildcard characters: False
- ```
-
- ### -PropagationFlags
- {{ Fill PropagationFlags Description }}
-
- ```yaml
- Type: PropagationFlags
- Parameter Sets: PathComplex, SDComplex
- Aliases:
- Accepted values: None, NoPropagateInherit, InheritOnly
-
- Required: False
- Position: Named
- Default value: None
- Accept pipeline input: True (ByPropertyName)
- Accept wildcard characters: False
- ```
-
- ### -SecurityDescriptor
- {{ Fill SecurityDescriptor Description }}
-
- ```yaml
- Type: FileSystemSecurity2[]
- Parameter Sets: SDSimple, SDComplex
- Aliases:
-
- Required: True
- Position: 1
- Default value: None
- Accept pipeline input: True (ByPropertyName, ByValue)
- 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
-
- ### System.String[]
-
- ### Security2.FileSystemSecurity2[]
-
- ### Security2.IdentityReference2[]
-
- ### Security2.FileSystemRights2
-
- ### System.Security.AccessControl.AuditFlags
-
- ### System.Security.AccessControl.InheritanceFlags
-
- ### System.Security.AccessControl.PropagationFlags
-
- ### Security2.ApplyTo
-
- ## OUTPUTS
-
- ### Security2.FileSystemAccessRule2
-
- ## NOTES
-
- ## RELATED LINKS
|