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
PowerShell

PowerShell Script : Find the name of Installed Antivirus on local or remote laptop.

Do you ever want to know what antivirus installed on remote laptop, or does remote system has a antivirus or not, knowing this is  always...

Aman Dhally
23 October, 2013
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

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

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

Generate System Information Reports using WMI and PowerShell

  Hi Guys, Do you ever want to see what going on users machines? or what Settings he have on his system,? If you have...

Aman Dhally
20 October, 201113 June, 2014
Continue Reading
  • Home
  • 100Days Of Self Improvement
  • PowerShell Blog
  • Poetry
  • About Me
  • General
To the top ↑ Up ↑