Related Articles
E2EVC – Session “Microsoft Operations Management Suite (OMS) meets Citrix”
I am very happy to have a session with my buddy MVP Stefan Johner, at the Experts 2 Experts Virtualization Conference 2016 which will take place from November 18th-20th in Rome. E2EVC is a non-commercial, virtualization and Citrix community event. The main goal of the event is to bring the best virtualization and Citrix experts […]
SCOM – Global Service Monitor Using Visual Studio Web Test
Global Service Monitor has been around for quite some time now. If you never heard of Global Service Monitor then I would like to give you a short description by Microsoft. System Center Global Service Monitor is a cloud service that addresses this problem by extending the application monitoring capabilities in System Center 2012 beyond […]
PowerShell – Create a Credential Object with NULL Password
In one of my automation tasks I had the need to create a credential object with a $null password – an empty / NULL password. One easy way to do is, create just instantiate a new secure string object using the new() constructor from the .Net class like this: or using New-Object cmdlet like this […]