Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

Get-FileHash2.md 1.5 KiB

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-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