-
Recent Posts
Categories
- App-V (2)
- Applications (6)
- Azure (1)
- Hyper-V (1)
- ManageEngine (2)
- Office (1)
- Powershell (24)
- SCCM (20)
- Server 2012 R2 (2)
- SQL (3)
- Uncategorized (3)
- Windows 10 (5)
- Windows 7 (13)
- Windows 8 (15)
- Windows XP (1)
Recent Comments
- admin on PowerShell and Windows Forms
- Kou on PowerShell and Windows Forms
- Jacob Moritz on Configure two tier PKI hierarchy
- Dakota Brooks on Remove characters from file names with PowerShell
- Powershell new object system windows forms form on PowerShell and Windows Forms
Archives
- September 2018
- May 2017
- October 2016
- September 2016
- August 2016
- July 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- October 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- September 2013
- July 2013
- April 2013
- March 2013
- January 2013
- December 2012
- November 2012
- October 2012
Meta
-
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
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
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 Automation, OSD, Powershell, powershell tutorial, scheduled task, Script
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