script 20 Feb 2024 · 3 min read 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... Read more
script 19 Feb 2024 · 2 min read 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... Read more
Oobabooga 28 Jan 2024 · 3 min read 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 Read more
script 20 Oct 2023 · 1 min read 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_ Read more
PowerShell 19 Oct 2023 · 2 min read 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 Read more
Acls 5 Apr 2016 · 2 min read 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 Read more
automation 4 Apr 2016 · 2 min read 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 Read more
automation 24 Apr 2014 · 3 min read 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’ Read more
Active directory 20 Jan 2013 · 1 min read 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 Read more