Related Articles
SCOM 2012 – Maintenance Mode by Powershell, Orchestrator & SCOJobRunner
If you browse the web and you search for a solution to start maintenance mode in SCOM you will find many solutions. There are different approaches which are based on Powershell or Orchestrator but my intention was to to combine all of those and also utilize SCOJobRunner, Just for fun … The idea looks like […]
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 […]