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
  • Home
  • function
PowerShell

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

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

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

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

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

Outputting Text Reports without Truncating

 PowerTip of the Day, from PowerShell.com:If you want to capture PowerShell results in a text file, you can redirect the results or pipe them to...

Aman Dhally
22 November, 20113 August, 2012
Continue Reading
  • Home
  • 100Days Of Self Improvement
  • PowerShell Blog
  • Poetry
  • About Me
  • General
To the top ↑ Up ↑