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