Travis Roberts July 21, 2018 1:00 pm Authentication and Azure Automation Runbooks Recently I ran into an issue with Authentication and Azure Automation child runbooks. The goal was to call a PowerShell child runbook following the READ MORE
Travis Roberts July 8, 2018 1:14 pm Azure OMS Log Analytics Step by Step – Adding Custom Logs In previous videos I demonstrated how to collect Event logs from a Windows server in Azure Log Analytics. You may need to also collect READ MORE
Travis Roberts February 22, 2018 12:10 pm Writing to the Windows Event Log with PowerShell Odds are, you were Googling something like ‘write event log PowerShell’ and you stumbled on this page. If that’s the case and you just READ MORE
Travis Roberts February 19, 2018 3:23 am Write Data from PowerShell to Azure Table Storage I worked on a project recently that wrote data from PowerShell into a CSV file. The goal was to do real time trending READ MORE
Travis Roberts April 21, 2016 3:10 am Safe Restart Script This is a script that reboots if day and time criteria are met and if the uptime is less than a given number of READ MORE
Travis Roberts March 18, 2016 1:20 am Static IP and Azure Resource Manager If you deployed a VM using the new Resource Manager mode in Azure and need to find the IP and if it is static READ MORE
Travis Roberts March 8, 2016 1:02 pm Azure PowerShell and Listing Subscriptions When building an Azure VM with PowerShell you need to first login using the Login-AzureRmAccount. After that, use the Get-AzureSubscription to list the subscriptions READ MORE