\documentclass[10pt,a4paper]{article}

% Packages
\usepackage{fancyhdr}           % For header and footer
\usepackage{multicol}           % Allows multicols in tables
\usepackage{tabularx}           % Intelligent column widths
\usepackage{tabulary}           % Used in header and footer
\usepackage{hhline}             % Border under tables
\usepackage{graphicx}           % For images
\usepackage{xcolor}             % For hex colours
%\usepackage[utf8x]{inputenc}    % For unicode character support
\usepackage[T1]{fontenc}        % Without this we get weird character replacements
\usepackage{colortbl}           % For coloured tables
\usepackage{setspace}           % For line height
\usepackage{lastpage}           % Needed for total page number
\usepackage{seqsplit}           % Splits long words.
%\usepackage{opensans}          % Can't make this work so far. Shame. Would be lovely.
\usepackage[normalem]{ulem}     % For underlining links
% Most of the following are not required for the majority
% of cheat sheets but are needed for some symbol support.
\usepackage{amsmath}            % Symbols
\usepackage{MnSymbol}           % Symbols
\usepackage{wasysym}            % Symbols
%\usepackage[english,german,french,spanish,italian]{babel}              % Languages

% Document Info
\author{mnn}
\pdfinfo{
  /Title (zbc-mailserver.pdf)
  /Creator (Cheatography)
  /Author (mnn)
  /Subject (ZBC Mailserver Cheat Sheet)
}

% Lengths and widths
\addtolength{\textwidth}{6cm}
\addtolength{\textheight}{-1cm}
\addtolength{\hoffset}{-3cm}
\addtolength{\voffset}{-2cm}
\setlength{\tabcolsep}{0.2cm} % Space between columns
\setlength{\headsep}{-12pt} % Reduce space between header and content
\setlength{\headheight}{85pt} % If less, LaTeX automatically increases it
\renewcommand{\footrulewidth}{0pt} % Remove footer line
\renewcommand{\headrulewidth}{0pt} % Remove header line
\renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit
% This two commands together give roughly
% the right line height in the tables
\renewcommand{\arraystretch}{1.3}
\onehalfspacing

% Commands
\newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour
\newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols
\newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns
\newcommand{\tn}{\tabularnewline} % Required as custom column type in use

% Font and Colours
\definecolor{HeadBackground}{HTML}{333333}
\definecolor{FootBackground}{HTML}{666666}
\definecolor{TextColor}{HTML}{333333}
\definecolor{DarkBackground}{HTML}{0A38A3}
\definecolor{LightBackground}{HTML}{EFF2F9}
\renewcommand{\familydefault}{\sfdefault}
\color{TextColor}

% Header and Footer
\pagestyle{fancy}
\fancyhead{} % Set header to blank
\fancyfoot{} % Set footer to blank
\fancyhead[L]{
\noindent
\begin{multicols}{3}
\begin{tabulary}{5.8cm}{C}
    \SetRowColor{DarkBackground}
    \vspace{-7pt}
    {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent
        \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}}
    }
\end{tabulary}
\columnbreak
\begin{tabulary}{11cm}{L}
    \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{ZBC Mailserver Cheat Sheet}}}} \\
    \normalsize{by \textcolor{DarkBackground}{mnn} via \textcolor{DarkBackground}{\uline{cheatography.com/37587/cs/12985/}}}
\end{tabulary}
\end{multicols}}

\fancyfoot[L]{ \footnotesize
\noindent
\begin{multicols}{3}
\begin{tabulary}{5.8cm}{LL}
  \SetRowColor{FootBackground}
  \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}}  \\
  \vspace{-2pt}mnn \\
  \uline{cheatography.com/mnn} \\
  \end{tabulary}
\vfill
\columnbreak
\begin{tabulary}{5.8cm}{L}
  \SetRowColor{FootBackground}
  \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}}  \\
   \vspace{-2pt}Published 1st October, 2017.\\
   Updated 1st October, 2017.\\
   Page {\thepage} of \pageref{LastPage}.
