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

Test-Path2.md 1.5 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. ---
  2. external help file: NTFSSecurity.dll-Help.xml
  3. Module Name: ntfssecurity
  4. online version:
  5. schema: 2.0.0
  6. ---
  7. # Test-Path2
  8. ## SYNOPSIS
  9. {{ Fill in the Synopsis }}
  10. ## SYNTAX
  11. ```
  12. Test-Path2 [-Path] <String[]> [-PathType <TestPathType>] [<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. ### -Path
  24. {{ Fill Path Description }}
  25. ```yaml
  26. Type: String[]
  27. Parameter Sets: (All)
  28. Aliases: FullName
  29. Required: True
  30. Position: 1
  31. Default value: None
  32. Accept pipeline input: True (ByPropertyName, ByValue)
  33. Accept wildcard characters: False
  34. ```
  35. ### -PathType
  36. {{ Fill PathType Description }}
  37. ```yaml
  38. Type: TestPathType
  39. Parameter Sets: (All)
  40. Aliases:
  41. Accepted values: Any, Container, Leaf
  42. Required: False
  43. Position: Named
  44. Default value: None
  45. Accept pipeline input: True (ByPropertyName)
  46. Accept wildcard characters: False
  47. ```
  48. ### CommonParameters
  49. 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).
  50. ## INPUTS
  51. ### System.String[]
  52. ### NTFSSecurity.TestPathType
  53. ## OUTPUTS
  54. ### Alphaleonis.Win32.Filesystem.FileInfo
  55. ### Alphaleonis.Win32.Filesystem.DirectoryInfo
  56. ## NOTES
  57. ## RELATED LINKS