Proxmox: delegate authorizations to users

In this tutorial, we will see how to delegate actions to a user on a virtual machine using roles. Proxmox is a complete hypervisor that allows you to manage authorizations on virtual machines quite finely. We will assume that you need to authorize a person from the support service to be able to manage the …

Read more



Active Directory: retrieve the base DN (distinguishedName) attribute of an object

In this tutorial, I will explain how to retrieve the base DN also called distinguishedName in an Active Directory. This attribute is often used to configure LDAP/Active Directory bindings for applications. All Active Directory objects (Users, Computers, Organizational Unit, etc.) have the attribute: distinguishedName and this is unique. I say that the base DN attribute …

Read more



How to display the list of users on Linux from the command line?

The easiest and fastest way to display the list of users from the command line on Linux is to read the file /etc/passwd. We could simply use: The return of this command is not easy to read, to do this we cut the result to have only the first part of each line which corresponds …

Read more



Ubuntu: create a user and add it to the sudo group

Small memo to create a user on Ubuntu and add it to the sudo group: Enter the password for the current user (sudo) if necessary, then enter the password for the new account twice and enter additional information as required. Confirm the information by pressing Enter. Now we add the user to the sudo group. …

Read more



Office 365: import users with csv and powershell file

In this article, I’ll walk you through how to bulk import users into Office 365 with the use of PowerShell and the use of a csv file. In certain cases, it is not possible to do an Active Directory directory synchronization (refusal of the client, no AD …). Adding a large number of accounts (for …

Read more



GPO : configure automatic session locking

Overview of the strategy

Presentation In this tutorial, we will see how to activate automatic session locking after a period of inactivity. This group policy increases the level of security, because many users do not lock their session when they leave their workstation. The parameters that we will configure apply to Users. Activate automatic session lock From a domain …

Read more



Change password from the interface RDWEB

Presentation In this tutorial, I will explain how to allow users to change their passwords using the Web Access portal available in a deployment of an RDS farm. To allow password change, you must have RDWEB Access published This solution allows users working exclusively on an RDS environment to change their password when it has …

Read more



GPO: Folder Redirection – Advanced Settings

Introduction In a previous tutorial: GPO: User Folder Redirection, I explained how to redirect user folders using Group Policy in a simple way. In this article, we are going to have how to set up a folder redirection using the advanced settings. Advanced settings allow using a policy, to write user folders based on an …

Read more



GPO: User Folder Redirection

Aperçu de la stratégie

Presentation User Folder Redirection allows Windows to store the contents of certain user profile folders on a network location. This solution has the following advantages: No local file storage. Possibility for users to change computers and find their folders and files. In an RDS environment, you can have the same documents on the user computers …

Read more