25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Clear-NTFSAudit.md 1.8 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. ---
  2. external help file: NTFSSecurity.dll-Help.xml
  3. Module Name: ntfssecurity
  4. online version:
  5. schema: 2.0.0
  6. ---
  7. # Clear-NTFSAudit
  8. ## SYNOPSIS
  9. {{ Fill in the Synopsis }}
  10. ## SYNTAX
  11. ### Path (Default)
  12. ```PowerShell
  13. Clear-NTFSAudit [-Path] <String[]> [-DisableInheritance] [<CommonParameters>]
  14. ```
  15. ### SD
  16. ```PowerShell
  17. Clear-NTFSAudit [-SecurityDescriptor] <FileSystemSecurity2[]> [-DisableInheritance] [<CommonParameters>]
  18. ```
  19. ## DESCRIPTION
  20. {{ Fill in the Description }}
  21. ## EXAMPLES
  22. ### Example 1
  23. ```PowerShell
  24. PS C:\> {{ Add example code here }}
  25. ```
  26. {{ Add example description here }}
  27. ## PARAMETERS
  28. ### -DisableInheritance
  29. {{ Fill DisableInheritance Description }}
  30. ```yaml
  31. Type: SwitchParameter
  32. Parameter Sets: (All)
  33. Aliases:
  34. Required: False
  35. Position: Named
  36. Default value: None
  37. Accept pipeline input: False
  38. Accept wildcard characters: False
  39. ```
  40. ### -Path
  41. {{ Fill Path Description }}
  42. ```yaml
  43. Type: String[]
  44. Parameter Sets: Path
  45. Aliases: FullName
  46. Required: True
  47. Position: 1
  48. Default value: None
  49. Accept pipeline input: True (ByPropertyName, ByValue)
  50. Accept wildcard characters: False
  51. ```
  52. ### -SecurityDescriptor
  53. {{ Fill SecurityDescriptor Description }}
  54. ```yaml
  55. Type: FileSystemSecurity2[]
  56. Parameter Sets: SD
  57. Aliases:
  58. Required: True
  59. Position: 1
  60. Default value: None
  61. Accept pipeline input: True (ByPropertyName, ByValue)
  62. Accept wildcard characters: False
  63. ```
  64. ### CommonParameters
  65. 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).
  66. ## INPUTS
  67. ### System.String[]
  68. ### Security2.FileSystemSecurity2[]
  69. ## OUTPUTS
  70. ### System.Object
  71. ## NOTES
  72. ## RELATED LINKS