This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 71
Get RemoteChecksum
Paul Broadwith edited this page Jun 27, 2017
·
2 revisions
Get-RemoteChecksum
Download file from internet and calculate its checksum
Get-RemoteChecksum [[-Url] <String>] [[-Algorithm] <Object>] [<CommonParameters>]
-Url <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Algorithm <Object>
Required? false
Position? 2
Default value sha256
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
NOTE: This documentation has been automatically generated from Get-Help Get-RemoteChecksum -Full
.