Entradas

Mostrando entradas de agosto, 2010

Enable Remote Management in Windows Server 2008 R2

You install a full installation of Windows Server 2008 R2. When you use Server Manager (Servermanager.msc) to connect to a remote server that is running Windows Server 2008 R2, you receive the following: ERROR “Server Manager cannot connect to server_name . Click retry to try to connect again” RESOLUTION For a remote server that is running a Full Installation of Windows Server 2008 R2 Method 1 Log on as an administrator to the remote server by using the console or by using Remote Desktop Services. Start Server Manager. On the Server Summary page, click Configure Server Manager Remote Management . Click Enable remote management of this server from other computers , and then click OK . Connect to the remote server by using Server Manager. Note You do not have to restart the remote server For a remote server that is running a Server Core installation of Windows Server 2008 R2 Method 1 Log on as an administrator to the remote server by using th

Upgrade your default Email Address Policies in Exchange 2007

ERROR ”Unable to edit the specified E-mail address policy. E-mail address policies created with legacy versions of Exchange must be upgraded using the 'Set-EmailAddressPolicy' task, with the Exchange 2007 Recipient Filter specified. " RESOLUTION To upgrade the five default Address list have well-known filters, I can simply provide the Exchange 2007 equivalent of these well-known filters to do the upgrades. Here are the one-liners: Set-AddressList "All Users" -IncludedRecipients MailboxUsers Set-AddressList "All Groups" -IncludedRecipients MailGroups Set-AddressList "All Contacts" -IncludedRecipients MailContacts And the last two that are slightly different, since there are not "precanned" filters for public folder recipient type: Set-AddressList "Public Folders" -RecipientFilter { RecipientType -eq 'PublicFolder' } Set-GlobalAddressList "Default Global Address List" -RecipientFilter {(Ali