PowerTip: Use PowerShell to Copy Profiles to SkyDrive
![Doctor Scripto](https://devblogs.microsoft.com/scripting/wp-content/uploads/sites/29/2018/09/dr_scripto-102x150.gif)
Summary: Use Windows PowerShell to copy all profiles from a local computer to SkyDrive. How can I use Windows PowerShell to copy all of the profiles from my local computer to SkyDrive? Use the Get-ChildItem cmdlet. This works only if you have SkyDrive set up and available to the local computer: Get-ChildItem $pshome\*profile.p...