Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Get RemoteChecksum

Paul Broadwith edited this page Jun 27, 2017 · 2 revisions

Get-RemoteChecksum

NAME

Get-RemoteChecksum

SYNOPSIS

Download file from internet and calculate its checksum

SYNTAX

Get-RemoteChecksum [[-Url] <String>] [[-Algorithm] <Object>] [<CommonParameters>]

DESCRIPTION

PARAMETERS

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

INPUTS

OUTPUTS

RELATED LINKS

NOTE: This documentation has been automatically generated from Get-Help Get-RemoteChecksum -Full.