its simple:
msiexec /p patchfile.msp REINSTALL=ALL REINSTALLMODE=omus
Keep in mind, if you do not use REINSTALL and REINSTALLMODE it will not patch installation package
Microsoft is releasing the iSCSI Target Server
This is a very cool tool, actually you can’t live without in home aka lab/testing env. đ
The Microsoft iSCSI Software Target 3.3 provides storage (disks) over a TCP/IP network. It turns a computer running Windows Server into a storage device which provides shared block storage. You can use Microsoft iSCSI Software Target 3.3 to perform a variety of storage-related tasks, including the following:
Download:
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=45105d7f-8c6c-4666-a305-c8189062a0d0
These tables provide important URLS for Microsoft Online Services. You can add them to your Favorites menu in Windows Internet Explorer to ensure that you have them when you need them.
The following global URLs provide access to the appropriate regional portals regardless of where you are located.
Administration Center | https://admin.microsoftonline.com |
My Company Portal | https://home.microsoftonline.com |
Customer Portal | https://mocp.microsoftonline.com/site |
Partner Administration Center * | https://partner.microsoftonline.com |
* The Microsoft Online Services Partner Administration Center is for authorized Microsoft Online Services partners to assist Microsoft Online Services customers. The Partner Administration Center is not accessible to most users.
Your Microsoft Office Outlook Web Access (OWA) URL is determined by the storage location of your Microsoft Online Services data. The storage location is generally the one closest to your company headquarters.
Asia Pacific (APAC) | https://red003.mail.apac.microsoftonline.com/owa |
Europe, the Middle East, and Africa (EMEA) | https://red002.mail.emea.microsoftonline.com/owa |
North America | https://red001.mail.microsoftonline.com/owa |
Your mobile device URL is determined by the storage location of your Microsoft Online Services data. To connect to Microsoft Exchange Online, your cellular service plan must support Windows Mobile.
Asia Pacific (APAC) | https://red003.mail.apac.microsoftonline.com |
Europe, the Middle East, and Africa (EMEA) | https://red002.mail.emea.microsoftonline.com |
North America | https://red001.mail.microsoftonline.com |
have a look at this indresting article from Stephan
http://msftkitchen.com/2010/06/windows-8-plans-leaked-numerous-details-revealed.html
Configuration Manager 2007Â SP2, R2 and R3 supports Windows 7 SP1 and Windows Server 2008 R2 SP1
The following software update is required to add Windows 7 SP1 and Windows Server 2008 R2 SP1 to the Supported Platforms list:
Read more at: http://blogs.technet.com/b/configmgrteam/archive/2011/03/24/configuration-manager-support-announcements-for-march-2011.aspx
This article is pretty old, but guess what….. seems alot of people still needs it! đ
This step-by-step article describes how to examine a small memory dump file. You can use this file to determine why your computer has stopped responding.
On a system that is running Windows 7 x86 (32 bit) the System Center Service Manager 2010 Console fails to launch. Additionally, The following event is logged in the Application log:
Event Type: Error
Event Source: Application Error
Event Category: (100)
Event ID: 1000
Description:
Faulting application Microsoft.EnterpriseManagement.ServiceManager.UI.Console.exe, version version number , faulting module igdumd32.dll, version version number , fault address address.
The system also has one of the following Intel GPU chipsets:
For the latest status of this issue please see the following Knowledge Base article:
KB2278267 – On a system that is running Windows 7 x86 (32 bit) the System Center Service Manager 2010 Console fails to launch
This new module allows adminstrators to manage vPro clients programatically very easy! đ
When deploying Windows 7 the Network Location dialog box is sometimes shown even though the machine is joined to a domain. It’s only on specific hardware but it’s quite common.
Microsoft now has a hotfix (KB 2028749) for this bug.
A “Set Network Location” dialog box appears when you first log on to a domain-joined Windows 7-based client computer
http://support.microsoft.com/kb/2028749/
Optional Workaround:
You can set a Group Policy for Network Location – Computer Configuration / Windows Settings / Security Settings / Network List Manager Policies / All Networks. Change Network Location to User cannot change location
This is the dialog box you might get without the hotfix…
Checkout PowerCFG…
just a few examples:
Changes plan to “High Performance”
powercfg -s 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
also works from task sequence – cmd.exe /c “powercfg -s 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c”
just a few exampes:
powercfg /change “always on” /standby-timeout-ac 0
powercfg /change “always on” /hibernate-timeout-ac 0
powercfg /setactive “always on”
Read more at: Using PowerCfg to Evaluate System Energy Efficiency