Hi, how you find the which software is installed on your computer, most of users answered in “Control Panel” , yes it is right...
Turning SIDs into Real Names using PowerShell
PowerTip of the Day, from PowerShell.com: Sometimes, you'd like to turn security identifiers (SIDs) into real names. Here is a function that can do...
Get-Overrides created on Specific Day .
hi, yesterday one of our SCOM admin created few overrides in SCOM and today he is on leave and the also not picking up the...
Converting User Names to SIDs using PowerShell
PowerTip of the Day, from PowerShell.com: Converting User Names to SIDs If you want to translate a valid user name to its security identifier...
Copy Files and Folders using PowerShell
Hi, Copy files and folders this is the task which every Admin or even a end user performs daily. How we can Copy...
Thanks to www.PowerWf.com
to mention our post on there Blog :) http://blog.powerwf.com/post/12114067606/using-powershell-to-see-if-agent-proxy-is-enabled-in#disqus_thread Thanks Guys Aman Dhally
Use PowerShell as “Calculator”
Hi, this is a very basic tip. The tip is “You can use PowerShell as a calculator”, so guys stop using CALC use PowerShell...
“VIM” a console based Script Editor for PowerShell
Hi, I hope some of you know about what is VIM is and for those who don’t know what VIM is for them “VIM”...
Ping Multiple Servers using “PowerShell”
Hi, Today I was looking for a little PowerShell script which can Ping multiple servers and give a consolidated view on PowerShell console that...
How to create and change “Windows Registry Keys” using PowerShell.
Hi, The Best thing about PowerShell is that you can manipulate “windows Registry Keys” very easily with it. How? Let me show to you....