Change the default visibility of calendars on Exchange
Problem The default visibility of calendars in Outlook / Exchange does not allow you to see the detail (object, location, description) of an event, unless the user has modified the rights himself. Solution It is possible in PowerShell to modify the default visibility of calendars in Exchange. Connection to Exchange online / Office 365 Open …
Installing WEBMIN on Ubuntu
Presentation of Webmin WEBMIN is software that installs a web interface to administer a Linux server. Webmin allows: System administration Administration of server applications such as SSH, Postfix, Apache2 … Browse folders and files … Installation Installation of prerequisites sudo apt install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python libwww-perl liblwp-protocol-https-perl Adding the GPG …
GLPI: install a plugin
Presentation In this tutorial, I will explain how to install a plugin on GLPI. A plugin allows you to add additional features such as automatic inventory, adding form, adding fields …. the list is long … You can also develop your own plugin. Since GLPI version 9.5, there are two ways to install plugins, which …
Office 365 / Exchange Online: import / export right
In this tutorial, we will see how to add the import / export right for the admin user in Office 365. By default this possibility is not granted, if you try to go to the interface to manage the imports you should get this message: Configure import and export rights on Exchange Connect to the …
Bitlocker : enable encryption with a TPM chip
Introduction In this tutorial, I will tell you how to activate Bitlocker with a TPM chip. Bitlocker is a feature of Windows that allows you to enable encryption of a hard drive in order to secure data. The TPM chip is a hardware chip which will store the decryption key and which is specific to …
Ubuntu: install a web server – NGINX / PHP / MariaDB
In this tutorial, we will see how to install and configure a server in Ubuntu with the following components: Nginx PHP MariaDB I’ll also explain how to put phpmyadmin to administer the MariaDB server and how to configure vhosts. In this tutorial, we will not use the official repositories of the distribution, but the repositories …
Active Directory: configuring dynamic access control – DAC
In this tutorial, I suggest you discover the dynamic access control available on Windows Server in an Active Directory environment. Before getting to the heart of the matter, I will introduce you to dynamic access control also called DAC (Dynamic Access Control). DAC adds additional control over NTFS access rights which allows rights to be …
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.
Classification Management – File Server Resource Manager – FSRM
Overview of classification management In this tutorial, I will introduce you to Classification Management on a Windows File Server and how to set it up. Classification is an element of File Server Resource Manager (FSRM) that also allows you to set up file filters and quotas. The classification is also used for the implementation of …