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
  • wmi and powershell
PowerShell

PowerShell Tips : Changing Monitor brightness using PowerShell.

   Do, you ever tried to change the monitor brightness using PowerShell. If not, than go and try it. It’s too cool. You can use...

Aman Dhally
31 January, 2014
Continue Reading
PowerShell

Create Software Inventory of Remote Machines/Servers using Powershell.

Hi, Sometime i think that my Powershell blog postings are mainly TASK Based, i think my most of the post are related to “How to...

Aman Dhally
22 August, 201213 June, 2014
Continue Reading
PowerShell

IP Address Release, Renew using PowerShell.

  Hi, This is a very common task which is nearly performed by every End-user and IT Admin and Engineers. Normally we use "IPCONFIG /Release"...

Aman Dhally
4 April, 201213 June, 2014
Continue Reading
PowerShell

List of useful WMI classes to use with PowerShell.

  Hi, Here is the list of some useful WMI Classes :). ClassName Contains win32_ComputerSystemProduct Serial Number, Vendor, information win32_bios Bios Information , including Version...

Aman Dhally
28 February, 20123 August, 2012
Continue Reading
PowerShell

Uninstall Software using PowerShell

  Hi, today i was trying to uninstall the the software using PowerShell. i See few blog posts about uninstalling software using PowerShell they re...

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

Creating System Footprints using PowerShell

    WMI can retrieve a lot more object instances than you might think. If you submit a parent class, Get-WmiObject returns all instances of...

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

Removing Shares (Remotely, Too) using PowerShell

  PowerTip of the Day, from PowerShell.com:   Removing Shares (Remotely, Too) In a previous tip you learned how you can create ad-hoc shares using...

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

Creating Shares Remotely using Powershell

  PowerTip of the Day, from PowerShell.com:   Let's assume you need to access another machine's file system but there is no network share available....

Aman Dhally
9 January, 20123 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
PowerShell

Find the List of Installed software using WMI and PowerShell.

  Hi, how you find the which software is installed on your computer, most of users answered  in “Control Panel” , yes it is right...

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