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
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
PowerShell 3 Oct 2023 · 3 min read Bulk add emails to Active Directory accounts Recently I had to make a lot of changes to Active Directory accounts migrated from several other forests and domains. Emails attribute needed to be created / changed to match the Read more
vda 12 Apr 2023 · 1 min read Citrix VDA uptimes Today I needed to extract the uptime of a Citrix Virtual Apps and Desktops site and gather the data to be able to format it present it in a report Read more
Citrix 28 Feb 2023 · 2 min read Create vmware service account for MCS Citrix Creating this service account to allow certain action to be performed by the DaaS or Citrix Virtual Apps and Desktops infrastructure can take a long time if you can’t Read more
Active directory 6 Nov 2018 · 3 min read Migrating FSMO roles Windows 2019 Server Be careful, the Windows 2019 Server iso have been pulled out, it should be back shortly (Nov-2018) As Microsoft Windows 2019 became (almost) available, this is time again to move Read more
PowerShell 25 May 2018 · 2 min read XenApp Windows 2016 build report Recently I had to make a list of all the build in a XenApp site. A syou might have already noticed, in large enterprise, getting the same OS version / build Read more
BitLocker 28 Oct 2017 · 3 min read Hyper-V 2016 - Add-VMTPM issue Hello folks, This week I worked with a client to implement BitLocker on guest machines from a Hyper-V host Server 2016. As you certainly know, Microsoft has added a great Read more
error 27 Feb 2017 · 2 min read Microsoft Windows Server 2012 R2 : impossible to add roles and features Words from Stephane Thirion : Rodolphe is a friend and also a very smart Microsoft dude, I used to work with him and having such a smart guy on my side 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 30 Mar 2016 · 4 min read Expand virtual machines hard disk - automation Sometimes, at some customers’s place, with an infrastructure already in place (XenApp with PVS or XenDesktop VDI pooled with PVS) the D: drive is too small. The drive where Read more
automation 30 Mar 2016 · 2 min read XenDesktop XenApp 7.x - vmware / ad / delivery group notes and descriptions sync Several times i had the need to synchronise Virtual Machine notes (vmware) with Active Directory Computer description. As in big environment, different team are managing each of these components, the Read more
Citrix 15 Apr 2014 · 5 min read List XenApp 6.5 hotfixes with PowerShell This is a classic but needs to be written somewhere so I can find it again when I need it ! First thing, you need to add the XenApp Powershell snapin Read more
automation 6 Jul 2013 · 4 min read Citrix XenDesktop 7 - Unattended from scratch So auto-install and auto join an already XenDesktop 7 Site is cool but what if you need to automate the first DDC installation ? Here is how I did with help 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