Monthly Archives: July 2016

Create blob storage in Azure with PowerShell

In this post I will show you how to create blob storage in Azure with PowerShell. Azure blob storage is great for storing large amount of  data that is accessible from all around the world through HTTP or HTTPS. I … Continue reading

Posted in Powershell | Tagged , , , , , | 1 Comment

Create a scheduled task with PowerShell

Sometimes during OSD I need to create a scheduled task with PowerShell so that the clients runs another script once the user has gotten the client. In this short post, I will show you how to create a scheduled task that … Continue reading

Posted in Powershell | Tagged , , , , , | 1 Comment

Check if the network cable is unplugged through PowerShell

In a recent script I did for a customer I needed to check if the network cable is unplugged through PowerShell on clients before continuing to execute the rest of the script. With PowerShell you can get a lot of … Continue reading

Posted in Powershell | Tagged , , , , , | 2 Comments