Related Articles
Azure Stack – Use Function To Generate SAS Token For Blob Content
Introduction When it comes to Azure Stack, a lot of customers want to know what can Azure Stack do for them or in other words what are the use cases for Azure Stack. Let’s assume you need to exchange files or any other blob content either between systems or users on-premises. This could be a […]
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 […]
SCOM 2012 – New Dashboard Community!
It has been a moment since my last post. This happen because, I was first building my new home and now finishing migrating my (real) home / house in a side-by-side migration scenario. Of course I need to reconfigure the new infrastructure but luckily I am not dual homed anymore. At this very moment I […]