Related Articles
PowerShell – Convert Special Character String Into Numbers
Do you know the situation where you have to handle strings / string data that has a lot of complex characters? In certain situation it is just a pain to deal with strings that have special characters like “*ç%&/()=`è or even an entire Export-CliXML output content. Recently I had the need to embed such data […]
SCOM 2012 – Operations Manager 2012 Sizing Helper Tool
Microsoft just released the new Operations Manager 2012 Sizing Helper Tool. There was a similar Tool (basically it is an Excel sheet) for SCOM 2007 R2. But now there is also some guidance on Best Practices Disk Configuration, SQL Temp DB, High Availability and Network Monitoring. This tool can be found here .
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 […]