Quantcast
Channel: Aman Dhally's Blog » WMI
Browsing latest articles
Browse All 6 View Live

Image may be NSFW.
Clik here to view.

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 few users in your office then you can go to there desk and check it manually, but...

View Article



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...

View Article

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 WMI. These shares persist until you remove them again....

View Article

Image may be NSFW.
Clik here to view.

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 Number of BIOS...

View Article

Image may be NSFW.
Clik here to view.

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” to release the IP-address and “IPconfig / Renew” to renew or...

View Article


Image may be NSFW.
Clik here to view.

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

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 a pain, normally you have to call user and ask them,. Today i...

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images