Skip to content

Commit 1a0a2d1

Browse files
authored
Merge pull request #176387 from fcabrera23/eflow-tpm-info
Change function
2 parents badbffe + 74caab5 commit 1a0a2d1

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

articles/iot-edge/how-to-provision-devices-at-scale-linux-on-windows-tpm.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -287,22 +287,10 @@ IoT Edge for Linux on Windows provides a PowerShell script to help retrieve this
287287

288288
1. Open PowerShell in an elevated session.
289289

290-
1. Clone the [iotedge-eflow](https://github.com/Azure/iotedge-eflow) repository.
291-
292-
```powershell
293-
git clone https://github.com/Azure/iotedge-eflow.git
294-
```
295-
296-
1. Import the downloaded module.
297-
298-
```powershell
299-
Import-Module <path>\iotedge-eflow\samples\scripts\EflowTpmProvisioningInfo.ps1
300-
```
301-
302290
1. Run the command.
303291

304292
```powershell
305-
Get-EflowVmTpmProvisioningInformation
293+
Get-EflowVmTpmProvisioningInfo
306294
```
307295

308296
# [Simulated TPM](#tab/simulated-tpm)

0 commit comments

Comments
 (0)