\end{tabulary}
\vfill
\columnbreak
\begin{tabulary}{5.8cm}{L}
  \SetRowColor{FootBackground}
  \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}}  \\
  \SetRowColor{white}
  \vspace{-5pt}
  %\includegraphics[width=48px,height=48px]{dave.jpeg}
  Measure your website readability!\\
  www.readability-score.com
\end{tabulary}
\end{multicols}}




\begin{document}
\raggedright
\raggedcolumns

% Set font size to small. Switch to any value
% from this page to resize cheat sheet text:
% www.emerson.emory.edu/services/latex/latex_169.html
\footnotesize % Small font.

\begin{multicols*}{3}

\begin{tabularx}{5.377cm}{p{0.54747 cm} x{4.42953 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Forkortelser}}  \tn
% Row 0
\SetRowColor{LightBackground}
AD & Active Directory \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
DNS & Domain Name System \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
OU & Organizational Unit \tn 
% Row Count 3 (+ 1)
% Row 3
\SetRowColor{white}
RSAT & Remote Server Administration Tools \tn 
% Row Count 4 (+ 1)
% Row 4
\SetRowColor{LightBackground}
EAC & Exchange Admin Center \tn 
% Row Count 5 (+ 1)
% Row 5
\SetRowColor{white}
IMAP & Internet Message Access Protocol \tn 
% Row Count 6 (+ 1)
% Row 6
\SetRowColor{LightBackground}
POP3 & Post Office Protocol version 3 \tn 
% Row Count 7 (+ 1)
% Row 7
\SetRowColor{white}
EMS & Exchange Management Shell \tn 
% Row Count 8 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Windows Server 2012 R2 (ADDS)}}  \tn
% Row 0
\SetRowColor{LightBackground}
Basic konfiguration: & Navn, AD, DNS \& IP-adresse \tn 
% Row Count 2 (+ 2)
% Row 1
\SetRowColor{white}
Opret brugere, OU'er \& grupper: & Fx: Jens Petersen (bruger), Ringsted (OU) \& Underviser (gruppe) \tn 
% Row Count 6 (+ 4)
% Row 2
\SetRowColor{LightBackground}
Klargør AD: Kommandoprompt (admin) & Setup /PrepareSchema \seqsplit{/IAcceptExchangeServerLicenseTerms} \tn 
% Row Count 9 (+ 3)
% Row 3
\SetRowColor{white}
Klargør Domain: Kommandoprompt (admin) & Setup /PrepareAD /OrganizationName:{[}Organisationsnavn{]} \seqsplit{/IAcceptExchangeServerLicenseTerms} \tn 
% Row Count 14 (+ 5)
% Row 4
\SetRowColor{LightBackground}
Klargør Exchange installation: Exchange 2016 prerequisites & .NET Framework 4.6.2, Microsoft Unified Communications Managed API 4.0, Core Runtime 64-bit \& \seqsplit{Install-WindowsFeature} RSAT-ADDS (PowerShell kommando) \tn 
% Row Count 22 (+ 8)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Windows Exchange Server 2016}}  \tn
% Row 0
\SetRowColor{LightBackground}
Installér Exchange & Stifinder -\textgreater{} Exchange mappen -\textgreater{} Kør Setup.exe som admin -\textgreater{} Typisk installation (Mailbox server) \tn 
% Row Count 5 (+ 5)
% Row 1
\SetRowColor{white}
Tildel admin Exchange roller: Opret grupper \& deleger Exchange rettigheder & UExchOrganisation (Universal Security Gruppe) \& medlem af Exchange rollen (Organization Management) \tn 
% Row Count 10 (+ 5)
% Row 2
\SetRowColor{LightBackground}
Konfigurere DNS MX Record & Tilføj en New Mail Exchanger (MX) på forward zonen for {[}domain{]}.local. Dernæst Browse og klik på {[}domain{]}.local for forward lookup zone vælg {[}domain{]}.local \& Vælg Host(A) for Exchange serveren \& sæt Mail Server Priority til 20 \tn 
% Row Count 22 (+ 12)
% Row 3
\SetRowColor{white}
Konfigurere DNS MX Record 2. del & Skriv \seqsplit{Add-DnsServerResourceRecordMX} -ComputerName {[}AD-Server hostnavn{]} -Preference 10 -Name "." -MailExchange "Exchange Server FQDN" -ZoneName "{[}domæne{]}" i PowerShell \tn 
% Row Count 31 (+ 9)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Windows Exchange Server 2016 (cont)}}  \tn
% Row 4
\SetRowColor{LightBackground}
Konfigurere DNS MX Record 3. del & Kontroller at MX rekords er oprettet med nslookup. Ellers: Nslookup set type=mx {[}Domæne.local{]} \tn 
% Row Count 5 (+ 5)
% Row 5
\SetRowColor{white}
Konfigurér HUB rollen & Domain suffix {[}domæne{]}.local og eucrX.local tilføjes som mail flow i EAC \tn 
% Row Count 9 (+ 4)
% Row 6
\SetRowColor{LightBackground}
Konfigurere Mailbox & Åbn PowerShell som admin til Exchange serveren. Opret bibliotekerne C:\textbackslash{}MBX1, C:\textbackslash{}MBX2 og C:\textbackslash{}MBX3 med kommandoen: \tn 
% Row Count 15 (+ 6)
% Row 7
\SetRowColor{white}
Konfigurere Mailbox 2. del & Kør kommandoen: New-MailboxDatabase -Name 'Ringsted-DB2' -EdbFilePath 'C:\textbackslash{}MBX2\textbackslash{}Ringsted-DB2.edb' -Server {[}Exchange Server FQDN{]} \& Mount-Database -Identity Ringsted-DB2 \tn 
% Row Count 24 (+ 9)
% Row 8
\SetRowColor{LightBackground}
Konfigurere Mailbox 3. del & Åbn EAC, og kontroller at databasen blev oprettet korrekt og er mounted. Opret den sidste MailboxDatabase som er til Public Folders i EAC. Klik på servers -\textgreater{} databases -\textgreater{} new + \tn 
% Row Count 33 (+ 9)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Windows Exchange Server 2016 (cont)}}  \tn
% Row 9
\SetRowColor{LightBackground}
CAS rollen. Link: \seqsplit{http://tinyurl.com/ZBC5-local1} & Sæt IMAP og POP3 services til at starte automatisk på Exchange serveren. Dernæst start dem \tn 
% Row Count 5 (+ 5)
% Row 10
\SetRowColor{white}
Konfigurere Outlook & Installér Outlook på klient og konfigurer email konto \tn 
% Row Count 8 (+ 3)
% Row 11
\SetRowColor{LightBackground}
Konfigurere Mailbox Brugere & Enable brugere med EAC eller EMS kommandoen: Enable-Mailbox -Identity \textless{}mikkels login\textgreater{} -Database Ringsted-DB2 \tn 
% Row Count 14 (+ 6)
% Row 12
\SetRowColor{white}
Backup & Installer Windows Server Backup Features \& Montèr en eks, enten fysisk eller virtual disk. - Foretag en full server backup – brug evt. htra diskele disken. \tn 
% Row Count 22 (+ 8)
% Row 13
\SetRowColor{LightBackground}
Backup 2. del & Benyt Windows Server Backup til at genskabe en database - Vælg Recover \textgreater{} This Server \textgreater{} Vælg Backup \textgreater{} Recovery Type: Applications \textgreater{} Vælg Exchange \textgreater{} Recover to original location \textgreater{} Vælg Recover \tn 
% Row Count 32 (+ 10)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Windows Exchange Server 2016 (cont)}}  \tn
% Row 14
\SetRowColor{LightBackground}
Overvågning af Exchange performance & Åbn Windows Task Manager og check Performance fanen \tn 
% Row Count 3 (+ 3)
% Row 15
\SetRowColor{white}
Overvågning af Exchange performance 2. del & Åbn Performance Monitor og undersøg standard counters. - Klik på Tilføj ikonet (+), vælg \textbackslash{}\textbackslash{}{[}Exchange serverens hostnavn{]} og tilføj en eller to counter fra Microsoft selv via technet: \seqsplit{http://tinyurl.com/ZBC5-local2} \tn 
% Row Count 14 (+ 11)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}


% That's all folks
\end{multicols*}

\end{document}