We migrated a Citrix Presentation Server 4.0 environment to XenApp 5.0 with Windows Server 2008. Everything worked fine, but one user could launch every app, but instead of the app, a Desktop was startet!
After some research, i found the solution. Run the following VB-Script on your Domain Controller and then reenter your Roaming Profile settings.
Const ADS_PROPERTY_CLEAR = 1
Set objUser = GetObject _
(“LDAP://cn=user,ou=sales,ou=district,ou=company,dc=holding,dc=local”)
Publishing Exchange 2010 Services using ISA 2006 works fine. Just select Exchange 2007 as Exchange Version and publish OWA, PushMail and Outlook Anywhere.
The only problem is the new ECP. You have to add a directory manually in the ISA Publishing Rule:
This How To describes, how you can install Windows 7 using an USB Stick.
Before we start, you need to ensure, that your BIOS support “Boot from USB Stick” and that your USB Stick has enough space to hold the Windows 7 Installation files.
Start CMD (with admin rights)
Type Diskpart and press Enter.
Now we need to get the Number of the USB Stick. Type List Disk to get it. Mine was Disk1
You have to select the disk by typing Select Disk 1
Type clean to erase the Disk. WARNING: All Files will be deleted!
Now you have to create a new partition: create partition primary
next step select partition 1
we have to mark the parition as active, type active
format the partition: format fs=ntfs
assign a drive letter by typing assign
insert your Windows 7 DVD into the Drive and change to the boot directory. exp: cd d:\boot
we have to add the Bootsector to the USB Stick. Type bootsect /nt60 e: (E: is the drive letter of your USB Stick!)
now, copy the entire content of your DVD to your USB Stick.
That’s it. Now boot your Device from the USB Stick and install Windows 7
Here is a list of new features, provided by Exchange 2010:
Microsoft Exchange Server 2010 brings a new and rich set of technologies, features, and services to the Exchange Server product line. This topic includes a list of the new features and functionality that are included in Exchange 2010. The list isn’t comprehensive, but it provides important information to use when you’re planning, deploying, and administering your Exchange 2010 organization. This topic also includes information about some of the limitations of this release and features from Exchange Server 2007 that have been removed.
New Rights-Protected E-Mail Functionality with Active Directory RMS
The following is a list of new rights-protected e-mail functionality with Active Directory Rights Management Services (AD RMS) that has been included in Exchange 2010:
Transport rules to apply AD RMS protection to messages based on conditions.
Persistent protection of attachments in rights-protected messages.
Support for AD RMS templates.
An Internet confidential AD RMS template for protection over the Internet.
AD RMS protection for Unified Messaging voice mail messages
I have a fresh installed Windows Small Business Server 2008 Premium Edition on a VMWare ESX 4i Host. I installed VMWare Tools and disabled IPV6 in the Network Settings. After that, i restarted the machine, bad idea!
The Systems hangs over 30 Minutes on “Applying Computer Settings…”. Several resets didn’t help. After i started the machine in “recovery mode” and disabled IPV6 trough a registry key, the machine is booting as it should.