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
  • 2011
  • December
  • 2
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
PowerShell

Change Service Start Mode using PowerShell

  PowerTip of the Day, from PowerShell.com:   You can use WMI like this if you want to change a service start mode:([wmi]'Win32_Service.Name="Spooler"').ChangeStartMode('Automatic').ReturnValue([wmi]'Win32_Service.Name="Spooler"').ChangeStartMode('Manual').ReturnValue Note that a...

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

“Enable or Disable” Network adapters using Powershell.

  Hi, In our IT environment we don’t give  “admin” rights to the normal users and they can’t enable/disable, install/un-install anything. Today one of our...

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