Posts

Showing posts from June 24, 2012

E14–Autodiscover overwrites Outlook “MSSTD” setting

Image
  1. Keywords Autodiscover Outlook Provider MSSTD mutual autentication disable mutual authentication exchange 2010   2. Question http://social.technet.microsoft.com/Forums/en-US/exchange2010/thread/25d2188c-37eb-4d72-952a-2f8ca9e461bd http://www.agileit.com/Blog/Lists/Posts/Post.aspx?List=c12b6877-9140-4536-b226-b3e11ff929a3&ID=278&RootFolder=%2A&Web=b8624129-0cec-4b70-9743-b27ca84c4802   What you need to do is to configure the Outlookprovider EXPR. Set-OutlookProvider EXPR -CertPrincipalName msstd:bleum.com You can also set the CertPrincipleName to a value of none to disable mutual autentication, but I really don't recommend that. Example: Set-OutlookProvider EXPR -CertPrincipalName none When that has been done, recycle the applicationpool MSExchangeAutodiscoverAppPool in IIS 3. Before recycle IIS Pool   4. Recycle IIS Pool   5. EXRCA after recycle IIS pool http://technet.mic

E14– Windows Server Backup on DAG–Part6-BalanceDbsByActivationPreference

Image
    1. @echo off For /f "tokens=1-3 delims=/ " %%a in ('date /t') do (set date=%%a-%%b-%%c) For /f "tokens=1-2 delims=: " %%a in ('time /t') do (set time=%%a:%%b) rem echo The date is %date% rem echo The time is %time% set backuplog="c:\batch\WSB\BackupLog\"%computername%-WSB.txt"" echo. Start:%date%  %time%  >> %backuplog% echo. ================================== >> %backuplog% Rem ================================== wbadmin start backup  -backupTarget:B: -include:P:,S:,T:,U:,V:,W:  -vssFull -quiet >> %backuplog% Rem ================================== echo. ================================== >> %backuplog% echo. End    >> %backuplog% For /f "tokens=1-3 delims=/ " %%a in ('date /t') do (set

E14– Windows Server Backup on DAG–Part5–Process WSB on DAG active node

Image
  1.   2. @echo off For /f "tokens=1-3 delims=/ " %%a in ('date /t') do (set date=%%a-%%b-%%c) For /f "tokens=1-2 delims=: " %%a in ('time /t') do (set time=%%a:%%b) rem echo The date is %date% rem echo The time is %time% set backuplog="c:\batch\WSB\BackupLog\"%computername%-WSB.txt"" echo. Start:%date%  %time%  >> %backuplog% echo. ================================== >> %backuplog% Rem ================================== wbadmin start backup  -backupTarget:B: -include:P:,S:,T:,U:,V:,W:  -vssFull -quiet >> %backuplog% Rem ================================== echo. ================================== >> %backuplog% echo. End    >> %backuplog% For /f "to

E14– Windows Server Backup on DAG–Part4–Process WSB on DAG passive node

Image
  1. echo off For /f "tokens=1-3 delims=/ " %%a in ('date /t') do (set date=%%a-%%b-%%c) For /f "tokens=1-2 delims=: " %%a in ('time /t') do (set time=%%a:%%b) rem echo The date is %date% rem echo The time is %time% Rem ================================== PowerShell.exe -command ". C:\Batch\WSB\PS_RedistributeActiveDatabase_before-WSB.ps1" Rem ================================== Cscript C:\Batch\WSB\DB_Active_Notify.vbs Rem ================================== del  "C:\Batch\WSB\DB_Activation_Log\DB_Activation.txt" Timeout /T 100 Rem ================================== Rem ================================== set backuplog="c:\batch\WSB\BackupLog\"%computername%-WSB.txt"" echo. Start:%date%  %time%  >> %backuplog%

E14– Windows Server Backup on DAG–Part3–Notify DB Status before process WSB

Image
  1. echo off For /f "tokens=1-3 delims=/ " %%a in ('date /t') do (set date=%%a-%%b-%%c) For /f "tokens=1-2 delims=: " %%a in ('time /t') do (set time=%%a:%%b) rem echo The date is %date% rem echo The time is %time% Rem ================================== PowerShell.exe -command ". C:\Batch\WSB\PS_RedistributeActiveDatabase_before-WSB.ps1" Rem ================================== Cscript C:\Batch\WSB\DB_Active_Notify.vbs Rem ================================== del  "C:\Batch\WSB\DB_Activation_Log\DB_Activation.txt" Timeout /T 100 Rem ================================== Rem ================================== set backuplog="c:\batch\WSB\BackupLog\"%computername%-WSB.txt"" echo. Start:%date%  %tim

E14– Windows Server Backup on DAG–Part2– Redistribute Active Database before WSB

Image
  1. on MBX01 – Run the batch on week day 1,3,5 echo off For /f "tokens=1-3 delims=/ " %%a in ('date /t') do (set date=%%a-%%b-%%c) For /f "tokens=1-2 delims=: " %%a in ('time /t') do (set time=%%a:%%b) rem echo The date is %date% rem echo The time is %time% Rem ================================== PowerShell.exe -command ". C:\Batch\WSB\PS_RedistributeActiveDatabase_before-WSB.ps1" Rem ================================== Cscript C:\Batch\WSB\DB_Active_Notify.vbs Rem ================================== del  "C:\Batch\WSB\DB_Activation_Log\DB_Activation.txt" Timeout /T 100 Rem ================================== Rem ================================== set backuplog="c:\batch\WSB\BackupLog\"%computername%-WSB.txt""

E14– Windows Server Backup on DAG–Part1–Overview

Image
  1.   2. Separate batch for week days Mon, Wed & Fri/ Sun, Tue, Thu, Sat   3. Review the batch echo off For /f "tokens=1-3 delims=/ " %%a in ('date /t') do (set date=%%a-%%b-%%c) For /f "tokens=1-2 delims=: " %%a in ('time /t') do (set time=%%a:%%b) rem echo The date is %date% rem echo The time is %time% Rem ================================== PowerShell.exe -command ". C:\Batch\WSB\PS_RedistributeActiveDatabase_before-WSB.ps1" Rem ================================== Cscript C:\Batch\WSB\DB_Active_Notify.vbs Rem ================================== del  "C:\Batch\WSB\DB_Activation_Log\DB_Activation.txt" Timeout /T 100 Rem ================================== Rem ===========================

E14 - PublicFolder – Part2 – Create Public Folder and Add Replication - 1. Create BQT Public Folder Database on Exchange 2010

Image
  1. Create BQT Public Folder Database on Exchange 2010   1.8 Enable Circular Logging 1.11 Uncheck Storage Limits 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 Enable Circular Logging 1.9 1.10 1.11 Uncheck Storage Limits 1.12 1.13