Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

Get-NTFSOwner.md 1.5 KiB

4 år sedan
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. ---
  2. external help file: NTFSSecurity.dll-Help.xml
  3. Module Name: ntfssecurity
  4. online version:
  5. schema: 2.0.0
  6. ---
  7. # Get-NTFSOwner
  8. ## SYNOPSIS
  9. {{ Fill in the Synopsis }}
  10. ## SYNTAX
  11. ### Path (Default)
  12. ```
  13. Get-NTFSOwner [[-Path] <String[]>] [<CommonParameters>]
  14. ```
  15. ### SecurityDescriptor
  16. ```
  17. Get-NTFSOwner [-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.FileSystemOwner
  59. ## NOTES
  60. ## RELATED LINKS