This will be a short one. Azure Resource Manager is a powerful beast and Operations Management Suite is gaining more of its functionality every day. And by that statement I do not mean OMS features specific to Azure. I mean the API, management and orchestration stuff of Azure Resource Manager. Continue reading “Moving OMS Workspace between Resource Groups”
Tag: API
OMSSearch PowerShell Module 6.1.0 Release
There is a new version of the OMSSearch module which mainly includes two new cmdlets.
Continue reading “OMSSearch PowerShell Module 6.1.0 Release”
OMSSearch PowerShell Module 6.0.0 Release
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”
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.
Programmatically Search Operations Management Suite
At Ignite Jo Chan showed us how we can now execute Search queries trough Operations Management Suite API which is basically Azure Resource Manager API. He demonstrated that with a tool called ARMClient. That tool seems nice but I wanted to get results with PowerShell as it is more familiar to me. Continue reading “Programmatically Search Operations Management Suite”