Hi, Before working on script i always thought that these windows “Environment Variables” are not so important, but as i start working on PowerShell...
Part-5: Text Manipulation in PowerShell using .Contains() and .Equals() methods
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...
Part-4: Text Manipulation in PowerShell using .Replace(), and .Remove() methods.
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...
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...
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...