Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

Get-ChildItem2.md 4.2 KiB

pirms 4 gadiem
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. ---
  2. external help file: NTFSSecurity.dll-Help.xml
  3. Module Name: ntfssecurity
  4. online version:
  5. schema: 2.0.0
  6. ---
  7. # Get-ChildItem2
  8. ## SYNOPSIS
  9. {{ Fill in the Synopsis }}
  10. ## SYNTAX
  11. ```
  12. Get-ChildItem2 [[-Path] <String[]>] [[-Filter] <String>] [-Recurse] [-Directory] [-File]
  13. [-Attributes <FileAttributes>] [-Hidden] [-System] [-ReadOnly] [-Force] [-SkipMountPoints]
  14. [-SkipSymbolicLinks] [-Depth <Int32>] [<CommonParameters>]
  15. ```
  16. ## DESCRIPTION
  17. {{ Fill in the Description }}
  18. ## EXAMPLES
  19. ### Example 1
  20. ```powershell
  21. PS C:\> {{ Add example code here }}
  22. ```
  23. {{ Add example description here }}
  24. ## PARAMETERS
  25. ### -Attributes
  26. {{ Fill Attributes Description }}
  27. ```yaml
  28. Type: FileAttributes
  29. Parameter Sets: (All)
  30. Aliases:
  31. Accepted values: ReadOnly, Hidden, System, Directory, Archive, Device, Normal, Temporary, SparseFile, ReparsePoint, Compressed, Offline, NotContentIndexed, Encrypted, IntegrityStream, NoScrubData
  32. Required: False
  33. Position: Named
  34. Default value: None
  35. Accept pipeline input: False
  36. Accept wildcard characters: False
  37. ```
  38. ### -Depth
  39. {{ Fill Depth Description }}
  40. ```yaml
  41. Type: Int32
  42. Parameter Sets: (All)
  43. Aliases:
  44. Required: False
  45. Position: Named
  46. Default value: None
  47. Accept pipeline input: False
  48. Accept wildcard characters: False
  49. ```
  50. ### -Directory
  51. {{ Fill Directory Description }}
  52. ```yaml
  53. Type: SwitchParameter
  54. Parameter Sets: (All)
  55. Aliases:
  56. Required: False
  57. Position: Named
  58. Default value: None
  59. Accept pipeline input: False
  60. Accept wildcard characters: False
  61. ```
  62. ### -File
  63. {{ Fill File Description }}
  64. ```yaml
  65. Type: SwitchParameter
  66. Parameter Sets: (All)
  67. Aliases:
  68. Required: False
  69. Position: Named
  70. Default value: None
  71. Accept pipeline input: False
  72. Accept wildcard characters: False
  73. ```
  74. ### -Filter
  75. {{ Fill Filter Description }}
  76. ```yaml
  77. Type: String
  78. Parameter Sets: (All)
  79. Aliases:
  80. Required: False
  81. Position: 2
  82. Default value: None
  83. Accept pipeline input: False
  84. Accept wildcard characters: False
  85. ```
  86. ### -Force
  87. {{ Fill Force Description }}
  88. ```yaml
  89. Type: SwitchParameter
  90. Parameter Sets: (All)
  91. Aliases:
  92. Required: False
  93. Position: Named
  94. Default value: None
  95. Accept pipeline input: False
  96. Accept wildcard characters: False
  97. ```
  98. ### -Hidden
  99. {{ Fill Hidden Description }}
  100. ```yaml
  101. Type: SwitchParameter
  102. Parameter Sets: (All)
  103. Aliases:
  104. Required: False
  105. Position: Named
  106. Default value: None
  107. Accept pipeline input: False
  108. Accept wildcard characters: False
  109. ```
  110. ### -Path
  111. {{ Fill Path Description }}
  112. ```yaml
  113. Type: String[]
  114. Parameter Sets: (All)
  115. Aliases: FullName
  116. Required: False
  117. Position: 1
  118. Default value: None
  119. Accept pipeline input: True (ByPropertyName, ByValue)
  120. Accept wildcard characters: False
  121. ```
  122. ### -ReadOnly
  123. {{ Fill ReadOnly Description }}
  124. ```yaml
  125. Type: SwitchParameter
  126. Parameter Sets: (All)
  127. Aliases:
  128. Required: False
  129. Position: Named
  130. Default value: None
  131. Accept pipeline input: False
  132. Accept wildcard characters: False
  133. ```
  134. ### -Recurse
  135. {{ Fill Recurse Description }}
  136. ```yaml
  137. Type: SwitchParameter
  138. Parameter Sets: (All)
  139. Aliases:
  140. Required: False
  141. Position: Named
  142. Default value: None
  143. Accept pipeline input: False
  144. Accept wildcard characters: False
  145. ```
  146. ### -SkipMountPoints
  147. {{ Fill SkipMountPoints Description }}
  148. ```yaml
  149. Type: SwitchParameter
  150. Parameter Sets: (All)
  151. Aliases:
  152. Required: False
  153. Position: Named
  154. Default value: None
  155. Accept pipeline input: False
  156. Accept wildcard characters: False
  157. ```
  158. ### -SkipSymbolicLinks
  159. {{ Fill SkipSymbolicLinks Description }}
  160. ```yaml
  161. Type: SwitchParameter
  162. Parameter Sets: (All)
  163. Aliases:
  164. Required: False
  165. Position: Named
  166. Default value: None
  167. Accept pipeline input: False
  168. Accept wildcard characters: False
  169. ```
  170. ### -System
  171. {{ Fill System Description }}
  172. ```yaml
  173. Type: SwitchParameter
  174. Parameter Sets: (All)
  175. Aliases:
  176. Required: False
  177. Position: Named
  178. Default value: None
  179. Accept pipeline input: False
  180. Accept wildcard characters: False
  181. ```
  182. ### CommonParameters
  183. 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).
  184. ## INPUTS
  185. ### System.String[]
  186. ## OUTPUTS
  187. ### Alphaleonis.Win32.Filesystem.FileInfo
  188. ### Alphaleonis.Win32.Filesystem.DirectoryInfo
  189. ## NOTES
  190. ## RELATED LINKS