First you install Server 2012 and you add the Remote Access Server Role.
And Install
KB2788525: You cannot enable external load balancing on a Windows Server 2012-based DirectAccess server.
Add or Remove Server
First you install Server 2012 and you add the Remote Access Server Role.
And Install
KB2788525: You cannot enable external load balancing on a Windows Server 2012-based DirectAccess server.
Add or Remove Server
Start Windows PowerShell. Right-click the Windows PowerShell icon on the taskbar, and then click Run as Administrator.
Run the following Windows PowerShell commands:
PS C:\> Import-Module ServerManager
PS C:\> Add-WindowsFeature -name FS-Data-Deduplication
PS C:\> Import-Module Deduplication
PS C:\> Enable-DedupVolume E: & Enable-DedupVolume D:
And wait….
Saving already 240GB on my home lab…. Dedub is great
Last weekend I was building a Exchange 2013 cluster. Since everything so far was working as expected, I proceeded with creation of DAG. From EAC, creating DAG itself worked with no issues. I then went ahead and added first mailbox server to DAG. this step, however, refused to complete with error:
A server-side database availability group administrative operation failed. Error The operation failed. CreateCluster errors may result from incorrectly configured static addresses. Error: An error occurred while attempting a cluster operation. Error: Cluster API ‘”CreateCluster() failed with 0×5. Error: Access is denied”‘ failed.. [Server: ward-02.wardvissers.local]
Assigning “Full Control” to Exchange Trusted Subsystem on , I assumed should fix the issue, however, it actually produced a completely different error when I tried to add the mailbox server to DAG again:
An Active Manager operation failed with a transient error. Please retry the operation. Error: The fully qualified domain name for node ‘DAG01′ could not be found.
Solution:
Pre-stage the CNO (CLUSTER NAME OBJECT)
Assign permissions to the CNO (CLUSTER NAME OBJECT)
Pre-Stage the Cluster Network Object for a Database Availability Group
Today the long-awaited Cumulative Update 1 for Exchange Server 2013 was released by the Exchange Team (KB2816900). This update raises Exchange 2013 version number to 15.0.620.29.
This is the Exchange 2013 product level required for co-existence with previous versions of Exchange, being Exchange Server 2010 SP3 or Exchange Server 2007 SP3 Rollup 10.
The Exchange Team provided a description of the major changes in CU1. You will find the announcement here; Here are some of the major changes in CU1:
Note that CU1 includes a schema change. Like Service Packs for earlier versions of Exchange, the Cumulative Update is indeed cumulative (hence the size of 1.3 GB) and you can install it directly, i.e. no need to install RTM first. Also, once installed you can’t uninstall CU1 or any of the installed roles. The order of upgrading servers doesn’t matter, unlike with earlier Exchange versions.
You can download Exchange 2013 Cumulative Update 1 here.
TMG doest not support jet Exchange 2013. But with minor changes you get it working
Change in the OWA Rule
In Exchange 2013 changed the published server logoff URL to /owa/logoff.owa
You need create a Extra Rule Exchange 2013 APPS Rule
Powershell:
Get-Mailbox -Arbitration | where {$_.PersistedCapabilities -like “OrganizationCapabilityClientExtensions”} | fl exchangeGUID, primarysmtpaddress
ExchangeGuid : 3eccca51-d996-49df-b6e0-302d644fdcaa
The last piece required to support coexistence and start migrating from Exchange 2010 to Exchange 2013, just got delayed some days…
“We found an issue with Exchange 2010 coexistence. The issue actually had an easy workaround, but we made a decision; instead of burdening you with a configuration change on all of your Exchange 2010 Client Access servers, we decided to take a code change in Exchange 2013 and solve the problem so that you will not have to make any additional configuration changes. Given that the goal of CU1 is to enable coexistence with legacy versions of Exchange, we felt this was the right decision; after all, we want to ensure that your upgrade to Exchange 2013 and your coexistence period goes as smooth as possible.”
“The release date for Exchange 2013 RTM CU1 is currently planned for April 2nd”
I have only 1 public IP address in my testlab so I wanted also deploy Outlook Anywhere so dat I can reseice mail from every where I am.
Configure Outlook anywhere rule on TMG
Set-RemoteAccessLoadBalancer -InternetDedicatedIPAddress @(‘10.244.4.19/255.255.255.0′,’fdc4:29bd:abde:3333::2/128’) -InternetVirtualIPAddress @(‘fdc4:29bd:abde:3333::1/128’, ‘10.244.4.21/255.255.255.0’) -ComputerName ‘DA1.domain1.corp.contoso.com’ -Verbose
(Remove de IPv6 IP Addresses)
Set-RemoteAccessLoadBalancer -InternetDedicatedIPAddress @(‘10.244.4.19/255.255.255.0’) -InternetVirtualIPAddress @(‘10.244.4.21/255.255.255.0’) -ComputerName ‘DA1.domain1.corp.contoso.com’ -Verbose
In an elevated PowerShell window, run the command from the previous step.
Today I was moving my testlab enterprise root CA from a Windows 2008 r2 server to a new Windows 2012 with a different server name. To accomplish this, I used this excellent Technet Post . I encountered no problems!
I created I internal wildcart Certificate. This i ideal when you want do some testing and you not any certificate from a Third-Party.
You must have a internal CA
Open IIS
Go to Server Certificates
Choise Create Domain Certificate
Now you can export this Certificate .
Very handy when you want to test Exchange 2013 & TMG or any other product.