\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{nymark} \pdfinfo{ /Title (mailserver.pdf) /Creator (Cheatography) /Author (nymark) /Subject (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}{660000} \definecolor{LightBackground}{HTML}{FAF7F7} \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{Mailserver Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{nymark} via \textcolor{DarkBackground}{\uline{cheatography.com/46272/cs/13694/}}} \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}nymark \\ \uline{cheatography.com/nymark} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 1st December, 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*}{2} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Vores EXSI Specs}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{CPU: i7 7700 4 kerner / 8 tråde \newline % Row Count 1 (+ 1) RAM: 32GB \newline % Row Count 2 (+ 1) HDD: 250GB \newline % Row Count 3 (+ 1) IP: Statisk -\textgreater{} 192.168.1.5% Row Count 4 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Vores Windows Server 2016 VM specs (DNS, AD)}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Kerner/Tråde: 2 \newline % Row Count 1 (+ 1) RAM: 4096MB \newline % Row Count 2 (+ 1) HDD: 30GB \newline % Row Count 3 (+ 1) Netkort: Intel(R) Gigabit CT Desktop \newline % Row Count 4 (+ 1) IP: Statisk -\textgreater{} 192.168.1.10 \newline % Row Count 5 (+ 1) Domæne: zbc1.local% Row Count 6 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Vores Windows Server 2016 VM specs (Exchange):}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Kerner/Tråde: 4 \newline % Row Count 1 (+ 1) RAM: 16384MB \newline % Row Count 2 (+ 1) HDD: 50GB \newline % Row Count 3 (+ 1) Netkort: Intel(R) Gigabit CT Desktop (Switch) \newline % Row Count 4 (+ 1) IP: Statisk -\textgreater{} 192.168.1.15 \newline % Row Count 5 (+ 1) Domæne: zbc1.local% Row Count 6 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Vores Windows 10 Klient specs}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Kerner/Tråde: 2 \newline % Row Count 1 (+ 1) RAM: 4096MB \newline % Row Count 2 (+ 1) HDD: 30GB \newline % Row Count 3 (+ 1) Netkort: Intel(R) Gigabit CT Desktop (Switch) \newline % Row Count 4 (+ 1) IP: Statisk -\textgreater{} 192.168.1.20 \newline % Row Count 5 (+ 1) Domæne: zbc1.local% Row Count 6 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Opsætning AD}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Struktur \textgreater{} zbc1.local\textbackslash{}Ringsted\textbackslash{}\%department\% \newline % Row Count 1 (+ 1) Root Organizational Unit \newline % Row Count 2 (+ 1) \textgreater{} Ringsted \newline % Row Count 3 (+ 1) Sub Organizational Unit \newline % Row Count 4 (+ 1) \textgreater{} Elev, Underviser, RED, Administration, Ekstern \& IT \newline % Row Count 6 (+ 2) Groups \newline % Row Count 7 (+ 1) \textgreater{} Local-Elev, Local-Underviser, Local-RED, Local-Administration, Local-Ekstern \& Local-IT \newline % Row Count 9 (+ 2) User hiraki \newline % Row Count 10 (+ 1) \textgreater{} Domain admin -\textgreater{} Enterprise admin -\textgreater{} Schema admin -\textgreater{} Employers% Row Count 12 (+ 2) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Klargøring af Active Directory}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Kør følgende kommando fra Exchange \newline % Row Count 1 (+ 1) installationsmappen: \newline % Row Count 2 (+ 1) Setup /PrepareSchema \seqsplit{/IAcceptExchangeServerLicenseTerms}% Row Count 4 (+ 2) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Klargøring af Domænet}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{kør følgende kommando i Exchange \newline % Row Count 1 (+ 1) installationsmappen: \newline % Row Count 2 (+ 1) Setup /PrepareAD /OrganizationName:{[}Organisationsnavn{]} \seqsplit{/IAcceptExchangeServerLicenseTerms}% Row Count 4 (+ 2) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Forbered installation af Exchange}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{MS Exchange 2016 kræver følgende: \newline % Row Count 1 (+ 1) Functional forest level mindst Windows Server 2008 \newline % Row Count 3 (+ 2) Schema master: Windows Server 2008 eller nyere \newline % Row Count 4 (+ 1) Windows Server 2012 eller 2012 R2 er et krav for installation af MS Exchange 2016 \newline % Row Count 6 (+ 2) Serveren skal være tilsluttet active directory forest og domæne \newline % Row Count 8 (+ 2) Sørg for Windows er opdateret \newline % Row Count 9 (+ 1) Kør følgende kommandoer i Powershell \newline % Row Count 10 (+ 1) Install-WindowsFeature RSAT-ADDS \newline % Row Count 11 (+ 1) Install-WindowsFeature AS-HTTP-Activation, Server-Media-Foundation, \seqsplit{NET-Framework-45-Features}, RPC-over-HTTP-proxy, RSAT-Clustering, \seqsplit{RSAT-Clustering-CmdInterface}, RSAT-Clustering-Mgmt, \seqsplit{RSAT-Clustering-PowerShell}, Web-Mgmt-Console, WAS-Process-Model, Web-Asp-Net45, Web-Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir-Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-Metabase, Web-Mgmt-Console, Web-Mgmt-Service, Web-Net-Ext45, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI, \seqsplit{Windows-Identity-Foundation}, RSAT-ADDS \newline % Row Count 25 (+ 14) Installer disse features i den anviste rækkefølger \newline % Row Count 27 (+ 2) Installer KB3206632 Opdatering \newline % Row Count 28 (+ 1) Unified Communications Managed API 4.0 Runtime% Row Count 29 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Installation af Exchange}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Kør setup.exe som Administrator \newline % Row Count 1 (+ 1) Roller: Mailbox Server \newline % Row Count 2 (+ 1) Malware scan: Nej% Row Count 3 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Kontrollér Exchange installation}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Services \textgreater{} Test-ServiceHealth \newline % Row Count 1 (+ 1) Eventlog \textgreater{} Event Viewer - Exchangelog \newline % Row Count 2 (+ 1) Admin center \textgreater{} \seqsplit{https://WIN-MO2JJ7A0MJT/ecp} \newline % Row Count 3 (+ 1) Web app \textgreater{} \seqsplit{https://WIN-MO2JJ7A0MJT/owa} \newline % Row Count 4 (+ 1) Installations Fil \textgreater{}% Row Count 5 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Exchange Roller}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{UExchOrganisation tildelt Organisation Management \newline % Row Count 1 (+ 1) UExchOrganisation \textgreater{} Fuld rettigheder \newline % Row Count 2 (+ 1) UExchRecipient tildelt Recipient Mangement \newline % Row Count 3 (+ 1) UExchRecipient \textgreater{} Meget begrænset rettigheder \newline % Row Count 4 (+ 1) UExchPublicFolder tildelt Public Folder Management \newline % Row Count 6 (+ 2) UExchPublicFolder \textgreater{} Ingen rettigheder \newline % Row Count 7 (+ 1) UExchViewOnly tildelt View Only Organization Mangement \newline % Row Count 9 (+ 2) UexchViewOnly \textgreater{} Kan se alt, men intet redigere% Row Count 10 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Konfiguration af DNS MX Record}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Tilføj en ny MX på forward zone under DNS. \newline % Row Count 1 (+ 1) Vælg domænet som forward lookup. \newline % Row Count 2 (+ 1) Sæt mail priority som 20. \newline % Row Count 3 (+ 1) Åbn powershell og indtast en kommando. \newline % Row Count 4 (+ 1) Kontroller MX records.% Row Count 5 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{CMDLETS}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Get-Mailbox -\textgreater{} Få information om mailboxes \newline % Row Count 1 (+ 1) New-Mailbox -\textgreater{} Opret ny bruger og tildel mailbox \newline % Row Count 2 (+ 1) Remove-Mailbox -\textgreater{} Slet bruger fra AD samt tilhørende mailbox \newline % Row Count 4 (+ 2) Enable-Mailbox -\textgreater{} Aktiver mailbox til en bruger fra AD \newline % Row Count 6 (+ 2) Set-Mailbox -\textgreater{} Ændre indstillinger for en brugers mailbox \newline % Row Count 8 (+ 2) Get-MailboxStatistics -\textgreater{} Få information om specifik mailbox \newline % Row Count 10 (+ 2) Move-DatabasePath -\textgreater{} Ændrer output lokationen af database filer \newline % Row Count 12 (+ 2) Invoke-Command -\textgreater{} Kører kommandoer både lokalt og på remote pc'er% Row Count 14 (+ 2) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Accepted Domains \& Postmaster}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Primær adresse \textgreater{} RED@zbc1.local \newline % Row Count 1 (+ 1) Standard domain suffix \textgreater{} @zbc1.local, @eucr1.local \newline % Row Count 3 (+ 2) Cmdlets \textgreater{} Get-TransportConfig, Set-TransportConfig% Row Count 4 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Oprettelse af ny database}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Cmdlets \textgreater{} Invoke-Command (+new-item) \newline % Row Count 1 (+ 1) Nyoprettede mapper til databaser \textgreater{} MBX1. MBX2, MBX3 \newline % Row Count 3 (+ 2) Kopiring af eksisterende database til ny, cmdlet \textgreater{} Move-DatabasePath% Row Count 5 (+ 2) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{CAS Roller}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Åben EAC \textgreater{} Servere \textgreater{} Virtuelle directories \newline % Row Count 1 (+ 1) \textgreater{} Aktiver POP3, IMAP4 \newline % Row Count 2 (+ 1) Outlook Anywhere \textgreater{} \seqsplit{https://mail.zbc1.com/owa} \newline % Row Count 3 (+ 1) \textgreater{} sæt samme adresse i Internal og External% Row Count 4 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Kontrol af mailboxe}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Get-MailboxStaticstics \newline % Row Count 1 (+ 1) Når du roder med mailboxe, dobbelt check altid med denne cmdlet% Row Count 3 (+ 2) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Flere individuelle mailbox konfigurationer}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Åben en bruger \textgreater{} Tryk på mailkonti \newline % Row Count 1 (+ 1) \textgreater{} Fjern flueben fra Automatisk update email \newline % Row Count 2 (+ 1) \textgreater{} Tilføj ny email \textgreater{} RED@zbc1.local% Row Count 3 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Mail protokoller}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{POP3 (Post Office Protocol Version 3) \newline % Row Count 1 (+ 1) Ukrypteret port: 110 \newline % Row Count 2 (+ 1) Krypteret port: 995 \newline % Row Count 3 (+ 1) IMAP (Internet Mail Access Protocol) \newline % Row Count 4 (+ 1) Ukrypteret port: 143 \newline % Row Count 5 (+ 1) Krypteret port: 993 \newline % Row Count 6 (+ 1) SMTP (Simple Mail Transfer Protocol) \newline % Row Count 7 (+ 1) Ukrypteret porte: 25/587 \newline % Row Count 8 (+ 1) Krypteret porte: 465% Row Count 9 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Brugertyper}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Mailbox-enabled User-Mailbox \newline % Row Count 1 (+ 1) Sende / modtage \newline % Row Count 2 (+ 1) Forbindelse til AD konto \newline % Row Count 3 (+ 1) Mail-enabled Mail-User \newline % Row Count 4 (+ 1) Kan kun modtage \newline % Row Count 5 (+ 1) Ekstern mail \newline % Row Count 6 (+ 1) Forbindelse til AD konto \newline % Row Count 7 (+ 1) Mail Contact \newline % Row Count 8 (+ 1) Kan kun modtage \newline % Row Count 9 (+ 1) Ekstern mail \newline % Row Count 10 (+ 1) Ingen AD konto% Row Count 11 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Gruppetyper}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Distributions gruppe \newline % Row Count 1 (+ 1) Er statisk \newline % Row Count 2 (+ 1) Brugere skal manuelt meldes ind \newline % Row Count 3 (+ 1) 1 mail adresse til hele gruppen \newline % Row Count 4 (+ 1) Dynamisk distributions gruppe \newline % Row Count 5 (+ 1) Medlemmer bestemt baseret på kriterier \newline % Row Count 6 (+ 1) Powershell kommando til at vise gruppemedlemmer: \newline % Row Count 7 (+ 1) Get-Recipient \seqsplit{–RecipientPreviewFilter} \seqsplit{(GetDynamicDistributionGroup} \newline % Row Count 9 (+ 2) "RED").RecipientFilter | Select \newline % Row Count 10 (+ 1) Display,PrimarySmtpAdress% Row Count 11 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Konfigurere rettigheder af mailboxe}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Gå ind på en user \textgreater{} postkassedelegering \textgreater{} tilføj bruger til enten send som, send på vegne af, fuld adgangstilladelse% Row Count 3 (+ 3) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Tilføjelse af eksterne mailboxe}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Først skal de tilføjes i AD \textgreater{} Åben ny EAC \newline % Row Count 1 (+ 1) \textgreater{} gå til mailkonti \textgreater{} til ny mailkonti \newline % Row Count 2 (+ 1) \textgreater{} skriv deres eksterne mailkonti \newline % Row Count 3 (+ 1) NB. Husk af fjern flueben på opdater automatisk da man kan risikere at den senest eksterne tilføjet forsvinder% Row Count 6 (+ 3) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Oprettelse af grupper}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Sikkerhedsgrupper burde ikke blive oprettet i EAC \newline % Row Count 1 (+ 1) De skal efter best practice oprettes i AD \newline % Row Count 2 (+ 1) Oprettelse af distributionsgruppe \newline % Row Count 3 (+ 1) \textgreater{} Vist navn \textgreater{} Alias \textgreater{} Noter \textgreater{} Organisationsenhed \newline % Row Count 4 (+ 1) \textgreater{} Ejere \textgreater{} Medlemmer \newline % Row Count 5 (+ 1) \textgreater{} Vælg om ejergodkendelse er påkrævet for at blive medlem% Row Count 7 (+ 2) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Oprettelse af addresselister}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Addresselister kan for eksempel bruges til at \newline % Row Count 1 (+ 1) sende mail ud til en hel afdeling, men hvor \newline % Row Count 2 (+ 1) man kun selv skal sende den en enkelt gang. \newline % Row Count 3 (+ 1) For at lave en adresseliste skal man gøre følgende \newline % Row Count 5 (+ 2) Organisation \textgreater{} Addresselister \textgreater{} Ny(+) \newline % Row Count 6 (+ 1) \textgreater{} Navn \textgreater{} Typer af modtager \textgreater{} Opret regel% Row Count 7 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Gruppemedlemmer (Gruppe 5)}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Sebastian Henriksen \newline % Row Count 1 (+ 1) Jakob Holm \newline % Row Count 2 (+ 1) Mathias Prehn Nielsen \newline % Row Count 3 (+ 1) Martin Bo Ammentorp \newline % Row Count 4 (+ 1) Casper Nymark Jensen% Row Count 5 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}