Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

Get-FileHash2.md 1.5 KiB

há 4 anos
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. ---
  2. external help file: NTFSSecurity.dll-Help.xml
  3. Module Name: ntfssecurity
  4. online version:
  5. schema: 2.0.0
  6. ---
  7. # Get-FileHash2
  8. ## SYNOPSIS
  9. {{ Fill in the Synopsis }}
  10. ## SYNTAX
  11. ```
  12. Get-FileHash2 [-Path] <String[]> [[-Algorithm] <HashAlgorithms>] [<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. ### -Algorithm
  24. {{ Fill Algorithm Description }}
  25. ```yaml
  26. Type: HashAlgorithms
  27. Parameter Sets: (All)
  28. Aliases:
  29. Accepted values: SHA1, SHA256, SHA384, SHA512, MACTripleDES, MD5, RIPEMD160
  30. Required: False
  31. Position: 2
  32. Default value: None
  33. Accept pipeline input: True (ByPropertyName)
  34. Accept wildcard characters: False
  35. ```
  36. ### -Path
  37. {{ Fill Path Description }}
  38. ```yaml
  39. Type: String[]
  40. Parameter Sets: (All)
  41. Aliases: FullName
  42. Required: True
  43. Position: 1
  44. Default value: None
  45. Accept pipeline input: True (ByPropertyName, ByValue)
  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. ### Security2.FileSystem.FileInfo.HashAlgorithms
  53. ## OUTPUTS
  54. ### Security2.FileSystemAccessRule2
  55. ## NOTES
  56. ## RELATED LINKS