Category Archives: 2025

The dangerous use of tools like ANY.RUN

ANY.RUN allows users to upload suspicious files and URLs for dynamic analysis. However, unless explicitly set to private or used under a commercial license, these uploads are publicly accessible. This means that anyone browsing the platform can view, download, and … Continue reading

Posted in 2025 | Leave a comment

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

Posted in 2025, B2B Collaboration, Entra ID | Leave a comment

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

Posted in 2025, Uncategorized | Leave a comment

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

Posted in 2025, RemoteApp, Windows Server | Leave a comment

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

Posted in 2025, Kerberos | Leave a comment

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.

Posted in 2025, Uncategorized | Leave a comment

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

Posted in 2025, Uncategorized | Leave a comment

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

Posted in 2025, Uncategorized | Leave a comment

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

Posted in 2025, Uncategorized | Leave a comment

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

Posted in 2025, Uncategorized | Tagged | Leave a comment