Skip to content

Commit 5c10db6

Browse files
Update tutorial-prepare-hyper-v.md
1 parent 8816797 commit 5c10db6

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

articles/migrate/tutorial-prepare-hyper-v.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Run the script as follows:
124124

125125
1. Make sure you have PowerShell version 4.0 or later installed on the Hyper-V host.
126126
2. Download the script from the [Microsoft Download Center](https://aka.ms/migrate/script/hyperv). The script is cryptographically signed by Microsoft.
127-
3. Validate the script integrity using either MD5 or SHA256 hash files. Run this command to generate the hash for the script:
127+
3. Validate the script integrity using either MD5 or SHA256 hash files. Hashtag values are below. Run this command to generate the hash for the script:
128128
```
129129
C:\>CertUtil -HashFile <file_location> [Hashing Algorithm]
130130
```
@@ -133,19 +133,20 @@ Run the script as follows:
133133
C:\>CertUtil -HashFile C:\Users\Administrators\Desktop\ MicrosoftAzureMigrate-Hyper-V.ps1
134134
SHA256
135135
```
136-
137-
Hash values are:
138-
| **Hash** | **Value** |
139-
| --- | --- |
140-
| **MD5** | 0ef418f31915d01f896ac42a80dc414e |
141-
| **SHA256** | 0ad60e7299925eff4d1ae9f1c7db485dc9316ef45b0964148a3c07c80761ade2 |
142-
143136
144137
4. After validating the script integrity, run the script on each Hyper-V host with this PowerShell command:
145138
```
146139
PS C:\Users\Administrators\Desktop> MicrosoftAzureMigrate-Hyper-V.ps1
147140
```
148141
142+
#### Hashtag values
143+
144+
Hash values are:
145+
146+
| **Hash** | **Value** |
147+
| --- | --- |
148+
| **MD5** | 0ef418f31915d01f896ac42a80dc414e |
149+
| **SHA256** | 0ad60e7299925eff4d1ae9f1c7db485dc9316ef45b0964148a3c07c80761ade2 |
149150
150151
### Verify Hyper-V host settings
151152

0 commit comments

Comments
 (0)