Skip to the content

Aman Dhally's Blog

the life of an IT administrator..
  • Home
  • 100Days Of Self Improvement
  • PowerShell Blog
  • Poetry
  • About Me
  • General
PowerShell

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

Aman Dhally
9 January, 20123 August, 2012
Continue Reading
PowerShell

Spying on Parameters in Powershell

  PowerTip of the Day, from PowerShell.com:   Your own PowerShell functions can have the same sophisticated parameters, parameter types and parameter sets that you...

Aman Dhally
9 January, 20123 August, 2012
Continue Reading
PowerShell

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

Aman Dhally
9 January, 20123 August, 2012
Continue Reading
PowerShell

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

Aman Dhally
9 January, 20123 August, 2012
Continue Reading
PowerShell

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

Aman Dhally
9 January, 20123 August, 2012
Continue Reading
PowerShell

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

Aman Dhally
9 January, 20123 August, 2012
Continue Reading
PowerShell

Creating Your Own Get-Driver Tool using PowerShell

  PowerTip of the Day, from PowerShell.com:   Creating Your Own Get-Driver Tool Some code snippets are really valuable, so you should turn them into...

Aman Dhally
9 January, 20123 August, 2012
Continue Reading
PowerShell

Finding More Driver Information using PowerShell

  PowerTip of the Day, from PowerShell.com:   Finding More Driver Information In a previous tip you learned how you can convert raw CSV data...

Aman Dhally
9 January, 20123 August, 2012
Continue Reading
PowerShell

Finding Driver Information using PowerShell

  PowerTip of the Day, from PowerShell.com: driverquery.exe returns all kinds of information about installed drivers, but the information seems a bit useless at first:...

Aman Dhally
9 January, 20123 August, 2012
Continue Reading
PowerShell

Creating Multiline Strings

  PowerTip of the Day, from PowerShell.com: You probably know what this line produces: 'Hello' * 12 Right, you get 12 times the string you...

Aman Dhally
9 January, 20123 August, 2012
Continue Reading

Posts pagination

Previous 1 … 34 35 36 … 42 Next
  • Home
  • 100Days Of Self Improvement
  • PowerShell Blog
  • Poetry
  • About Me
  • General
To the top ↑ Up ↑