Related Articles
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 […]
ARM – Connect Activity Logs From Multiple Subscriptions As Log Analytics Workspace Data Source
Recently I had a requirement to automatically configure Activity Logs from multiple subscriptions to send their logs to a Log Analytics workspace. I am talking about this setting here… There are many ways how to achieve this goal. If you are into PowerShell you could use this cmdlet New-AzureRMOperationalInsightsAzureActivityLogDataSource (I like the name ), this […]
Quick Post – Mastering Windows Server 2012 R2 (Wiley/Sybex)
This post is very special and I am proud to announce that soon one of the first and currently most comprehensive books about the latest and greatest Windows Server server version Windows Server 2012 R2 will be released in December 2013. MVP Kevin Greene, Christian Booth, Robert Butler, John McCabe, Robert Panek, Michael Rice and […]