The following screenshots explain the GUI steps needed to install Exchange 2010 server on a Windows Server 2008 R2 virtual machine. Before you can install Exchange 2010 IIS and features needs to be installed and enabled first. The following steps will perform these: Start Windows Powershell Import-Module ServerManager Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy Reboot After reboot start Windows [...]
For several years I used TrueCrypt based encryption to secure my data. Since the release of Windows 7 and enhancements in the disk management I now see the possibility to replace TrueCrypt. How? Well I would create a VHD fixed disk and encrypt this virtual volume with Bitlocker to Go. Note: before you start please [...]
May 26, 2010 - 3:15 pm
Tags: 2010, AppV, Error, howto, project, sequence
Posted in AppV | No comments
If you are using Microsoft AppV technology and planning to sequence Office 2010, Visio 2010 or Project 2010 please make sure you install the Microsoft Office 2010 Deployment Kit for App-V binaries. Today with a co-worker we were working on sequencing Project 2010 and at some point during the installation we’ve got the following error message. Pediatrician Rockwall [...]
Windows Virtual PC by default does not support to add a Virtual Floppy drive. This feature has been removed from the GUI and hidden from general public. Windows Virtual PC still allows you to attach and work with VFD files but now you need to complete some steps from Command Prompt before your can work [...]
February 1, 2010 - 11:37 pm
Tags: export-mailbox, howto
Posted in Exchange 2007 | No comments
After releasing Exchange Server Service Pack 1 (SP1) Microsoft added new functionality called Export-Mailbox cmdlet for Exchange Management Shell. The Export-Mailbox cmdlet exports all message types, including messages, calendar items, contacts, distribution lists, journal entries, tasks, notes, and documents. However, the Export-Mailbox cmdlet does not export rules. To export data from a .pst file, you [...]
When installing Windows Server 2008 R2 out of the box the configuration does not support wireless networking. If drivers are available Windows will find them with plug and play installation but not enable the functionality. Since Windows 7 and Windows Server 2008 R2 supports booting from a VHD file from local disks I am now [...]
January 31, 2010 - 11:50 am
Tags: delete, file, Powershell, remote, Script
Posted in PowerShell | No comments
The following PowerShell script recipe will help you delete a remote file based on a list of computers stored in a text file. New PowerShell function will be created during the session which will be piped from the text file. Generate C:\Scripts\Active_Computers.txt with computer names. [PowerShell] function delete-remotefile { PROCESS { [...]
December 15, 2009 - 6:03 pm
Tags: howto, usb, Windows 7
Posted in Windows 7 | 1 comment
If you are planning to deploy and install Windows 7 on your computer systems and you are downloading ISO files than this tool can help you in creating the USB or DVD’s installation files. Now days I only download the ISO file from MSDN of the Microsoft Volume Licensing websites. The Windows 7 USB/DVD Download [...]
Adobe PDF file format is by default not available on a Windows Server 2003 or a SharePoint 2007 (MOSS) installation. Most organizations today use PDF files and it would be helpful for their users to have PDF files stored in the full text search index. To get this working install the Adobe Reader from Adobe [...]
We have a Sharepoint “Document Library” which has several different subfolders. E.g. Within these subfolders there are several documents stored. For example within the “Form” subfolder where form documents are stored based on word or PDF files. All those subfolders within the “Information Technology” document folder hold several documents. The challenge I had is to [...]