SCOM

Download OM2007_MP_ExSrvr2003.doc [ Exchange Server 2003 Management Pack Guide] for Operations Manager 2007

Hi, Today i was looking for Management Pack Guide for “Exchange Server 2007” but not able to find it anywhere. The Microsoft links to the guide are not working anymore. Somehow i manage to find the Guide and saved it on my Dropbox folder. You can download “Management pack Guide for Exchange Server 2003” from… Continue reading Download OM2007_MP_ExSrvr2003.doc [ Exchange Server 2003 Management Pack Guide] for Operations Manager 2007

SCOM

How to change the Default retention period of ACS Database of SCOM.

Hi, What is Retention Period of database? Once a day database when database grooming run it removed the data in ACS Database which is older then number of days specifies in database retention option. My Problem: By default database retention period is of 14 days, but when i installed the ACS Services i choose to… Continue reading How to change the Default retention period of ACS Database of SCOM.

PowerShell

Script to reset “Hidden files and folders” to normal using PowerShell

  Hi, yesterday one of my users laptop get infected with virus. After removal of virus i saw that “Virus” hide every file and folder in the laptop.  It was quite a pain to “Choose file and folder” right click on it, choose properties and un-tick the hidden option. Then i decide to write a… Continue reading Script to reset “Hidden files and folders” to normal using PowerShell

PowerShell

Part-3: Text Manipulation in PowerShell using .StartsWith() and EndsWith() methods

  Part-1: http://newdelhipowershellusergroup.blogspot.com/2012/01/part-1-text-manipulation-in-powershell.html | using Trim(),TrimEnd(),TrimStart() Part-2: http://newdelhipowershellusergroup.blogspot.com/2012/01/part-2-text-manipulation-in-powershell.html | ToUpper(),ToLower() Hi, Today we are going to use .StartsWith() and .EndsWith() methods to play with our text. we are using the same text which we used in previous posts and saving the text in a variable $text $text = “The Quick brown fox jumps over the lazy dog”… Continue reading Part-3: Text Manipulation in PowerShell using .StartsWith() and EndsWith() methods

PowerShell

Part-2: Text Manipulation in PowerShell using .ToLower and .ToUpper method

  Part-1: http://newdelhipowershellusergroup.blogspot.com/2012/01/part-1-text-manipulation-in-powershell.html Hi, In part-1 of text manipulation we saw how to use .Trim(),.TrimStart() and TrimEnd() method. Today we will see how to use .ToLower and ToUpper() Method. Lets start we are using the same text which we used in part-1 and saving the text in a variable $text $text = “The Quick brown… Continue reading Part-2: Text Manipulation in PowerShell using .ToLower and .ToUpper method

PowerShell

Uninstall Software using PowerShell

  Hi, today i was trying to uninstall the the software using PowerShell. i See few blog posts about uninstalling software using PowerShell they re recommending WMI to uninstall software using the .Uninstalled() method. But i think this method is not right because it don’t un-installed the software properly. Sometime uninstalling software using these method… Continue reading Uninstall Software using PowerShell

SCOM

“Agent and Operating System architecture are the same – Agent” error in SCOM

Hi As the above error is quite simple to read. It is saying that “Agent and Operating System architecture are the same” but actually meaning of this that  the version of “SCOM Agent” insatlled on the machine is not same. For example you are running 32bit version of AGENT on 64bit Windows Machine. Error   … Continue reading “Agent and Operating System architecture are the same – Agent” error in SCOM