Hi all, Q: what is Audit Collection Service (ACS) Answer: In Operations Manager 2007, you can use Audit Collection Services (ACS) to collect records generated...
Alias and Powershell profiles
Hi All I love “RUN” box. We can open run box “Windows Key + R” and type the Excel, Powerpoint, and click on OK...
7zip and PowerShell
Hi, first of all “Happy New year” to all of you. yesterday one of my colleague asked me to write to write a script...
Creating System Footprints using PowerShell
WMI can retrieve a lot more object instances than you might think. If you submit a parent class, Get-WmiObject returns all instances of...
Best Practice for PowerShell Functions
PowerTip of the Day, from PowerShell.com: This is a best-practice message: when you create your own function, here are some things you should consider:...
Finding Standard Parameter Names in PowerShell
PowerTip of the Day, from PowerShell.com: In a previous tip, we suggested you to use standard parameter names for your own functions. To...
“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...
Removing Shares (Remotely, Too) using PowerShell
PowerTip of the Day, from PowerShell.com: Removing Shares (Remotely, Too) In a previous tip you learned how you can create ad-hoc shares using...
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....