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...