Related Articles
SCSM – SMLets “The criteria could not be parsed. See inner exception for details.”
If you are using the SMLets from codeplex in combination with PowerShell remoting to retrieve information from Service Manager it could well be that you hit this error: The criteria could not be parsed. See inner exception for details. + CategoryInfo : OperationStopped: (:) [], InvalidCriteriaException + FullyQualifiedErrorId : The criteria could not […]
SCOM 2016 TP3 – Connecting Operations Management Suite Problem
Microsoft released SCOM 2016 TP3 end of August 2015 and of course I am eager to know what’s new. One problem I hit, was trying to onboard SCOM to Operations Management Suite (OMS) on Windows Server 2016 TP3. Onboarding to OMS is as easy as 1-2-3 (usually), but this time Internet Explorer settings are blocking […]
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 […]