Monthly Archives: August 2025
Setting up Entra ID B2B Collaboration
Setting Up Azure Entra ID B2B Collaboration – A Detailed, Fact‑Based Guide 1. Prerequisites & Planning Item Why It Matters Azure Entra ID tenant (the “host” tenant) All B2B relationships are anchored in a single tenant that you control. Appropriate licensing Azure AD Premium P1 (or higher) is … Continue reading
Reset the DSRM password
Language: English Active Directory will always validate a new Directory Services Repair Mode password to make sure it meets the domain’s password complexity requirements; this validation also calls into password filter dlls like Microsoft Entra Password Protection. If the new DSRM … Continue reading
Unable to view RemoteApp in RDWeb
Language: English Fun little issue that i had today, doing a installation of a RemoteApp on a new Windows Server 2019. I had a problem where my RDWeb didn’t show any application once logged in. Luckily i had one RemoteApp … Continue reading
Change the ‘krbtgt’ password
Language: English Do not delete the krbtgt accounts for the RODCs. The krbtgt account for an RODC is listed in the format krbtgt_number. If you use a customized password filter (such as passfilt.dll) on a DC, then you might receive … Continue reading
Change time zone with command prompt
You can use the following command to see the different time zones tzutil /l Once you have found the time zone that you want to change, then use tzutil /s “Romance Standard Time” This should change your time zone.
How to update the Policy Definitions template
Administrative templates are divided into admx and language files(adml files). Windows uses central store to store the files, the central store is located on the sysvol share which is located here:\\contoso.com\SYSVOL\contoso.com\policies\PolicyDefinitions To update the definitions you will have to download … Continue reading
Hardened UNC Paths and why
Note; If the environment exclusively contains Windows 8.0 / Server 2012 (non-R2) or newer systems, then the ‘Privacy’ setting may (optionally) also be set to enable SMB encryption. However, using SMB encryption will render the targeted share paths completely inaccessible … Continue reading
Import Group Policy on a local machine
Importing a group policy can both be very nerve wracking but also quite easy. Things you’ll need: I assume that you already have a admx file and want to import it for the local machine. Login to the server and open a … Continue reading
Enable Temporary Admin Privileges for Controlled Folder Access via Intune EPM
Prerequisites 1. Configure Intune Attack Surface Reduction policy (Optional) If CFA is not yet enabled via Intune, create an ASR policy: In the Basics page, set Platform = Windows 10 and later, Profile = Attack Surface Reduction Rules, and click Create (The above steps enforce CFA via Intune. If … Continue reading