PowerShell Webcast Join us for a Webinar on March 10 Space is limited.Reserve your Webinar seat now at:https://www4.gotomeeting.com/register/719114255 The first web cast on Powershell....
New Delhi PowerShell User Group Meeting.
Hi,Finally we are doing our first PowerShell User Group Meeting. Please Check below for Details.I am also planning to do the Live Meeting also. and...
Remove Computer Account from All Domain controllers using PowerShell
Hi, If you are using Active Directory environment in you infrastructure then you does the one thing for sure , remove / add computers...
Using the -F format Operator in PowerShell
Hi, Yesterday I was using –F format Operator in PowerShell. In the first view it seems like puzzle me to but after spending few...
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...
How to use –Exclude switch in Remove-Item cmdlet in PowerShell
Hi, today i was trying to remove some junk folders and files in a specific folder. But i don’t want to remove all of file...
“More” Can Be Dangerous – Use Better Alternative in PowerShell
PowerTip of the Day, from PowerShell.com: You might know the more.com tool: when you pipe output to more.com, the output is displayed page...
Creating a “Better” More in PowerShell
PowerTip of the Day, from PowerShell.com: In a previous tip you learned that using "more" to paginate output can be dangerous, and instead...
Creating Shares Remotely using Powershell
PowerTip of the Day, from PowerShell.com: Let's assume you need to access another machine's file system but there is no network share available....