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
  • 2012
  • Page 13
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
PowerShell

Adding New Lines to Strings

  PowerTip of the Day, from PowerShell.com:   In a previous tip you learned that text arrays can easily be multiplied. The same is true...

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

Enumerating Registry Keys

  Enumerating Registry Keys To enumerate all subkeys in a Registry key, you might be using a line like this: PS> Dir HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall | Select-Object...

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

Use Out-GridView Requirements

  PowerTip of the Day, from PowerShell.com   Out-GridView is a great way to present results in a “mini-Excel” sheet: Get-Process | Out-GridView However, Out-GridView...

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

Change Service Start Mode the PowerShell Way

    When you list services with Get-Service, you will find that a lot of properties may seem to be missing. You can still set...

Aman Dhally
9 January, 20123 August, 2012
Continue Reading

Posts pagination

Previous 1 … 12 13
  • Home
  • 100Days Of Self Improvement
  • PowerShell Blog
  • Poetry
  • About Me
  • General
To the top ↑ Up ↑