January 30, 2008 4:28 AM
Posted by: Michael Khanin
Microsoft WindowsIf you want to list the software known to Windows Management Instrumentation (WMI) from the command line, use WMI command line (WMIC) interface.
We can list all products installed locally by running the following command:
wmic...
January 27, 2008 11:46 PM
Posted by: Michael Khanin
VirtualizationIf you want to install the Hyper-V MMC on Windows Server 2008 to remotely manage another Hyper-V System, here are the steps:
1. Launch Server Manage from the Start Menu
2. Click...
January 27, 2008 11:43 PM
Posted by: Michael Khanin
VirtualizationHyper-V WMI APIs. Hyper-V uses WMI APIs (similar to the Virtual Server COM API) to create, manage, monitor and configure virtual resources.
The Hyper-V WMI APIs are publicly available here:
January 27, 2008 11:25 PM
Posted by: Michael Khanin
Microsoft WindowsMicrosoft released Windows Vista SP1 RC Refresh 2 (We can call it Release Candidate 3). It will just be released to the 15,000 official beta testers.
January 16, 2008 8:10 PM
Posted by: Michael Khanin
Windows ComputingMicrosoft just released a new version of their IE7 deployment paper. The document has 156 pages. IE7 deployment can get tricky. Try to read this...
January 16, 2008 7:56 PM
Posted by: Michael Khanin
Microsoft WindowsFor installing Server Roles & Features on Server Core we can use an OCSetup.exe (OptionalComponentsSetup). To identify all installable and/or installed roles and features we are using other tool, OClist.exe....
January 16, 2008 6:31 PM
Posted by: Michael Khanin
ExchangeMicrosoft has released new Exchange Best Practices Analyzer. This download contains the latest XML and ExBPA.chm files....
January 12, 2008 11:27 PM
Posted by: Michael Khanin
Microsoft WindowsWhen you connect to a new system you might be prompted for authentication or the access will fail. You can simply configure alternate sets of credentials to be used for various systems using the CMDKEY utility, as this example shows:
January 9, 2008 7:50 PM
Posted by: Michael Khanin
Microsoft Windows,
VirtualizationVirtual PC is able to run when you are using a non-administrative user account and most part will work. However - a couple of things that will not work correctly unless Virtual PC is run under an Administrative account:
- Using ping (or other ICMP...