# OSDCloud Live

OSDCloud Live is a method of starting OSDCloud from an ADK WinPE with the PowerShell package added.  Normal WinPE will boot to a command prompt and start `wpeinit`.  From here, enter the following command

```
powershell iex (irm live.osdcloud.com)
```

![](https://3996045416-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LDKRxGiKLYjW1gana2O%2Fuploads%2FLiKMjSMFCcqzRkjPjqQA%2Fimage.png?alt=media\&token=8ea4f9a1-9039-4be6-8443-e7e69edb2e34)

This command will use `Invoke-RestMethod` to return the content of the PowerShell script into a string, and then use `Invoke-Expression` to run the string

![](https://3996045416-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LDKRxGiKLYjW1gana2O%2Fuploads%2FdGXF9aP3BeKISLsSB1vW%2Fimage.png?alt=media\&token=d64c2548-045c-433a-8931-cb3bde11319d)

You can review the PowerShell script from the GitHub Gist at the following link

{% embed url="<https://gist.github.com/OSDeploy/30dc8839e8972493be1a343d509f423f>" %}

## Sponsor

OSDeploy is sponsored by [Recast Software](https://www.recastsoftware.com/?utm_source=osdeploy\&utm_medium=ad\&utm_campaign=web) and their Systems Management Tools

{% embed url="<https://www.recastsoftware.com/?utm_source=osdeploy&utm_medium=ad&utm_campaign=web>" %}
Sponsored by Recast Software
{% endembed %}
