Posted Tuesday, 27 January 2009 by Misha Hanin
If for whatever reasons you need to disable updates for Sun Java, do set the EnableJavaUpdate settings to 0. You can create a file, let say DisableJavaUpdates.reg, with following content:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy]
"EnableJavaUpdate"=dword:00000000
|
|
Posted Wednesday, 31 December 2008 by Misha Hanin
|
|
Posted Tuesday, 30 December 2008 by Misha Hanin
To control background colour on the client’s computer (XP) the custom ADM file (BGColor.adm) could be created. The BGColor.adm should be manually added to the network environment before start using it. Here is a content of BGColor.adm:
CLASS USER
CATEGORY !!category
CATEGORY !!categoryname
POLICY !!policyname
KEYNAME "Control Panel\Colors"
EXPLAIN !!explaintext
PART !!labeltext DROPDOWNLIST REQUIRED
VALUENAME "Background"
ITEMLIST
NAME "Normal" VALUE "0 128 128"
NAME "Black" VALUE "0 0 0"
NAME "White" VALUE "255 255 255"
NAME "Red" VALUE "255 0 0"
NAME "Brown" VALUE "128 0 0"
NAME "Yellow" VALUE "255 255 0"
NAME "Green" VALUE "0 128 0"
NAME "Sky" VALUE "0 255 255"
NAME "Brown" VALUE "0 0 255"
NAME "Blue" VALUE "0 0 255"
NAME "Dark Blue" VALUE "0 0 128"
NAME "Pink" VALUE "255 0 255"
NAME "Grey" VALUE "160 160 164"
END ITEMLIST
END PART
END POLICY
END CATEGORY
END CATEGORY
[strings]
category="Custom Policy Settings"
categoryname="Desktop BG Colour Changer"
policyname="Change the background color of the client computer via GPO"
explaintext="This policy sets the background color of the client computer"
labeltext="Select Colour"
|
|
Posted Tuesday, 30 December 2008 by Misha Hanin
To minimize all open windows Microsoft provides “Hot Keys”, like Windows Logo Key + M or Windows Logo Key + D. All Hot Keys was disabled by old GPO. To allow using Windows Logo Keys the following steps should be enabled through GPO:
- Go to: Administrative Templates \ Windows Components \Windows Explorer
- Change “Turn off Windows+X hotkeys” settings to Disable
Note: Client’s computer should be restarted to start using Windows Logo Keys.
|
|
Posted Wednesday, 24 December 2008 by Misha Hanin
Yesterday I passed additional MS exam, PRO: Deploying Messaging Solutions with Microsoft Exchange Server 2007 (70-238), this is a last exam in serial MCITP: Enterprise Messaging Administrator.
This one was pretty similar to the previous, 70-237, but with a more details and tricks. It was a lot of questions about CCR, CSR, NLB and RAID’s. It was many question about “How to deal with multi sites organizations...” and questions like “What if..”. It was 50 questions in this exam.
The study resources I used to pass are:
Book "Microsoft Exchange Server 2007"
http://technet.microsoft.com
http://www.msexchange.org
http://msexchangeteam.com
http://exchangepedia.com
http://www.exchangeprovip.com
http://www.exchangeninjas.com
http://searchexchange.techtarget.com/generic/0,295582,sid43_gci1272907,00.html
http://www.msexchange.org/articles_tutorials/exchange-server-2007/management-administration/exchange-2007-message-queues.html
http://www.msexchange.org/articles_tutorials/exchange-server-2007/management-administration/understanding-back-pressure-feature-exchange-server-2007.html
|
|
Posted Sunday, 14 December 2008 by Misha Hanin
I’ve just passed additional MS exam, PRO: Designing Messaging Solutions with Microsoft Exchange Server 2007 (70-237)! Got 935 on it .
This one was easy that previous, 70-236. I’ve got a lot of questions about clustering, HA and multi-sites design. It was just 37 questions in this exam.
The study resources I used to pass are:
Book “Microsoft Exchange Server 2007″ http://www.amazon.com/Microsoft-Exchange-Server-2007-Unleashed/dp/0672329204/ref=pd_sim_b_1/191-1807479-9996238 (yes, this book again )
http://www.msexchange.org/
http://msexchangeteam.com/
http://technet.microsoft.com/
http://www.cbtnuggets.com/
|
| |
|
Posted Saturday, 29 November 2008 by Misha Hanin
If you are lazy (I’m very lazy ) you probably will want to create a script to deploy Cluster Continuous Replication (CCR) on Windows Server 2008.
As a source for this scrip I really recommend to take a look on the following article: “Deploying CCR on Windows Server 2008 by Command-Line Only“
|
|
Posted Wednesday, 26 November 2008 by Misha Hanin Microsoft announced the availability of the Offline Virtual Machine Servicing Tool 2.0. Offline Virtual Machine Servicing Tool 2.0, now with support for Hyper-V technology. Go here to get this new Solution Accelerator: http://technet.microsoft.com/en-us/library/cc501231.aspx
With the availability of Hyper-VT technology, Microsoft is boosting the adoption of virtualization by providing a very robust and fast virtualization platform managed by Microsoft® System Center Virtual Machine Manager 2008. However, the challenge of keeping the virtual machine client operating system up to date remains. Virtual machines that are left offline for extended periods of time do not automatically receive operating system, antivirus, or application updates that would keep them compliant with current IT policy.
The Offline Virtual Machine Servicing Tool 2.0 provides a way to automate the process of updating virtual machines running on virtual servers and Hyper-V with the latest operating system updates....
|
|
Posted Friday, 21 November 2008 by Misha Hanin
In addition to continuously updating Live Search and trying to get developers on board with new features, Microsoft is also promoting Live Search via various deals and giveaways. The latest is Big Ticket Search, and surprisingly it's only for Canadians. Every search on the site gives you a chance to win a prize (1,488 total prizes):
(2) 2009 Mitsubishi Lancer SE, value of $21,493
(1) $10,000 cash
(1) Two Raptors 09-10 Season Tickets, value of $8,000
(5) Entertainment Centre, value of $5,330
(1) Raptors VIP Package, value of $5,000
(15) HP Pavilion 15.4" Laptop, value of $800
(43) Xbox 360, value of $300
(43) 80GB Zune, value of $230
(400) Ticketmaster $100 Gift Card
(15) Raptors signed basketballs, value of $100
(15) Raptors signed jerseys, value of $100
(947) Ticketmaster $50 Gift Card
|
|
Posted Tuesday, 28 October 2008 by Misha Hanin
It’s a lot of posts that explained how to detect HAL. Almost all of those solutions done in VB script. As well I’ve seen a lot of post about “problems’ running VB script under WinPE. So, one day I tried to create a batch file, that allows to detect a HAL under WinPE. I did all my tests under VistaPE 12 (I’ve used the VistaPE v.12 RC1).
Here is content of HAL_Detector.bat script:
@echo off
REM .
REM . - Advanced Configuration and Power Interface (ACPI) PC: ACPIPIC_UP
REM . - ACPI Uniprocessor PC: ACPIAPIC_UP
REM . - ACPI Multiprocessor PC: ACPIAPIC_MP
REM .
REM . Advanced Configuration and Power Interface (ACPI) PC
REM . - halacpi.dll (renamed to hal.dll)
REM . - ntkrnlpa.exe
REM . - ntoskrnl.exe
REM .
REM . ACPI Uniprocessor PC
REM . - halaacpi.dll (renamed to hal.dll)
REM . - ntkrnlpa.exe
REM . - ntoskrnl.exe
REM .
REM . ACPI Multiprocessor PC
REM . - halmacpi.dll (renamed to hal.dll)
REM . - ntkrpamp.exe (renamed to ntkrnlpa.exe)
REM . - ntkrnlmp.exe (renamed to ntoskrnl.exe)
REM .
REM ……………….. Explanation About Diferent HAL Versions ………………… ……..
REM .
SETLOCAL
SET PC-HAL=
SET NumberOfLogicalProcessors=
SET New-HAL=
For /F “Tokens=3 Delims= ” %%a in (’REG QUERY HKLM\SYSTEM\CurrentControlSet\Enum\Root\ACPI_HAL000 /v HardwareID’) DO Set PC-HAL=%%a
IF %PC-HAL% == acpipic Set New-HAL=ACPI_Uniprocessor_PC
IF %PC-HAL% == acpiapic (
For /F %%a in (’@WMIC COMPUTERSYSTEM GET NumberOfLogicalProcessors /value^|find “NumberOfLogicalProcessors”‘) do Set %%a
)
IF %NumberOfLogicalProcessors% == Set New-HAL=HAL_NOT_DETECTED
IF %NumberOfLogicalProcessors% == 1 Set New-HAL=ACPI_Uniprocessor_PC
IF %NumberOfLogicalProcessors% == 2 Set New-HAL=ACPI_Multiprocessor_PC
IF %NumberOfLogicalProcessors% == 4 Set New-HAL=ACPI_Multiprocessor_PC
@echo Detected HAL: %New-HAL%
@echo Number of Logical Processors: %NumberOfLogicalProcessors%
endlocal
|
|
Posted Friday, 24 October 2008 by Misha Hanin
If you need to change Time Zone for a lot XP computers, you can do this by simple :) command:
RunDLL32.exe shell32.dll,Control_RunDLL timedate.cpl,,/Z Central Standard Time
to change Time Zone to Jerusalem (GMT+02:00) run the following command:
RunDLL32.exe shell32.dll,Control_RunDLL timedate.cpl,,/Z (GMT+02:00) Jerusalem
|
|
Posted Friday, 24 October 2008 by Misha Hanin If for what ever reason you need to repair installation of .NET 2. x, you can do this from command line by running the following command:
"C:\WINDOWS\microsoft.NET\Framework\v2.0.50727\Microsoft .NET Framework 2.0\install.exe" /qb! /norestart
|
|
Posted Friday, 26 September 2008 by Misha Hanin
Virtualization: An Introduction to Hyper-V in Windows Server 2008
The introduction of Hyper-V makes virtualization an even more compelling solution for IT environments. Get an overview of today’s virtualization market and see how Hyper-V improves the manageability, reliability, and security of virtualization.
Virtualization: Manage Your Virtual Environments with VMM 2008
System Center Virtual Machine Manager provides a consolidated interface for managing your virtual infrastructure. The latest version adds support for Windows Server 2008 Hyper-V, as well as for VMware virtual machines. Explore the new features and get an overview of using VMM to centralize your management tasks.
Virtualization: Getting Started with Microsoft Application Virtualization
Microsoft Application Virtualization (App-V) allows you to deliver virtualized desktops to client systems throughout your organization. This simplifies system management and liberates employees from their desktops. Take a close look at how App-V works and discover how you can deploy it in your organization.
Virtualization: Achieving High Availability for Hyper-V
Consolidating servers onto fewer physical machines has many advantages, but it is extremely important that you plan for your systems to be highly available. Here’s a guide to using Windows Server 2008 Failover Clustering to bring high availability to your Hyper-V virtual machines.
Virtualization: Backup and Disaster Recovery for Server Virtualization
Virtualization brings significant changes to disaster recovery. Here’s an introduction to how the Microsoft virtualization platform factors into your disaster recovery plan, as well as a deeper look into backup and restore options and considerations for Windows Server 2008 Hyper-V.
Virtualization: Essential Tools for Planning Your Virtual Infrastructure
Is your infrastructure ready for virtualization? The Microsoft Assessment and Planning Toolkit, a network-wide infrastructure assessment tool, can help you better understand your IT infrastructure and determine whether your systems are ready for upgrade or migration to a variety of technologies, including virtualization.
Continue at: blogs.technet.com
|
|
|