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

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
PowerShell

Writing Registry Key Default Values

  PowerTip of the Day, from PowerShell.com:   If you need to set the default value for a Registry Key, you can  use either of...

Aman Dhally
13 December, 20113 August, 2012
Continue Reading
PowerShell

Asking for Credentials

  PowerTip of the Day, from PowerShell.com: When you write functions that accept credentials as parameters, add a transformation attribute! This way, the user can...

Aman Dhally
13 December, 20113 August, 2012
Continue Reading
PowerShell

How to List Registry Hives

  PowerTip of the Day, from PowerShell.com: Use the provider name instead of a drive name when you need to get a list of all...

Aman Dhally
13 December, 20113 August, 2012
Continue Reading
General PowerShell

My PowerShell Story: PowerShell and I

  hi, Thanks to http://www.powershellmagazine.com they just upload my powershell story yesterday. you can read the complete story here:  http://www.powershellmagazine.com/2011/12/12/powershell-and-i/ thanks aman

Aman Dhally
13 December, 20113 August, 2012
Continue Reading
PowerShell

Print All PDF Files in Folders using PowerShell

  PowerTip of the Day, from PowerShell.com: Try this one-liner if you need to print out all PDF documents you have stored in one folder:Dir...

Aman Dhally
2 December, 20113 August, 2012
Continue Reading
PowerShell

Determining Service Start Modes using PowerShell

  PowerTip of the Day, from PowerShell.com:   By using WMI, you can enumerate the start mode that you want your services to use. To...

Aman Dhally
2 December, 20113 August, 2012
Continue Reading

Posts pagination

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