script Synchronizing Disabled User Accounts Between Active Directory Domains (forest) Using PowerShell Managing multiple domains within an organization can be a complex task even more during migration phases which can last some times... One common challenge is ensuring that the user accounts are synchronized across domains, especially when disabling or deleting users in the source domain... Stephane Thirion 20 Feb 2024 · 3 min read
script Automated Random User Creation Script for Active Directory If you're working with Active Directory (AD) and need to create multiple users for a reason or another, this script can help you automate the process. This script creates a specified number of random users... Stephane Thirion 19 Feb 2024 · 2 min read
Oobabooga Oobabooga - text-generation-webui auto installation (Ubuntu 22.04.3) In this blog, we'll demonstrate how automation can make a complex tool like Oobaboga accessible to a wider audience by providing an auto-install script in this post. Let's do this Stephane Thirion 28 Jan 2024 · 3 min read
script Automating Home Directory Settings for Active Directory Users with PowerShell Here is a script that simplifies the process of setting home directories for users in Active Directory. The Script: # Define the log file path $logFilePath = "C:\PathToLogFile\AD_HomeDirectory_ Stephane Thirion 20 Oct 2023 · 1 min read
PowerShell Automating Terminal Services Property Updates with PowerShell Here a simple script that automates the process of updating Terminal Services properties for multiple user objects in Active Directory. The primary objective of this script is to set values Stephane Thirion 19 Oct 2023 · 2 min read
Acls Set acls remotely to a VDI / RDSH Delivery Group In the same way as the previous blog post, some more automation to maintain a VDI/RDSH environment, and get back to a controlled and clean environment. This blog is Stephane Thirion 5 Apr 2016 · 2 min read
automation Remotely clean up Virtual Machines drives - XenDesktop Following up the previous blogs XenDesktop XenApp 7.x – vmware / ad / delivery group notes and descriptions sync and Expand virtual machines hard disk – automation and continue in automated task, I Stephane Thirion 4 Apr 2016 · 2 min read
automation XenApp 6.5 to XenApp 7.5 Migration (Machine) Citrix will very soon offer a lot of scripts and tools to give the ability to migrate policies from a XenApp 6.5 farm to a XenApp 7.5, I’ Stephane Thirion 24 Apr 2014 · 3 min read
Active directory Windows Server 2012 - Migrating FSMO Roles I installed one AD when Microsoft Windows Server 2012 was still in Release Candidate with the Datacenter edition, of course since few days my DC was rebooting every hour, the Stephane Thirion 20 Jan 2013 · 1 min read