Nov 29 2008 5:33PM GMT
Posted by: Michael Khanin
Virtualization,
vmware,
VMware ESX Server,
ESX Server 3.5 Update 3
Note: In many public documents, VMware ESX Server 3.5 is now known as VMware ESX Server 3.5 and VMware ESX Server 3i version 3.5 as VMware ESXi 3.5. These release notes continue to use the previous convention to match the product interfaces and documentation. A future release will update the product names.
What’s New
The following information provides highlights of some of the enhancements available in this release of VMware Infrastructure 3:
Note: Not all combinations of VirtualCenter and ESX Server versions are supported and not all of these highlighted features are available unless you are using VirtualCenter 2.5 Update 3 with ESX Server 3.5 Update 3. See the ESX Server, VirtualCenter, and Virtual Infrastructure Client Compatibility Matrixes for more information on compatibility.
New features and supported IO devices:
Nov 29 2008 5:30PM GMT
Posted by: Michael Khanin
Live Search
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
Nov 29 2008 5:28PM GMT
Posted by: Michael Khanin
Virtualization,
Hyper-V,
Virtual Machine Servicing Tool 2.0
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….
Continue At Source: TheSystemAdministrator.com
Nov 29 2008 5:23PM GMT
Posted by: Michael Khanin
System Center Operations Manager
The System Center Operations Manager team is excited to announce the availability of the Operations Manager 2007 R2 Beta, which is ready for you to download through Microsoft Connect today!
Continue at Source: blogs.technet.com
Nov 29 2008 5:18PM GMT
Posted by: Michael Khanin
Exchange,
Exchange Server 2007,
Update Rollup
Update Rollup 5 for Exchange Server 2007 Service Pack 1 (SP1) resolves issues that were found in Exchange Server 2007 SP1 since the software was released. This update rollup is highly recommended for all Exchange Server 2007 SP1 customers.
For a list of changes that are included in this update rollup, see KB953467. Download at source: www.microsoft.com
Nov 29 2008 5:10PM GMT
Posted by: Michael Khanin
Microsoft Web Platform Installer (RC)
Few days ago Microsoft has released a Microsoft Web Platform Installer (RC).
The Web Platform Installer (Web PI) is a simple tool that installs Microsoft’s entire Web Platform, including IIS7, Visual Web Developer 2008 Express Edition, SQL Server 2008 Express Edition and the .NET Framework. Using the Web Platform Installer’s user interface, you can choose to install either specific products or the entire Microsoft Web Platform onto your computer. The Web PI also helps keep your products up to date by always offering the latest additions to the Web Platform.
New Updates! Now supporting Windows XP and Windows Server 2003, Web PI makes it easy to install and stay up-to-date with the Microsoft Web Platform. This updated release lets you install ASP.NET MVC, Visual Studio Tools for Silverlight, and much more!
Download at Source: http://www.microsoft.com/
Nov 29 2008 5:05PM GMT
Posted by: Michael Khanin
Windows Home Server
This update improves the interaction between home computers running Windows Vista and a Windows Home Server-based system when copying files or folders that are larger in size than the free space available on the first (or primary) hard drive to a Shared Folder. Additionally, this update resolves certain issues which can happen when restoring files and folders from Windows Home Server, such as the opening of a Home Computer Backup sometimes stalling at 79% complete. The update also improves the search functionality when using remote access.
Full Knowledge Base article at: http://support.microsoft.com/kb/957825
Nov 29 2008 5:02PM GMT
Posted by: Michael Khanin
Windows Server 2008 to a Workstation
Few last months I’ve been using Windows 2008 Server as a main OS on my laptop. It’s so stable
,… Nothing will move me back to Windows XP or Vista, but to “convert” Windows Server 2008 to a Workstation is necessary to do few changes :).
One of the best (IMHO) explanations about “How to convert your Windows Server 2008 to a Workstation” could be found on http://win2k8.msfn.org
Nov 29 2008 4:54PM GMT
Posted by: Michael Khanin
Outlook Web Access,
Exchange,
RPC over HTTP/S,
Outlook Web Access (OWA) on Apache,
OWA on Apache
Using Apache 2 with Outlook Web Access (OWA) it’s very easy. This solution is even working when Apache installed on Windows XP and this solution can save a lot of money :), not necessary to buy Windows Server, additional Exchange Server licence or ISA Server. First, we need to enable some useful modules:
proxy
headers
Now, we need to edit / create a VirtualHost section (or use Include conf/extra/httpd-vhosts. conf, remember to make following changes inside httpd-vhosts. conf ):
<VirtualHost 1.2.3.4:80>
ServerName exmail.admininfo.ca
DocumentRoot /var/www/html/exchange
RedirectMatch ^/(index.html?)$ https://exmail.admininfo.ca/exchange/
RedirectMatch ^/exchange$ https://exmail.admininfo.ca/exchange/
</VirtualHost>
<VirtualHost 1.2.3.4:443>
# This secures the server from being used as a third party
# proxy server
ProxyRequests Off
# Allows the proxying of a SSL connection
SSLProxyEngine On
ProxyVia On
DocumentRoot /home/user/mail_proxy/html/
RequestHeader set Front-End-Https “On”
ServerName mail
# Set up SSL to work with this host
SSLEngine On
SSLCertificateFile /etc/apache/webmail-proxy/server.crt
SSLCertificateKeyFile /etc/apache/webmail-proxy/server.key
SSLProxyMachineCertificateFile /etc/apache/webmail-proxy/certnew.cer
ProxyPass /exchange/ https://mail-internal/exchange/
ProxyPassReverse /exchange/ https://mail-internal/exchange/
ProxyPass /exchweb/ https://mail-internal/exchweb/
ProxyPassReverse /exchweb/ https://mail-internal/exchweb/
ProxyPass /public/ https://mail-internal/public/
ProxyPassReverse /public/ https://mail-internal/public/
ProxyPreserveHost On
</VirtualHost>
NOTE: If you are using Apache on Windows, remember to make changes accordingly.