Author: François

Cmdlet for Exchange 2013 CU9 and Office 365 To enable it for emails Sent As the shared mailbox, set the enable flag to true and run the cmdlet:set-mailbox mailbox-name -MessageCopyForSentAsEnabled $True To enable it on all shared mailboxes, use this cmdlet:Get-Mailbox -ResultSize unlimited -Filter {(RecipientTypeDetails -eq 'SharedMailbox')} | set-mailbox...

Le nouveau Exchange Online PowerShell Le module V2 permet de se connecter (s'authentifier) à Exchange Online avec MFA et comprend de nouvelles commandlets. À travers ce blog, vous obtiendrez des instructions simples pour installer le Exchange Powershell module.     Quelles sont les nouveautés du module PowerShell V2 ? Nouvelle cmdlet dans le module EXO V2 Ancienne cmdlet liée Connect-ExchangeOnline Connect-EXOPSSessionouNew-PSSession Get-EXOMailbox Get-Mailbox Get-EXORecipient Obtenir...

Disconnect all VPN connections for a given user name: ./sacli --user <USER_NAME> DisconnectUser Disconnect all VPN connections for a given user name with a reason: ./sacli --user <USER_NAME> --client_reason <TEXT> DisconnectUser Disconnect all VPN connections for a given user name with an invitation to auto-reconnect: ./sacli --user <USER_NAME> --restart --psid...

I got this EXACT problem figured out, and I finally got all iterations of URL’s to work listed at the bottom.Here is the code that works for me. Proxy: <VirtualHost *:80> ServerName test.x.com ServerAlias www.test.x.com Redirect / https://test.x.com/ </VirtualHost> <VirtualHost *:443> ...

Petit mémo pour la procédure à suivre si l'on souhaite déplacer son instance GitLab sur un nouveau serveur. Prérequis Le nouveau serveur doit avoir une instance GitLab dans la même version que l'ancien serveur. Les scripts d'installation sont disponible ici : https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.shhttps://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh Procédure Sur l'ancien serveur 1) Création d'un répertoire pour stocker les...

[vc_row css_animation="" row_type="row" use_row_as_full_screen_section="no" type="full_width" angled_section="no" text_align="left" background_image_as_pattern="without_pattern"][vc_column][vc_empty_space][vc_column_text] Prepare the Let’s Encrypt Win-ACME client There is a list of ACME clients offered by third parties to use. We are going to use Windows ACME Simple (WACS). A simple ACME client for Windows – for use with Let’s Encrypt. It...

[vc_row css_animation="" row_type="row" use_row_as_full_screen_section="no" type="full_width" angled_section="no" text_align="left" background_image_as_pattern="without_pattern"][vc_column][vc_empty_space][vc_column_text] Install Parse Server on Ubuntu 20.04 Parse Overview Parse provides a cloud-based backend service to build data-driven mobile applications quickly. Initially developed by Facebook, Parse is a free and open-source Backend-as-a-Service (BaaS) platform which can be deployed to any infrastructure...

[vc_row css_animation="" row_type="row" use_row_as_full_screen_section="no" type="full_width" angled_section="no" text_align="left" background_image_as_pattern="without_pattern"][vc_column][vc_empty_space][vc_column_text] Microsoft 365 1. Exécuter un script PowerShell Exécutez un script PowerShell pour générer un certificat et enregistrez facilement une application Azure AD. 1.1 Modifier la stratégie d'exécution de PowerShell Saisissez Windows PowerShell dans la barre de recherche. Cliquez avec le bouton droit de la souris...

[vc_row css_animation="" row_type="row" use_row_as_full_screen_section="no" type="full_width" angled_section="no" text_align="left" background_image_as_pattern="without_pattern"][vc_column][vc_empty_space][vc_column_text] Introduction MySQL est un système de gestion de base de données Open Source, couramment installé dans le cadre de la pile LAMP (Linux, Apache, MySQL, PHP/Python/Perl) populaire. Il utilise une base de données relationnelle et SQL (Structured Query Language, en français langage...