<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AI Generated Content on justinverstijnen.nl</title><link>https://justinverstijnen.nl/tags/ai-generated-content/</link><description>Recent content in AI Generated Content on justinverstijnen.nl</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 18 Apr 2026 14:32:09 +0200</lastBuildDate><atom:link href="https://justinverstijnen.nl/tags/ai-generated-content/index.xml" rel="self" type="application/rss+xml"/><item><title>Test Azure Virtual Desktop connectivity and RTT</title><link>https://justinverstijnen.nl/azure-virtual-desktop-connectivity-script/</link><pubDate>Thu, 22 May 2025 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/azure-virtual-desktop-connectivity-script/</guid><description>&lt;p&gt;I created a script to test the connectivity, if it is allowed through Firewall and also test the RTT to the Azure Virtual Desktop service. The script then gives the following output:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://sajvwebsiteblobstorage.blob.core.windows.net/blog/azure-virtual-desktop-connectivity-script-1649/jv-media-1649-9617996da753.png" alt=""&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="the-script-to-test-azure-virtual-desktop-connectivity"&gt;The script to test Azure Virtual Desktop connectivity&lt;a class="td-heading-self-link" href="#the-script-to-test-azure-virtual-desktop-connectivity" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;I have the script on my Github page which can be downloaded here:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/JustinVerstijnen/TestRTTAVDConnectivity"&gt;Download TestRTTAVDConnectivity script&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="what-is-round-trip-time-rtt"&gt;What is Round Trip Time (RTT)?&lt;a class="td-heading-self-link" href="#what-is-round-trip-time-rtt" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The Round Trip Time is the time in milliseconds of an TCP packet from its source to it&amp;rsquo;s destination and from destination back to the source. It is like ping, but added with the time back like described in the image below:&lt;/p&gt;</description></item><item><title>Module 11: Infrastructure as Code &amp; DevOps</title><link>https://justinverstijnen.nl/amc-module-11-infrastructure-as-code-iac-and-devops/</link><pubDate>Thu, 27 Mar 2025 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/amc-module-11-infrastructure-as-code-iac-and-devops/</guid><description>&lt;p&gt;In this module, we cover Azure: Infrastructure as Code (IaC) and DevOps. This module focuses more on development on Azure, with less emphasis on automation and IT management. While IaC and DevOps might seem less exciting at first, they are essential for modern cloud-based application development and operations, helping streamline deployments, ensure consistency, and integrate continuous delivery pipelines.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="azure-management-tools"&gt;Azure Management Tools&lt;a class="td-heading-self-link" href="#azure-management-tools" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;There are multiple environments to manage Azure and its resources:&lt;/p&gt;</description></item><item><title>Module 9: Databases &amp; AI</title><link>https://justinverstijnen.nl/amc-module-9-databases-ai/</link><pubDate>Thu, 13 Mar 2025 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/amc-module-9-databases-ai/</guid><description>&lt;p&gt;In this we will explore various possibilities of Databases and AI in Microsoft Azure.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="types-of-data-and-structures"&gt;Types of data and structures&lt;a class="td-heading-self-link" href="#types-of-data-and-structures" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Data in general can be stored in different ways for various purposes.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Relational:&lt;/strong&gt; Relational data consists of rows and columns following a predefined schema. The schema is represented as a table, which is essentially a type of spreadsheet where the rows contain entities and the columns store properties. For example, in an online webshop, orders would be represented as rows (entities), while columns would contain data such as the order ID, customer address, timestamp, payment method, etc.
&lt;ul&gt;
&lt;li&gt;Examples: SQL Server, MySQL, PostgreSQL&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Non-relational:&lt;/strong&gt; Non-relational data is less structured, such as a document or a JSON file. However, it is self-descriptive, meaning the file itself makes it clear how the data is stored.
&lt;ul&gt;
&lt;li&gt;Examples: NoSQL, MongoDB, Gremlin, Cosmos DB&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Unstructured:&lt;/strong&gt; Unstructured data consists of various file types where the structure is not clearly defined.
&lt;ul&gt;
&lt;li&gt;Examples:.docx, .xlsx, .jpg, .mp4 and other standalone files&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="databases-in-microsoft-azure"&gt;Databases in Microsoft Azure&lt;a class="td-heading-self-link" href="#databases-in-microsoft-azure" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;In Microsoft Azure, there are different ways to deploy a database where each type has it&amp;rsquo;s own charasteristics and requirements:&lt;/p&gt;</description></item><item><title>Module 8: Application Services and Containers</title><link>https://justinverstijnen.nl/amc-module-8-application-services-and-containers/</link><pubDate>Thu, 06 Mar 2025 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/amc-module-8-application-services-and-containers/</guid><description>&lt;p&gt;This module is about application services in Microsoft Azure. It mainly focuses on containers and containerized solutions but also explores other serverless solutions. These are solutions where, as a customer or consumer of Microsoft Azure, you do not need to manage a server.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="statefull-vs-stateless"&gt;Statefull vs. Stateless&lt;a class="td-heading-self-link" href="#statefull-vs-stateless" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;We can categorize servers/VMs into two categories: Stateful and Stateless:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Stateful:&lt;/strong&gt; Stateful servers are uniquely configured and have a specific role, for example:&lt;/p&gt;</description></item><item><title>Migrate Group Policies to a new server or domain like a pro</title><link>https://justinverstijnen.nl/migrate-group-policy-objects-to-a-new-server-or-domain-like-a-pro/</link><pubDate>Wed, 07 Aug 2024 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/migrate-group-policy-objects-to-a-new-server-or-domain-like-a-pro/</guid><description>&lt;p&gt;Once in a while, we as IT administrators need to export and import our Group Policies of Windows Server to another server. Sometimes to copy a great policy you&amp;rsquo;ve built, or to migrate a customer to a new server.&lt;/p&gt;
&lt;p&gt;By default, the only option Microsoft has built in into Group Policy Management (gpmc.msc) is the backup option. This creates some administrative tasks.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="the-export-and-import-scripts"&gt;The Export and Import scripts&lt;a class="td-heading-self-link" href="#the-export-and-import-scripts" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;I have created two scripts with Powershell that fully exports and imports all Group Policy Objects (GPOs). This with 2 seperate scripts. These can be found and downloaded from my Github page:&lt;/p&gt;</description></item><item><title>Bulk create Active Directory users with Powershell</title><link>https://justinverstijnen.nl/bulk-create-active-directory-users-with-powershell/</link><pubDate>Mon, 20 Mar 2023 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/bulk-create-active-directory-users-with-powershell/</guid><description>&lt;p&gt;When it comes to creating users for Active Directory, especially in new implementations, you want to minimize the time needed to create the accounts. This is possible by creating the AD users with Powershell.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="requirements"&gt;Requirements&lt;a class="td-heading-self-link" href="#requirements" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Minimal knowledge of Powershell&lt;/li&gt;
&lt;li&gt;An Active Directory environment&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="full-script-for-creating-ad-users"&gt;Full script for creating AD users&lt;a class="td-heading-self-link" href="#full-script-for-creating-ad-users" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Here is the full script including CSV that creates the ad users:&lt;/p&gt;
&lt;p&gt;&lt;a class="btn btn-primary" href="https://github.com/JustinVerstijnen/BulkCreateADDSUser"&gt;&lt;i class="fa-brands fa-github"&gt;&lt;/i&gt; Download script from GitHub&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>