<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Powershell on Martijn's Notes</title><link>https://vandenboom.online/es/tags/powershell/</link><description>Recent content in Powershell on Martijn's Notes</description><generator>Hugo</generator><language>es</language><copyright>Copyright © 2016-2026 van den &lt;span class='bold-rotate'&gt;B&lt;/span&gt;oom. All Rights Reserved.</copyright><lastBuildDate>Tue, 14 Apr 2026 19:01:00 +0200</lastBuildDate><atom:link href="https://vandenboom.online/es/tags/powershell/index.xml" rel="self" type="application/rss+xml"/><item><title>Azure DevOps — Part 2: Your First YAML Pipeline</title><link>https://vandenboom.online/es/posts/2026-azure-devops-pipelines-eerste-pipeline/</link><pubDate>Tue, 14 Apr 2026 19:01:00 +0200</pubDate><guid>https://vandenboom.online/es/posts/2026-azure-devops-pipelines-eerste-pipeline/</guid><description><![CDATA[<p>In <a href="../2026-azure-devops-repos-branches-policies-pull-requests/">part 1</a> the <code>azure-pipelines.yml</code> was merged into the <code>main</code> branch via a Pull Request. In this second part we attach that YAML to a pipeline and run it on a Microsoft-hosted Windows agent in the cloud.</p>

<h2 id="the-pipelines-section" data-numberify>The Pipelines section<a class="anchor ms-1" href="#the-pipelines-section"></a></h2>
<p>The Pipelines section in the sidebar contains more items than Repos:</p>
<ul>
<li><strong>Pipelines</strong> — the CI pipelines (build)</li>
<li><strong>Environments</strong> — deployment targets such as acceptance and production</li>
<li><strong>Releases</strong> — the classic visual release pipelines (older system, being replaced by multi-stage YAML)</li>
<li><strong>Library</strong> — variable groups and secure files</li>
<li><strong>Task groups</strong> — reusable task blocks that can be shared across multiple pipelines</li>
<li><strong>Deployment groups</strong> — self-hosted agents grouped per environment</li>
</ul>
<p>On a new project the Pipelines list is empty.</p>]]></description><enclosure url="https://vandenboom.online/posts/2026-azure-devops-pipelines-eerste-pipeline/cover.png" length="110910" type="image/png"/></item><item><title>Windows Server 2022 Home Lab — AD DS, DNS, CA and Secured RDP</title><link>https://vandenboom.online/es/posts/ws2022-home-lab-ad-dns-ca-rdp/</link><pubDate>Thu, 02 Apr 2026 10:00:00 +0200</pubDate><guid>https://vandenboom.online/es/posts/ws2022-home-lab-ad-dns-ca-rdp/</guid><description><![CDATA[<p><a href="WS2022-Lab-Manual-EN.docx" download class="btn btn-outline-primary btn-sm mb-3"><i class="fas fa-download me-1"></i> Download as Word document</a></p>
<p>This article describes the full build of a two-server Windows Server 2022 home lab in Proxmox VE. Together, the two virtual machines provide Active Directory Domain Services, DNS, Group Policy and a Certificate Authority (ADCS). RDP connections are secured with PKI certificates so the Mac Mini M1 management workstation connects without certificate warnings.</p>
<p>This is part 3 of the series on building a Windows DevOps lab in Proxmox. In <a href="/posts/ws2022-proxmox-vm-creation/">part 1</a> I described how to create a VM, and in <a href="/posts/ws2022-proxmox-template-preparation/">part 2</a> how to prepare the template.</p>]]></description></item><item><title>Windows Server 2022 in Proxmox — Template Preparation</title><link>https://vandenboom.online/es/posts/ws2022-proxmox-template-preparation/</link><pubDate>Tue, 31 Mar 2026 10:00:00 +0200</pubDate><guid>https://vandenboom.online/es/posts/ws2022-proxmox-template-preparation/</guid><description><![CDATA[<p><a href="WS2022-in-Proxmox-Template-Preparation-Guide-EN.docx" download class="btn btn-outline-primary btn-sm mb-3"><i class="fas fa-download me-1"></i> Download as Word document</a></p>
<p>This is part 2 of the series on building a Windows DevOps lab in Proxmox. In <a href="/posts/ws2022-proxmox-vm-creation/">part 1</a> I described how to create the VM. In this article I prepare the VM as a reusable Proxmox template. All future VMs — the CA server, member servers and other roles — will be cloned from this template.</p>
<blockquote>
<p><strong>Important:</strong> After Sysprep, <strong>never</strong> start the VM again. If you do, the generalization is consumed and the template must be rebuilt from scratch.</p>]]></description></item></channel></rss>