Part-1: Text Manipulation in PowerShell using Trim, TrimStart , TrimEnd methodsPart-2: Text Manipulation in PowerShell using .ToLower and .ToUpper methodPart-3: Text Manipulation in PowerShell using...
Get the list of all windows “System Restore Points” using PowerShell.
Hi, if you remember yesterday we created a windows “System Restore Point” using Poweshell. Today we are going to check the list of all...
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...
Create a System Restore Point Using PowerShell.
Hi, Today i was testing some scripts for un-installation of one of our software and i want to create a “System Restore Point” before...
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...
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...
How to find Hidden files and Folders using PowerShell.
Hi, In Old days when we need to saw the hidden files we used Dir /a command to view them. If you don't know...
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...
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...
Part-1: Text Manipulation in PowerShell using Trim, TrimStart , TrimEnd methods
Hi, Did you ever tried to use .Trim() method on a string and can’t get it working? if yes ? Then welcome to the...