{}

Vores varemærker

Velkommen til Schneider Electrics website

Velkommen til vores website
Hvordan kan vi hjælpe dig i dag?
How do I verify the checksum of a file?
Issue:
Using Microsoft PowerShell to verify the checksum of a file

Environment:
Any Downloaded Files that need Checksum Verification (Firmware/Software)

Cause:
A file can corrupt or be incomplete in many ways that can cause it to be "corrupt" and not match the full contents of the original file.

Resolution:

Verify the checksum of a file before using it to do firmware or software upgrades.

1) Open Windows PowerShell.  In Windows 10, right-click on the start menu and select Open Windows PowerShell.
NOTE: Older versions of Windows may not come pre-installed with Microsoft PowerShell, but it can be downloaded from Microsoft's website and then ran from the start menu entry.

2) Navigate to the directory that contains your file, which is most likely the Downloads folder.  This can be done using the Set-Location command:  Set-Location C:\Users\<Username>\Downloads

3) Run the Get-FileHash command:
Get-FileHash -path filename.txt -Algorithm XXX
To get a list of parameter values for Algorithm, you can use Get-Help Get-FileHash
MD5 Example:  Get-FileHash -path filename.txt -Algorithm MD5
SHA1 Example: Get-FileHash -path filename.txt -Algorithm SHA1
SHA256 Example: Get-FileHash -path filename.txt -Algorithm SHA256

4) Verify the results with the expected values from the download page or documenation.  If the checksums match, the file has not been corrupted.

Schneider Electric Danmark

How do I verify the checksum of a file?
Issue:
Using Microsoft PowerShell to verify the checksum of a file

Environment:
Any Downloaded Files that need Checksum Verification (Firmware/Software)

Cause:
A file can corrupt or be incomplete in many ways that can cause it to be "corrupt" and not match the full contents of the original file.

Resolution:

Verify the checksum of a file before using it to do firmware or software upgrades.

1) Open Windows PowerShell.  In Windows 10, right-click on the start menu and select Open Windows PowerShell.
NOTE: Older versions of Windows may not come pre-installed with Microsoft PowerShell, but it can be downloaded from Microsoft's website and then ran from the start menu entry.

2) Navigate to the directory that contains your file, which is most likely the Downloads folder.  This can be done using the Set-Location command:  Set-Location C:\Users\<Username>\Downloads

3) Run the Get-FileHash command:
 
Get-FileHash -path filename.txt -Algorithm XXX
 
To get a list of parameter values for Algorithm, you can use Get-Help Get-FileHash
 
MD5 Example:  Get-FileHash -path filename.txt -Algorithm MD5
SHA1 Example: Get-FileHash -path filename.txt -Algorithm SHA1
SHA256 Example: Get-FileHash -path filename.txt -Algorithm SHA256

4) Verify the results with the expected values from the download page or documenation.  If the checksums match, the file has not been corrupted.

Schneider Electric Danmark

Se mere
Område:
Se mere
Område:
Se mere
Område:
Se mere
Område:
Your browser is out of date and has known security issues.

It also may not display all features of this website or other websites.

Please upgrade your browser to access all of the features of this website.

Latest version for Google Chrome, Mozilla Firefox or Microsoft Edgeis recommended for optimal functionality.
Your browser is out of date and has known security issues.

It also may not display all features of this website or other websites.

Please upgrade your browser to access all of the features of this website.

Latest version for Google Chrome, Mozilla Firefox or Microsoft Edgeis recommended for optimal functionality.