Articles

Tutorials

616 articles
Exchange / Office 365 04 Nov 2020 ⏱ 10 min

Exchange 2013/2016: migrate to Exchange 2019

IntroductionStarting environmentPrepare for migrationInstall Exchange 2019Autodiscover configurationPreparing / Configuring Exchange 2019Configure databasesConfigure Directory URLsOutlook Anywhere URLURLs of virtual directoriesImport the SSL certificateConfigure…

Linux 22 Oct 2020 ⏱ 1 min

Installing WEBMIN on Ubuntu

Presentation of WebminInstallationUtilisationVideo Presentation of Webmin WEBMIN is software that installs a web interface to administer a Linux server. Webmin allows: System…

GLPI 20 Oct 2020 ⏱ 6 min

GLPI: install a plugin

PresentationFirst method: manualSecond method: marketplaceCreate an accountInstall a plugin with the marketplaceComplementConclusion Presentation In this tutorial, I will explain how to install…

Non classifié(e) 08 Oct 2020 ⏱ 1 min

Create a folder in PowerShell

To create a folder in PowerShell, use the New-Item cmdlet indicating the location and name of the folder and set the itemType parameter with the value Directory to indicate that you want to create a folder.