Does CPU support SLAT for Hyper-V on client machine ( Windows 8 x64 virtualization )

Duben 12th, 2013

Hi ,

For test if your CPU is ready for Windows 8 x64 Hyper-V , you should  first test  it through – coreinfo.exe tool by Mark Russinovich -http://technet.microsoft.com/en-us/sysinternals/cc835722.aspx or in my SkyDrive – „Veřejne“ on right side of this web page

run cmd.exe as administrator and start coreinfo.exe with parameter -v like below in the picture

coreinfo

My laptop is ready for installing feature Hyper-V on Windows 8 x64 :)

Linked Mailbox – can not download OAB, Free/Busy calendar troubles, coexistence Exchange 2007, Exchange 2010

Duben 5th, 2013

ENVIRONMENT

root.domain.local – Ex2007 ( SCC- 2x MBX, 1 x CAS, 2 x HUB )

root.domain.loca – Ex2010 ( combinated role – MBX, CAS, HUB)

 

foreign.domain.local

Linked Users are located on Ex2007

Doesn not exist SCP from Exchange  srv

 

Step 1:

Create OAB on Exchange 2010 – set Web Distribution and Public folder if you use Outlook 2003, add Exchange2007 as generated server(there could be both exchange servers CAS),  set this OAB on MAILBOX DATABASE  where are users ( Exchange 2007)

OABSET0

 

 

OABSET1

 

 

Step 2:

Add all accepted SMTP domain from exchange to DNS, primary SMTP address of users is the most required ( for test , first add these records to HOSTS file )

C:\WINDOWS\system32\drivers\etc\host

 

IP(ex2007) service-exchange.root.domain.local

IP(ex2007) legacy.root.domain.local

 

IP(ex2007) CAS.root.domain.local

IP(ex2007) autodiscover.root.domain.local

IP(ex2007) autodiscover.domain.cz – PRIMARY SMTP address

IP(ex2007) autodiscover.domain.sk

IP(ex2007) autodiscover.domain.eu

IP(ex2007) autodiscover.domain.com

 

SURE , better will be use IP of Exchange 2010 but work both. :)

 OAB

 

 

 

 

 

save password to $variable in powershell (create mailbox, user )

Březen 26th, 2013

$password = Read-Host „password“ -AsSecureString

or

$password = get-credential

 

 

 

Hresult: 0xfffffae7. Error: The database was not replicated EX2010

Březen 22nd, 2013

Summary: 1 item(s). 0 succeeded, 1 failed. Elapsed time: 00:00:04 DB Failed Error: A source-side operation failed. Error An error occurred while performing the seed operation. Error: Failed to open a log truncation context to source server ‚E2010-1.domain.local. xxxxxx .. [Database: DB, Server: E2010.domain.local] Failed to open a log truncation context to source server ‚E2010-1domain.local. Hresult: 0xfffffae7. Error: The database was either not found or was not replicated. Click here for help… http://technet.microsoft.com/en-US/library/ms.exch.err.default(EXCHG.141).aspx? v=14.2.318.0&t=exchgf1&e=ms.exch.err.Ex4543D9 Exchange Management Shell command attempted: Add-MailboxDatabaseCopy -Identity ‚DB‘ -MailboxServer ‚E2010-2′ -ActivationPreference ’2′ Elapsed Time: 00:00:04

 

1 : I tried resume DB

2: I set Suspend DB “DB appear in Failed and Suspended “

3:  Update-MailboxDatabaseCopy -Identity „DB\e2010-2″ -DeleteExistingFiles

 

„use -ManualResume“ if you  want prevent automatic resumeof replication, use this comand on the end od command number.3

 

 

The request contains no certificate template information 0×80094801

Březen 21st, 2013

 

certreq -submit -attrib „CertificateTemplate:NameOfTemplate“ <Cert Request.req>