I’ve just updated the OMSSearch PowerShell module. New version is 6.0.0. Here are the changes: Continue reading “OMSSearch PowerShell Module 6.0.0 Release”
Tag: Azure Automation
Free E-book: Inside the Microsoft Operations Management Suite
For the past couple of months I’ve been a little bit quiet on my blog. The reason for this is that I was participating in something special for you. Continue reading “Free E-book: Inside the Microsoft Operations Management Suite”
Publish your Module to PowerShell Gallery with Azure Automation Connection
Recently PowerShell Gallery received a feature that you can deploy Modules from PowerShell Gallery to Azure Automation (part of OMS). You can upload PowerShell Modules to Azure Automation with little or not change to the module. If you want to make your PowerShell module more appealing and easy to use in Azure Automation you can create so called Connection. You can read more here. Recently I was able to confirm that if you publish your PowerShell Module with Connection to the PowerShell gallery that Connection will be imported as well when you import your module to Azure Automation. Continue reading “Publish your Module to PowerShell Gallery with Azure Automation Connection”
Operations Management Suite – Custom Fields / Extract Data Feature
I’ve been waiting for this OMS feature with anticipation. At first sight you might think that this is a feature that is nothing worth to be excited but quite contrary. This feature allows you to extract additional insights from your logs. Why? Continue reading “Operations Management Suite – Custom Fields / Extract Data Feature”
Updated: OMSSearch PowerShell Module
You may ask what an MVP does on a rainy day? Probably a good answer will be: Trying to make your life easier?.
AS Microsoft published more information on the Operations Management Suite API I’ve decided to take a look update the OMSSearch PowerShell module. I’ve added –Start, –End and –Top parameters to Execute-OMSSearchQuery so you can make more granular searches. Also Stefan Stranger helped by adding Get-OMSWorkspace cmdlet. You will find all information and new version on Github.