Skip to content

Commit 36b9d93

Browse files
author
Priyanka Middha
committed
Refine PowerCLI installation instructions for clarity and consistency
1 parent 3c932af commit 36b9d93

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

WindowsServerDocs/manage/windows-admin-center/use/migrate-vmware-to-hyper-v.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -56,28 +56,28 @@ Before you begin, review the prerequisites and ensure your environment meets the
5656

5757
- Install PowerCLI.
5858

59-
1. Open **PowerShell** as an administrator.
59+
- Open **PowerShell** as an administrator.
6060

61-
2. Run the following command to install the PowerCLI module:
61+
- Run the following command to install the PowerCLI module:
6262

63-
```powershell
64-
Install-Module -Name VMware.PowerCLI
65-
```
63+
```powershell
64+
Install-Module -Name VMware.PowerCLI
65+
```
6666
67-
3. Verify that the module is installed:
67+
- Verify that the module is installed:
6868
69-
```powershell
70-
Get-Module -Name VMware.PowerCLI -ListAvailable
71-
```
69+
```powershell
70+
Get-Module -Name VMware.PowerCLI -ListAvailable
71+
```
7272
73-
4. Test the connection to a vCenter Server by running:
73+
- Test the connection to a vCenter Server by running:
7474
75-
```powershell
76-
Connect-VIServer -Server "<vCenterServerFQDN_or_IP>" -User "<username>" -Password "<password>" -Force
77-
```
75+
```powershell
76+
Connect-VIServer -Server "<vCenterServerFQDN_or_IP>" -User "<username>" -Password "<password>" -Force
77+
```
7878
79-
> \[!NOTE]
80-
> Replace `<vCenterServerFQDN_or_IP>`, `<username>`, and `<password>` with your actual vCenter credentials.
79+
> [!NOTE]
80+
> Replace `<vCenterServerFQDN_or_IP>`, `<username>`, and `<password>` with your actual vCenter credentials.
8181
8282
8383
- Install:

0 commit comments

Comments
 (0)