There is no need to prove that PowerShell is a very cool technology, we already proved it many times. For me PowerShell is like...
Get the Time of remote Offices Locations using Powershell script.
Hi. If you are working in an MNC and you are multiple remote office then one thing is sure that you are visiting few TIME...
Opening MsgBoxes using PowerShell
PowerTip of the Day, from PowerShell.com: eed a quick message box to display something or ask a question? Fortunately, PowerShell can access old...
Sending Text to Clipboard Everywhere using Powershell
In a previous tip you learned how to use clip.exe to send results to the clipboard. But what if you don't have clip.exe (let's say...
Reading the Clipboard using Powershell
PowerTip of the Day, from PowerShell.com: What if you wanted to paste information from the clipboard? No sweat, here is a Get-Clipboard function...
Bulk-Creating PDF Files from Word
PowerTip of the Day, from PowerShell.com: To convert a whole folder full of MS Word documents to PDF, here's a function that might...
Retrieve Exchange Rates using PowerShell
PowerTip of the Day, from PowerShell.com: If you need up-to-date exchange rates, try loading the rates via XML from the European Central Bank. This...
Storing Pictures in Active Directory
PowerTip of the Day, from PowerShell.com: When you need to store a picture into an AD account, the picture will have to be converted...
“Script to list all folder of Outlook and total number of emails store in them” using PowerShell
Hi, from past few days I tried to writing a script which shows me that how many folders I do have in my Outlook...