Here is another one liner from PowerShell 🙂 In order to get list of installed hotfixes or service packs on local or remote computers. To…
View More PowerShell – get hotfix list or Service pack installed on the remote computerTag: PowerShell
How to export mailboxes from Exchange 2007 in SBS 2008 to PST
I am working on Microsoft Small Business Server 2008 with Microsoft Exchange 2007 installed. From time to time I have a need to export users…
View More How to export mailboxes from Exchange 2007 in SBS 2008 to PSTPowerShell – retrieve inventory for your servers
Every system administrator needs from time to time get info on his servers for many reasons such as to keep up network and system documentatyion…
View More PowerShell – retrieve inventory for your serversPowerShell – retrieve logged on user and machine name
Another quick and simple and useful PowerShell script to retrieve remote machine name and currently logged on user on the remote computer. $strComputer = “.”…
View More PowerShell – retrieve logged on user and machine namePowerShell – get info on laptop battery
Another neat simple and useful PowerShell script to pull info on your laptop battery. I can quickly imagine that as the sysadmin you can easily…
View More PowerShell – get info on laptop batteryHow to change/update DNS settings with Powershell on network computers
I have few computers on network that are required to have a static ip address for certain reasons. I have changed DNS server settings and…
View More How to change/update DNS settings with Powershell on network computersGet serial number/TAG from remote pc with use of wmic
Here is simple command line that works on Windows XP/VISTA/Windows 7, if you are in need to get the serial number aka TAG from remote…
View More Get serial number/TAG from remote pc with use of wmic