Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

Get-NTFSInheritance.md 1.6 KiB

4 лет назад
4 лет назад
4 лет назад
4 лет назад
4 лет назад
4 лет назад
4 лет назад
4 лет назад
4 лет назад
4 лет назад
4 лет назад
4 лет назад
4 лет назад
4 лет назад
4 лет назад
4 лет назад
4 лет назад
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. ---
  2. external help file: NTFSSecurity.dll-Help.xml
  3. Module Name: ntfssecurity
  4. online version:
  5. schema: 2.0.0
  6. ---
  7. # Get-NTFSInheritance
  8. ## SYNOPSIS
  9. {{ Fill in the Synopsis }}
  10. ## SYNTAX
  11. ### Path (Default)
  12. ```PowerShell
  13. Get-NTFSInheritance [[-Path] <String[]>] [<CommonParameters>]
  14. ```
  15. ### SecurityDescriptor
  16. ```PowerShell
  17. Get-NTFSInheritance [-SecurityDescriptor] <FileSystemSecurity2[]> [<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. ### -Path
  29. {{ Fill Path Description }}
  30. ```yaml
  31. Type: String[]
  32. Parameter Sets: Path
  33. Aliases: FullName
  34. Required: False
  35. Position: 1
  36. Default value: None
  37. Accept pipeline input: True (ByPropertyName, ByValue)
  38. Accept wildcard characters: False
  39. ```
  40. ### -SecurityDescriptor
  41. {{ Fill SecurityDescriptor Description }}
  42. ```yaml
  43. Type: FileSystemSecurity2[]
  44. Parameter Sets: SecurityDescriptor
  45. Aliases:
  46. Required: True
  47. Position: 1
  48. Default value: None
  49. Accept pipeline input: True (ByPropertyName, ByValue)
  50. Accept wildcard characters: False
  51. ```
  52. ### CommonParameters
  53. 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).
  54. ## INPUTS
  55. ### System.String[]
  56. ### Security2.FileSystemSecurity2[]
  57. ## OUTPUTS
  58. ### Security2.FileSystemInheritanceInfo
  59. ## NOTES
  60. ## RELATED LINKS