25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

Set-NTFSSecurityDescriptor.md 1.4 KiB

4 yıl önce
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. ---
  2. external help file: NTFSSecurity.dll-Help.xml
  3. Module Name: ntfssecurity
  4. online version:
  5. schema: 2.0.0
  6. ---
  7. # Set-NTFSSecurityDescriptor
  8. ## SYNOPSIS
  9. {{ Fill in the Synopsis }}
  10. ## SYNTAX
  11. ```
  12. Set-NTFSSecurityDescriptor [-SecurityDescriptor] <FileSystemSecurity2[]> [-PassThru] [<CommonParameters>]
  13. ```
  14. ## DESCRIPTION
  15. {{ Fill in the Description }}
  16. ## EXAMPLES
  17. ### Example 1
  18. ```powershell
  19. PS C:\> {{ Add example code here }}
  20. ```
  21. {{ Add example description here }}
  22. ## PARAMETERS
  23. ### -PassThru
  24. {{ Fill PassThru Description }}
  25. ```yaml
  26. Type: SwitchParameter
  27. Parameter Sets: (All)
  28. Aliases:
  29. Required: False
  30. Position: Named
  31. Default value: None
  32. Accept pipeline input: False
  33. Accept wildcard characters: False
  34. ```
  35. ### -SecurityDescriptor
  36. {{ Fill SecurityDescriptor Description }}
  37. ```yaml
  38. Type: FileSystemSecurity2[]
  39. Parameter Sets: (All)
  40. Aliases:
  41. Required: True
  42. Position: 2
  43. Default value: None
  44. Accept pipeline input: True (ByPropertyName, ByValue)
  45. Accept wildcard characters: False
  46. ```
  47. ### CommonParameters
  48. 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).
  49. ## INPUTS
  50. ### Security2.FileSystemSecurity2[]
  51. ## OUTPUTS
  52. ### Security2.FileSystemSecurity2
  53. ## NOTES
  54. ## RELATED LINKS