{"id":54335,"date":"2026-07-26T18:36:29","date_gmt":"2026-07-26T21:36:29","guid":{"rendered":"https:\/\/mastertrend.info\/?p=54335"},"modified":"2026-07-26T18:36:29","modified_gmt":"2026-07-26T21:36:29","slug":"powershell-updaten-in-windows","status":"publish","type":"post","link":"https:\/\/mastertrend.info\/nl\/actualizar-powershell-en-windows\/","title":{"rendered":"PowerShell bijwerken op Windows: alle methoden"},"content":{"rendered":"<div class=\"mt-editorial-article\" style=\"max-width: 980px; margin: 0 auto; padding: clamp(18px,3vw,34px); font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif; font-size: 17px; line-height: 1.72; color: #1f2937; background: #ffffff; box-sizing: border-box;\">\n<h2 style=\"margin: 0 0 16px; padding-bottom: 11px; border-bottom: 3px solid #2563eb; font-size: clamp(1.6em,3vw,2.05em); line-height: 1.22; color: #102a43;\">PowerShell bijwerken op Windows: een praktische handleiding en offici\u00eble methoden<\/h2>\n<p style=\"margin: 0 0 18px; font-size: 1.08em; line-height: 1.75; color: #283548;\"><strong>Update PowerShell in Windows<\/strong> Het is belangrijk om onderscheid te maken tussen twee verschillende producten. Windows PowerShell 5.1 maakt deel uit van het besturingssysteem en ontvangt alleen beveiligingsupdates via Windows Update. PowerShell 7 wordt apart ge\u00efnstalleerd en maakt gebruik van een uitvoerbaar bestand. <code style=\"padding: 2px 6px; border-radius: 5px; background: #eef2f7;\">pwsh.exe<\/code> en kan worden bijgewerkt met WinGet, de Microsoft Store, een MSI-pakket, een ZIP-bestand of de .NET Global Tool.<\/p>\n<div class=\"mt-editorial-summary\" style=\"margin: 24px 0 30px; padding: 20px 22px; border: 1px solid #bfd3ee; border-left: 5px solid #2563eb; border-radius: 14px; background: linear-gradient(135deg,#f8fbff 0%,#edf5ff 100%); box-shadow: 0 8px 22px rgba(23,67,125,.08);\">\n<p style=\"margin: 0 0 9px; font-weight: 800; color: #17457d; font-size: 1.03em;\">Snelle reactie<\/p>\n<p style=\"margin: 0 0 10px;\">En <a title=\"RSAT in Windows 11 en de daadwerkelijke impact ervan op IT-beheer\" href=\"https:\/\/mastertrend.info\/nl\/rsat-in-windows-11\/\" target=\"_blank\" rel=\"noopener\" data-wpil-monitor-id=\"34810\">PowerShell 7 is al ge\u00efnstalleerd, open Windows.<\/a> Terminal en uitvoeren:<\/p>\n<pre style=\"margin: 0; padding: 14px 16px; overflow-x: auto; border: 1px solid #cbd8e8; border-radius: 10px; background: #0f172a; color: #e5edf8; font: 14px\/1.55 Consolas,'Courier New',monospace;\"><code>winget upgrade --id Microsoft.PowerShell --exact --source winget<\/code><\/pre>\n<p style=\"margin: 12px 0 0;\">Als het nog niet ge\u00efnstalleerd is, vervang het dan. <code style=\"padding: 2px 6px; border-radius: 5px; background: #e3edf9;\">upgrade<\/code> door <code style=\"padding: 2px 6px; border-radius: 5px; background: #e3edf9;\">installeren<\/code>Voor beheer, toegang op afstand of installatie voor alle gebruikers is het MSI-bestand completer dan het standaard MSIX-pakket.<\/p>\n<\/div>\n<div class=\"mt-editorial-warning\" style=\"margin: 24px 0 30px; padding: 20px 22px; border: 1px solid #f0ca8b; border-left: 5px solid #d97706; border-radius: 14px; background: #fff9ee;\">\n<p style=\"margin: 0 0 8px; font-weight: 800; color: #8a4707;\">Een update lost niet alle fouten op.<\/p>\n<p style=\"margin: 0;\">Als PowerShell traag opstart, vastloopt of foutmeldingen weergeeft, kan de oorzaak ook te maken hebben met het opstartprofiel, een incompatibele module, een bedrijfsbeleid, antivirussoftware, omgevingsvariabelen of beschadigde bestanden. Updaten kan het probleem mogelijk verhelpen, maar het is geen oplossing voor elk probleem.<\/p>\n<\/div>\n<h2 style=\"margin: 38px 0 16px; padding-bottom: 10px; border-bottom: 3px solid #2563eb; font-size: clamp(1.55em,3vw,2em); line-height: 1.25; color: #102a43;\">Windows PowerShell 5.1 en PowerShell 7 zijn niet dezelfde applicatie.<\/h2>\n<div class=\"mt-editorial-table-wrap\" style=\"margin: 22px 0 30px; overflow-x: auto; border: 1px solid #d8e2ee; border-radius: 14px; box-shadow: 0 6px 18px rgba(15,42,67,.06);\">\n<table style=\"width: 100%; min-width: 760px; border-collapse: collapse; background: #ffffff;\">\n<thead>\n<tr>\n<th style=\"padding: 14px 15px; text-align: left; background: #102a43; color: #ffffff;\">Functie<\/th>\n<th style=\"padding: 14px 15px; text-align: left; background: #102a43; color: #ffffff;\">Windows PowerShell 5.1<\/th>\n<th style=\"padding: 14px 15px; text-align: left; background: #102a43; color: #ffffff;\">PowerShell 7<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\"><strong>Uitvoerbaar<\/strong><\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\"><code>powershell.exe<\/code><\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\"><code>pwsh.exe<\/code><\/td>\n<\/tr>\n<tr style=\"background: #f8fafc;\">\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\"><strong>Motor<\/strong><\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\">.NET Framework 4.x<\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\">Moderne en platformonafhankelijke .NET-implementatie<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\"><strong>Update<\/strong><\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\"><a title=\"Windows Beveiliging wil niet openen? 9 effectieve trucs \ud83d\ude80\ud83d\udcbb\" href=\"https:\/\/mastertrend.info\/nl\/windows-beveiliging-kan-niet-worden-geopend\/\" target=\"_blank\" rel=\"noopener\" data-wpil-monitor-id=\"34811\">Windows Update; beveiligingsonderhoud<\/a><\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\">WinGet, Store\/MSIX, MSI, ZIP of .NET<\/td>\n<\/tr>\n<tr style=\"background: #f8fafc;\">\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\"><strong>Gebruikelijke route<\/strong><\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\"><code>C:\\Windows\\System32\\WindowsPowerShell\\v1.0<\/code><\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\"><code>C:\\Program Files\\PowerShell\\7<\/code><\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\"><strong>Staat<\/strong><\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\">Inbegrepen voor compatibiliteit; geen nieuwe functies.<\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\">Ontwikkeling en ondersteuning van activa<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p style=\"margin: 0 0 18px;\">Het installeren van PowerShell 7 vervangt of verwijdert Windows PowerShell 5.1 niet. Beide versies kunnen naast elkaar bestaan \u200b\u200bomdat ze verschillende uitvoerbare bestanden, mappen, profielen en modulepaden gebruiken. Deze scheiding stelt u in staat om oudere tools te behouden die nog steeds nodig zijn. <a title=\"Optionele functies in Windows 11: wanneer moet je ze in- of uitschakelen?\" href=\"https:\/\/mastertrend.info\/nl\/optionele-functies-in-windows-11\/\" target=\"_blank\" rel=\"noopener\" data-wpil-monitor-id=\"34809\">Windows PowerShell tijdens het gebruik van de functies<\/a> moderne versies van PowerShell 7.<\/p>\n<h3 style=\"margin: 30px 0 12px; font-size: 1.3em; line-height: 1.35; color: #17375e;\">Versies die van kracht zijn vanaf juli 2026<\/h3>\n<ul style=\"margin: 18px 0 28px; padding-left: 24px;\">\n<li style=\"margin-bottom: 10px;\"><strong>PowerShell 7.6.4 LTS:<\/strong> De huidige versie en het pakket met langetermijnondersteuning die WinGet standaard aanbiedt.<\/li>\n<li style=\"margin-bottom: 10px;\"><strong>PowerShell 7.5.9 Stabiel:<\/strong> Versie met korte levensduur, ondersteund tot 10 november 2026.<\/li>\n<li style=\"margin-bottom: 10px;\"><strong>PowerShell 7.4.18 LTS:<\/strong> De vorige LTS-versie wordt ook ondersteund tot 10 november 2026.<\/li>\n<li style=\"margin: 0;\"><strong>PowerShell 7.7-voorbeeld:<\/strong> Testbranch zonder productieondersteuning.<\/li>\n<\/ul>\n<div class=\"mt-editorial-note\" style=\"margin: 24px 0 30px; padding: 20px 22px; border: 1px solid #c7d8ed; border-left: 5px solid #2563eb; border-radius: 14px; background: #f3f7fd;\">\n<p style=\"margin: 0 0 8px; font-weight: 800; color: #17457d;\">Stabiel of LTS?<\/p>\n<p style=\"margin: 0;\">De naamgeving kan verwarrend zijn, omdat PowerShell 7.6 LTS nieuwer is dan PowerShell 7.5 Stable. Voor de meeste gebruikers en productieteams is 7.6 LTS de verstandigere keuze vanwege de langere onderhoudscyclus.<\/p>\n<\/div>\n<h2 style=\"margin: 38px 0 16px; padding-bottom: 10px; border-bottom: 3px solid #2563eb; font-size: clamp(1.55em,3vw,2em); line-height: 1.25; color: #102a43;\">Controleer welke versie u hebt ge\u00efnstalleerd.<\/h2>\n<p style=\"margin: 0 0 18px;\">Open de console die je normaal gebruikt en voer het volgende commando uit:<\/p>\n<pre style=\"margin: 18px 0; padding: 15px 17px; overflow-x: auto; border: 1px solid #cbd8e8; border-radius: 10px; background: #0f172a; color: #e5edf8; font: 14px\/1.55 Consolas,'Courier New',monospace;\"><code>$PSVersionTable | Select-Object PSEdition, PSVersion<\/code><\/pre>\n<ul style=\"margin: 18px 0 26px; padding-left: 24px;\">\n<li style=\"margin-bottom: 10px;\"><code style=\"padding: 2px 6px; border-radius: 5px; background: #eef2f7;\">PSEdition Desktop<\/code> en versie 5.1: u bevindt zich in Windows PowerShell.<\/li>\n<li style=\"margin-bottom: 10px;\"><code style=\"padding: 2px 6px; border-radius: 5px; background: #eef2f7;\">PSEdition Core<\/code> en versie 7.x: u gebruikt PowerShell 7.<\/li>\n<li style=\"margin: 0;\">Als je PowerShell 7 hebt ge\u00efnstalleerd maar nog steeds versie 5.1 ziet, heb je waarschijnlijk een probleem opgelost. <code style=\"padding: 2px 6px; border-radius: 5px; background: #eef2f7;\">powershell.exe<\/code> in plaats van <code style=\"padding: 2px 6px; border-radius: 5px; background: #eef2f7;\">pwsh.exe<\/code>.<\/li>\n<\/ul>\n<pre style=\"margin: 18px 0 28px; padding: 15px 17px; overflow-x: auto; border: 1px solid #cbd8e8; border-radius: 10px; background: #0f172a; color: #e5edf8; font: 14px\/1.55 Consolas,'Courier New',monospace;\"><code>where.exe powershell where.exe pwsh<\/code><\/pre>\n<h2 style=\"margin: 38px 0 16px; padding-bottom: 10px; border-bottom: 3px solid #2563eb; font-size: clamp(1.55em,3vw,2em); line-height: 1.25; color: #102a43;\">Welke methode moet worden gebruikt?<\/h2>\n<div class=\"mt-editorial-table-wrap\" style=\"margin: 22px 0 30px; overflow-x: auto; border: 1px solid #d8e2ee; border-radius: 14px; box-shadow: 0 6px 18px rgba(15,42,67,.06);\">\n<table style=\"width: 100%; min-width: 820px; border-collapse: collapse; background: #ffffff;\">\n<thead>\n<tr>\n<th style=\"padding: 14px 15px; text-align: left; background: #102a43; color: #ffffff;\">Methode<\/th>\n<th style=\"padding: 14px 15px; text-align: left; background: #102a43; color: #ffffff;\">Optimaal gebruik<\/th>\n<th style=\"padding: 14px 15px; text-align: left; background: #102a43; color: #ffffff;\">Updates<\/th>\n<th style=\"padding: 14px 15px; text-align: left; background: #102a43; color: #ffffff;\">Beperkingen<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\"><strong>WinGet MSIX<\/strong><\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\">PC persoonlijk<\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\">WinGet o Store<\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\">Per gebruiker; zonder PowerShell-remotebeheer<\/td>\n<\/tr>\n<tr style=\"background: #f8fafc;\">\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\"><strong>WinGet MSI<\/strong><\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\">Administratie en het volledige team<\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\">WinGet of Microsoft Update<\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\">Vereist beheerdersrechten<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\"><strong>MSI van GitHub<\/strong><\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\">Het bedrijf offline halen<\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\">Microsoft Update, indien ingeschakeld<\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\">De juiste architectuur kiezen<\/td>\n<\/tr>\n<tr style=\"background: #f8fafc;\">\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\"><strong>Microsoft Store<\/strong><\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\">Grafische installatie<\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\">Automatisch<\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\">MSIX-beperkingen<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\"><strong>ZIP<\/strong><\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\">Draagbare of meerdere versies<\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\">Handleidingen<\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\">Zonder PATH of automatische toegang<\/td>\n<\/tr>\n<tr style=\"background: #f8fafc;\">\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\"><strong>.NET Global Tool<\/strong><\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\">Ontwikkelaars<\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\">dotnet-tool<\/td>\n<td style=\"padding: 13px 15px; border-top: 1px solid #e2e8f0;\">Vereist .NET SDK<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<h2 style=\"margin: 38px 0 16px; padding-bottom: 10px; border-bottom: 3px solid #2563eb; font-size: clamp(1.55em,3vw,2em); line-height: 1.25; color: #102a43;\"><span id=\"1_Instalar_o_Actualizar_PowerShell_con_comando_Winget\">1. Installeer of update PowerShell met WinGet<\/span><\/h2>\n<p style=\"margin: 0 0 18px;\">Microsoft raadt WinGet aan als de voorkeursmethode voor het installeren van PowerShell op clientcomputers. Je kunt het uitvoeren vanuit Windows Terminal, de opdrachtprompt, Windows PowerShell of PowerShell 7.<\/p>\n<figure class=\"mt-editorial-figure\" style=\"margin: 24px auto; max-width: 740px; padding: 12px; border: 1px solid #d8e2ee; border-radius: 16px; background: #f8fafc; box-shadow: 0 8px 24px rgba(15,42,67,.08);\"><img decoding=\"async\" class=\"aligncenter size-full wp-image-191087\" style=\"display: block; width: 100%; max-width: 600px; height: auto; margin: 0 auto; border-radius: 11px;\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/07\/Como-actualizar-PowerShell-en-Windows-Todos-los-metodos.jpg\" alt=\"De optie &#039;Uitvoeren als beheerder&#039; opent een console in Windows.\" width=\"600\" height=\"520\" title=\"\"><br \/>\n<noscript><img decoding=\"async\" class=\"aligncenter size-full wp-image-191087\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/07\/Como-actualizar-PowerShell-en-Windows-Todos-los-metodos.jpg\" alt=\"De optie &#039;Uitvoeren als beheerder&#039; opent een console in Windows.\" width=\"600\" height=\"520\" style=\"display:block;width:100%;max-width:600px;height:auto;margin:0 auto;border-radius:11px;\" title=\"\"><\/noscript><figcaption style=\"margin-top: 10px; font-size: .9em; line-height: 1.5; color: #607080; text-align: center;\">Open het programma als beheerder wanneer u het MSI-bestand voor de hele computer wilt installeren.<\/figcaption><\/figure>\n<h3 style=\"margin: 29px 0 12px; font-size: 1.3em; line-height: 1.35; color: #17375e;\">Werk de lettertypen bij en zoek het offici\u00eble pakket op.<\/h3>\n<pre style=\"margin: 18px 0; padding: 15px 17px; overflow-x: auto; border: 1px solid #cbd8e8; border-radius: 10px; background: #0f172a; color: #e5edf8; font: 14px\/1.55 Consolas,'Courier New',monospace;\"><code>winget source update winget search --id Microsoft.PowerShell --exact<\/code><\/pre>\n<figure class=\"mt-editorial-figure\" style=\"margin: 24px auto; max-width: 760px; padding: 12px; border: 1px solid #d8e2ee; border-radius: 16px; background: #f8fafc; box-shadow: 0 8px 24px rgba(15,42,67,.08);\"><img decoding=\"async\" class=\"aligncenter size-full wp-image-191696\" style=\"display: block; width: 100%; max-width: 615px; height: auto; margin: 0 auto; border-radius: 11px;\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/07\/1751572269_721_Como-actualizar-PowerShell-en-Windows-Todos-los-metodos.jpg\" alt=\"PowerShell-zoekopdracht uitvoeren met WinGet\" width=\"615\" height=\"347\" title=\"\"><br \/>\n<noscript><img decoding=\"async\" class=\"aligncenter size-full wp-image-191696\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/07\/1751572269_721_Como-actualizar-PowerShell-en-Windows-Todos-los-metodos.jpg\" alt=\"PowerShell-zoekopdracht uitvoeren met WinGet\" width=\"615\" height=\"347\" style=\"display:block;width:100%;max-width:615px;height:auto;margin:0 auto;border-radius:11px;\" title=\"\"><\/noscript><figcaption style=\"margin-top: 10px; font-size: .9em; line-height: 1.5; color: #607080; text-align: center;\">Het filteren op exacte ID voorkomt verwarring tussen het stabiele pakket en het previewpakket.<\/figcaption><\/figure>\n<figure class=\"mt-editorial-figure\" style=\"margin: 24px auto; max-width: 740px; padding: 12px; border: 1px solid #d8e2ee; border-radius: 16px; background: #f8fafc; box-shadow: 0 8px 24px rgba(15,42,67,.08);\"><img decoding=\"async\" class=\"aligncenter size-full wp-image-191694\" style=\"display: block; width: 100%; max-width: 600px; height: auto; margin: 0 auto; border-radius: 11px;\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/07\/1751572269_645_Como-actualizar-PowerShell-en-Windows-Todos-los-metodos.jpg\" alt=\"De Microsoft.PowerShell-identificatiecode die door WinGet wordt weergegeven.\" width=\"600\" height=\"397\" title=\"\"><br \/>\n<noscript><img decoding=\"async\" class=\"aligncenter size-full wp-image-191694\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/07\/1751572269_645_Como-actualizar-PowerShell-en-Windows-Todos-los-metodos.jpg\" alt=\"De Microsoft.PowerShell-identificatiecode die door WinGet wordt weergegeven.\" width=\"600\" height=\"397\" style=\"display:block;width:100%;max-width:600px;height:auto;margin:0 auto;border-radius:11px;\" title=\"\"><\/noscript><figcaption style=\"margin-top: 10px; font-size: .9em; line-height: 1.5; color: #607080; text-align: center;\">De offici\u00eble ID is Microsoft.PowerShell.<\/figcaption><\/figure>\n<h3 style=\"margin: 29px 0 12px; font-size: 1.3em; line-height: 1.35; color: #17375e;\">Eerste installatie<\/h3>\n<p style=\"margin: 0 0 18px;\">Sinds PowerShell 7.6 installeert de standaardopdracht het MSIX-pakket:<\/p>\n<pre style=\"margin: 18px 0; padding: 15px 17px; overflow-x: auto; border: 1px solid #cbd8e8; border-radius: 10px; background: #0f172a; color: #e5edf8; font: 14px\/1.55 Consolas,'Courier New',monospace;\"><code>winget install --id Microsoft.PowerShell --exact --source winget<\/code><\/pre>\n<p style=\"margin: 0 0 18px;\">Om de traditionele MSI te installeren:<\/p>\n<pre style=\"margin: 18px 0; padding: 15px 17px; overflow-x: auto; border: 1px solid #cbd8e8; border-radius: 10px; background: #0f172a; color: #e5edf8; font: 14px\/1.55 Consolas,'Courier New',monospace;\"><code>winget install --id Microsoft.PowerShell --exact --source winget --installer-type wix<\/code><\/pre>\n<h3 style=\"margin: 29px 0 12px; font-size: 1.3em; line-height: 1.35; color: #17375e;\">Een bestaande installatie upgraden<\/h3>\n<pre style=\"margin: 18px 0; padding: 15px 17px; overflow-x: auto; border: 1px solid #cbd8e8; border-radius: 10px; background: #0f172a; color: #e5edf8; font: 14px\/1.55 Consolas,'Courier New',monospace;\"><code>winget upgrade --id Microsoft.PowerShell --exact --source winget<\/code><\/pre>\n<p style=\"margin: 0 0 18px;\">Als je MSI gebruikt en dat type installatie wilt behouden:<\/p>\n<pre style=\"margin: 18px 0; padding: 15px 17px; overflow-x: auto; border: 1px solid #cbd8e8; border-radius: 10px; background: #0f172a; color: #e5edf8; font: 14px\/1.55 Consolas,'Courier New',monospace;\"><code>winget upgrade --id Microsoft.PowerShell --exact --source winget --installer-type wix<\/code><\/pre>\n<figure class=\"mt-editorial-figure\" style=\"margin: 24px auto 30px; max-width: 780px; padding: 12px; border: 1px solid #d8e2ee; border-radius: 16px; background: #f8fafc; box-shadow: 0 8px 24px rgba(15,42,67,.08);\"><img decoding=\"async\" class=\"aligncenter size-full wp-image-191693\" style=\"display: block; width: 100%; max-width: 640px; height: auto; margin: 0 auto; border-radius: 11px;\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/07\/1751572269_382_Como-actualizar-PowerShell-en-Windows-Todos-los-metodos.jpg\" alt=\"PowerShell installeren met WinGet\" width=\"640\" height=\"501\" title=\"\"><br \/>\n<noscript><img decoding=\"async\" class=\"aligncenter size-full wp-image-191693\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/07\/1751572269_382_Como-actualizar-PowerShell-en-Windows-Todos-los-metodos.jpg\" alt=\"PowerShell installeren met WinGet\" width=\"640\" height=\"501\" style=\"display:block;width:100%;max-width:640px;height:auto;margin:0 auto;border-radius:11px;\" title=\"\"><\/noscript><figcaption style=\"margin-top: 10px; font-size: .9em; line-height: 1.5; color: #607080; text-align: center;\">WinGet toont de bron, het gekozen pakket en de voortgang.<\/figcaption><\/figure>\n<div class=\"mt-editorial-warning\" style=\"margin: 24px 0 30px; padding: 20px 22px; border: 1px solid #f0ca8b; border-left: 5px solid #d97706; border-radius: 14px; background: #fff9ee;\">\n<p style=\"margin: 0 0 8px; font-weight: 800; color: #8a4707;\">Controleer het type installatie voordat u het wijzigt.<\/p>\n<p style=\"margin: 0;\">MSIX wordt per gebruiker ge\u00efnstalleerd, terwijl MSI doorgaans voor de hele computer wordt ge\u00efnstalleerd. Controleer dit eerst. <code style=\"padding: 2px 6px; border-radius: 5px; background: #f8e8c9;\">winget list --id Microsoft.PowerShell --exact<\/code> om te voorkomen dat er onnodige parallelle faciliteiten ontstaan.<\/p>\n<\/div>\n<h2 style=\"margin: 38px 0 16px; padding-bottom: 10px; border-bottom: 3px solid #2563eb; font-size: clamp(1.55em,3vw,2em); line-height: 1.25; color: #102a43;\"><span id=\"2_Instalar_o_Actualizar_PowerShell_desde_GitHub\">2. Download en installeer PowerShell vanaf GitHub.<\/span><\/h2>\n<p style=\"margin: 0 0 18px;\">De offici\u00eble repository publiceert ondertekende installatieprogramma's. Deze methode is geschikt wanneer u het installatieprogramma wilt bewaren, offline wilt werken, de architectuur wilt kiezen of het wilt implementeren met tools voor bedrijfsapplicaties.<\/p>\n<ol style=\"margin: 20px 0 28px; padding-left: 24px;\">\n<li style=\"margin: 0 0 12px; padding-left: 5px;\">Open de <a style=\"color: #0b5cab; font-weight: bold; text-decoration: underline;\" href=\"https:\/\/github.com\/PowerShell\/PowerShell\/releases\" target=\"_blank\" rel=\"noopener noreferrer\" data-wpel-link=\"external\" data-schema-attribute=\"mentions\">Offici\u00eble PowerShell-pagina op GitHub<\/a>.<\/li>\n<li style=\"margin: 0 0 12px; padding-left: 5px;\">Download <strong>win-x64.msi<\/strong> voor de meeste pc's of <strong>win-arm64.msi<\/strong> voor Windows op ARM.<\/li>\n<li style=\"margin: 0 0 12px; padding-left: 5px;\">Voor algemeen gebruik kunt u het beste de meest recente versie van de huidige LTS-branch kiezen.<\/li>\n<li style=\"margin: 0; padding-left: 5px;\">Gebruik Preview niet in een productieomgeving.<\/li>\n<\/ol>\n<figure class=\"mt-editorial-figure\" style=\"margin: 24px auto; max-width: 840px; padding: 12px; border: 1px solid #d8e2ee; border-radius: 16px; background: #f8fafc; box-shadow: 0 8px 24px rgba(15,42,67,.08);\"><img decoding=\"async\" class=\"aligncenter size-full wp-image-191692\" style=\"display: block; width: 100%; max-width: 700px; height: auto; margin: 0 auto; border-radius: 11px;\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/07\/1751572269_841_Como-actualizar-PowerShell-en-Windows-Todos-los-metodos.jpg\" alt=\"PowerShell-pakketten gepubliceerd op GitHub\" width=\"700\" height=\"405\" title=\"\"><br \/>\n<noscript><img decoding=\"async\" class=\"aligncenter size-full wp-image-191692\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/07\/1751572269_841_Como-actualizar-PowerShell-en-Windows-Todos-los-metodos.jpg\" alt=\"PowerShell-pakketten gepubliceerd op GitHub\" width=\"700\" height=\"405\" style=\"display:block;width:100%;max-width:700px;height:auto;margin:0 auto;border-radius:11px;\" title=\"\"><\/noscript><figcaption style=\"margin-top: 10px; font-size: .9em; line-height: 1.5; color: #607080; text-align: center;\">Controleer de branch, architectuur en extensie van het pakket.<\/figcaption><\/figure>\n<h3 style=\"margin: 29px 0 12px; font-size: 1.3em; line-height: 1.35; color: #17375e;\">Belangrijke MSI-opties<\/h3>\n<ul style=\"margin: 18px 0 26px; padding-left: 24px;\">\n<li style=\"margin-bottom: 10px;\"><strong>Voeg PowerShell toe aan het pad:<\/strong> hiermee kunt u PowerShell 7 starten met <code>pwsh<\/code>.<\/li>\n<li style=\"margin-bottom: 10px;\"><strong>Schakel updates via Microsoft Update in:<\/strong> Schakel updates in via Windows Update, WSUS of Configuration Manager.<\/li>\n<li style=\"margin-bottom: 10px;\"><strong>Windows-gebeurtenislogmanifest registreren:<\/strong> Registreert PowerShell-gebeurtenissen.<\/li>\n<li style=\"margin-bottom: 10px;\"><strong>Contextmenu:<\/strong> Voegt optionele snelkoppelingen toe aan Verkenner.<\/li>\n<li style=\"margin: 0;\"><strong>PowerShell-remotebeheer inschakelen:<\/strong> Activeer het alleen als je het echt nodig hebt en de instellingen begrijpt.<\/li>\n<\/ul>\n<figure class=\"mt-editorial-figure\" style=\"margin: 24px auto; max-width: 720px; padding: 12px; border: 1px solid #d8e2ee; border-radius: 16px; background: #f8fafc; box-shadow: 0 8px 24px rgba(15,42,67,.08);\"><img decoding=\"async\" class=\"aligncenter size-full wp-image-191689\" style=\"display: block; width: 100%; max-width: 568px; height: auto; margin: 0 auto; border-radius: 11px;\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/07\/1751572269_705_Como-actualizar-PowerShell-en-Windows-Todos-los-metodos.jpg\" alt=\"MSI PowerShell Assistant in Windows\" width=\"568\" height=\"460\" title=\"\"><br \/>\n<noscript><img decoding=\"async\" class=\"aligncenter size-full wp-image-191689\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/07\/1751572269_705_Como-actualizar-PowerShell-en-Windows-Todos-los-metodos.jpg\" alt=\"MSI PowerShell Assistant in Windows\" width=\"568\" height=\"460\" style=\"display:block;width:100%;max-width:568px;height:auto;margin:0 auto;border-radius:11px;\" title=\"\"><\/noscript><figcaption style=\"margin-top: 10px; font-size: .9em; line-height: 1.5; color: #607080; text-align: center;\">Met het MSI-bestand kunt u PATH, Microsoft Update, logboeken en toegang op afstand beheren.<\/figcaption><\/figure>\n<figure class=\"mt-editorial-figure\" style=\"margin: 24px auto 30px; max-width: 660px; padding: 12px; border: 1px solid #d8e2ee; border-radius: 16px; background: #f8fafc; box-shadow: 0 8px 24px rgba(15,42,67,.08);\"><img decoding=\"async\" class=\"aligncenter size-full wp-image-191697\" style=\"display: block; width: 100%; max-width: 500px; height: auto; margin: 0 auto; border-radius: 11px;\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/07\/1751572270_360_Como-actualizar-PowerShell-en-Windows-Todos-los-metodos.jpg\" alt=\"PowerShell-installatie voltooid\" width=\"500\" height=\"399\" title=\"\"><br \/>\n<noscript><img decoding=\"async\" class=\"aligncenter size-full wp-image-191697\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/07\/1751572270_360_Como-actualizar-PowerShell-en-Windows-Todos-los-metodos.jpg\" alt=\"PowerShell-installatie voltooid\" width=\"500\" height=\"399\" style=\"display:block;width:100%;max-width:500px;height:auto;margin:0 auto;border-radius:11px;\" title=\"\"><\/noscript><figcaption style=\"margin-top: 10px; font-size: .9em; line-height: 1.5; color: #607080; text-align: center;\">Open een nieuwe console om PATH opnieuw te laden.<\/figcaption><\/figure>\n<div class=\"mt-editorial-note\" style=\"margin: 24px 0 30px; padding: 20px 22px; border: 1px solid #c7d8ed; border-left: 5px solid #2563eb; border-radius: 14px; background: #f3f7fd;\">\n<p style=\"margin: 0 0 8px; font-weight: 800; color: #17457d;\">PowerShell 7.7 wijzigt de distributie<\/p>\n<p style=\"margin: 0;\">Microsoft geeft aan dat PowerShell 7.7 geen MSI-bestanden meer zal publiceren. WinGet zal MSIX-bestanden installeren. Dit heeft met name gevolgen voor beheerders die afhankelijk zijn van installaties voor alle gebruikers, implementaties op afstand of MSI-implementaties.<\/p>\n<\/div>\n<h2 style=\"margin: 38px 0 16px; padding-bottom: 10px; border-bottom: 3px solid #2563eb; font-size: clamp(1.55em,3vw,2em); line-height: 1.25; color: #102a43;\"><span id=\"3_Actualizar_PowerShell_desde_la_Microsoft_Store\">3. Installeer of update vanuit de Microsoft Store<\/span><\/h2>\n<p style=\"margin: 0 0 18px;\">De Microsoft Store biedt een grafische installatie en automatische updates. Deze is geschikt voor individuele gebruikers die PowerShell lokaal gebruiken.<\/p>\n<ol style=\"margin: 20px 0 28px; padding-left: 24px;\">\n<li style=\"margin: 0 0 12px; padding-left: 5px;\">Open <strong>Microsoft Store<\/strong>.<\/li>\n<li style=\"margin: 0 0 12px; padding-left: 5px;\">Zoekopdracht <strong>PowerShell<\/strong> en controleer of de uitgever Microsoft Corporation is.<\/li>\n<li style=\"margin: 0 0 12px; padding-left: 5px;\">Credit <strong>installeren<\/strong>.<\/li>\n<li style=\"margin: 0; padding-left: 5px;\">Om een \u200b\u200bupdate af te dwingen, open <strong>Bibliotheek<\/strong> en gebruik <strong>Ontvang updates<\/strong>.<\/li>\n<\/ol>\n<figure class=\"mt-editorial-figure\" style=\"margin: 24px auto; max-width: 780px; padding: 12px; border: 1px solid #d8e2ee; border-radius: 16px; background: #f8fafc; box-shadow: 0 8px 24px rgba(15,42,67,.08);\"><img decoding=\"async\" class=\"aligncenter size-full wp-image-191688\" style=\"display: block; width: 100%; max-width: 640px; height: auto; margin: 0 auto; border-radius: 11px;\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/07\/1751572270_459_Como-actualizar-PowerShell-en-Windows-Todos-los-metodos.jpg\" alt=\"Microsoft Store op Windows 11\" width=\"640\" height=\"553\" title=\"\"><br \/>\n<noscript><img decoding=\"async\" class=\"aligncenter size-full wp-image-191688\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/07\/1751572270_459_Como-actualizar-PowerShell-en-Windows-Todos-los-metodos.jpg\" alt=\"Microsoft Store op Windows 11\" width=\"640\" height=\"553\" style=\"display:block;width:100%;max-width:640px;height:auto;margin:0 auto;border-radius:11px;\" title=\"\"><\/noscript><figcaption style=\"margin-top: 10px; font-size: .9em; line-height: 1.5; color: #607080; text-align: center;\">De Microsoft Store beheert de MSIX-installatie en de bijbehorende updates.<\/figcaption><\/figure>\n<figure class=\"mt-editorial-figure\" style=\"margin: 24px auto 30px; max-width: 780px; padding: 12px; border: 1px solid #d8e2ee; border-radius: 16px; background: #f8fafc; box-shadow: 0 8px 24px rgba(15,42,67,.08);\"><img decoding=\"async\" class=\"aligncenter size-full wp-image-191687\" style=\"display: block; width: 100%; max-width: 640px; height: auto; margin: 0 auto; border-radius: 11px;\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/07\/1751572270_185_Como-actualizar-PowerShell-en-Windows-Todos-los-metodos.jpg\" alt=\"PowerShell in de Microsoft Store\" width=\"640\" height=\"504\" title=\"\"><br \/>\n<noscript><img decoding=\"async\" class=\"aligncenter size-full wp-image-191687\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/07\/1751572270_185_Como-actualizar-PowerShell-en-Windows-Todos-los-metodos.jpg\" alt=\"PowerShell in de Microsoft Store\" width=\"640\" height=\"504\" style=\"display:block;width:100%;max-width:640px;height:auto;margin:0 auto;border-radius:11px;\" title=\"\"><\/noscript><figcaption style=\"margin-top: 10px; font-size: .9em; line-height: 1.5; color: #607080; text-align: center;\">Controleer het product en de uitgever voordat u het installeert.<\/figcaption><\/figure>\n<div class=\"mt-editorial-warning\" style=\"margin: 24px 0 30px; padding: 20px 22px; border: 1px solid #f0ca8b; border-left: 5px solid #d97706; border-radius: 14px; background: #fff9ee;\">\n<p style=\"margin: 0 0 8px; font-weight: 800; color: #8a4707;\">Opslag-\/MSIX-beperkingen<\/p>\n<p style=\"margin: 0;\">Het is ge\u00efnstalleerd voor \u00e9\u00e9n gebruiker, ondersteunt geen PowerShell-remotebeheer en beperkt bepaalde schrijfbewerkingen. <code style=\"padding: 2px 6px; border-radius: 5px; background: #f8e8c9;\">$PSHOME<\/code>, inclusief profielen voor alle gebruikers en enkele LocalMachine-bereikinstellingen.<\/p>\n<\/div>\n<h2 style=\"margin: 38px 0 16px; padding-bottom: 10px; border-bottom: 3px solid #2563eb; font-size: clamp(1.55em,3vw,2em); line-height: 1.25; color: #102a43;\">4. Gebruik de draagbare ZIP-verpakking<\/h2>\n<p style=\"margin: 0 0 18px;\">Het ZIP-bestand is handig voor het testen van een versie, het bewaren van meerdere 7.x-branches in aparte mappen, of het uitvoeren van PowerShell zonder een conventionele installatie.<\/p>\n<ol style=\"margin: 20px 0 28px; padding-left: 24px;\">\n<li style=\"margin: 0 0 12px; padding-left: 5px;\">Download het x64- of Arm64-ZIP-bestand van GitHub.<\/li>\n<li style=\"margin: 0 0 12px; padding-left: 5px;\">Ontgrendel het bestand als Windows aangeeft dat het van internet afkomstig is.<\/li>\n<li style=\"margin: 0 0 12px; padding-left: 5px;\">Haal de inhoud eruit.<\/li>\n<li style=\"margin: 0 0 12px; padding-left: 5px;\">Uitvoeren <code>pwsh.exe<\/code> uit de map.<\/li>\n<li style=\"margin: 0; padding-left: 5px;\">Voeg indien nodig handmatig een snelkoppeling of pad toe aan uw PATH-omgevingsvariabele.<\/li>\n<\/ol>\n<div class=\"mt-editorial-note\" style=\"margin: 24px 0 30px; padding: 20px 22px; border: 1px solid #c7d8ed; border-left: 5px solid #2563eb; border-radius: 14px; background: #f3f7fd;\">\n<p style=\"margin: 0 0 8px; font-weight: 800; color: #17457d;\">Het ZIP-bestand wordt niet automatisch bijgewerkt.<\/p>\n<p style=\"margin: 0;\">Je moet elke nieuwe versie downloaden. Het configureert ook geen vereisten, toegang, PATH, Microsoft Update of toegang op afstand.<\/p>\n<\/div>\n<h2 style=\"margin: 38px 0 16px; padding-bottom: 10px; border-bottom: 3px solid #2563eb; font-size: clamp(1.55em,3vw,2em); line-height: 1.25; color: #102a43;\">5. Installeren als een algemeen .NET-hulpprogramma<\/h2>\n<p style=\"margin: 0 0 18px;\">Ontwikkelaarsgerichte methode met behulp van de .NET SDK:<\/p>\n<pre style=\"margin: 18px 0; padding: 15px 17px; overflow-x: auto; border: 1px solid #cbd8e8; border-radius: 10px; background: #0f172a; color: #e5edf8; font: 14px\/1.55 Consolas,'Courier New',monospace;\"><code>dotnet tool install --global PowerShell<\/code><\/pre>\n<p style=\"margin: 0 0 18px;\">Om bij te werken:<\/p>\n<pre style=\"margin: 18px 0 28px; padding: 15px 17px; overflow-x: auto; border: 1px solid #cbd8e8; border-radius: 10px; background: #0f172a; color: #e5edf8; font: 14px\/1.55 Consolas,'Courier New',monospace;\"><code>dotnet tool update --global PowerShell<\/code><\/pre>\n<h2 style=\"margin: 38px 0 16px; padding-bottom: 10px; border-bottom: 3px solid #2563eb; font-size: clamp(1.55em,3vw,2em); line-height: 1.25; color: #102a43;\">Hoe Windows PowerShell 5.1 bij te werken<\/h2>\n<p style=\"margin: 0 0 18px;\">Windows PowerShell 5.1 wordt niet PowerShell 7. Het is een onderdeel van Windows en ontvangt beveiligingsupdates via Windows Update.<\/p>\n<ol style=\"margin: 18px 0 28px; padding-left: 24px;\">\n<li style=\"margin-bottom: 10px;\">Open <strong>Configuratie<\/strong>.<\/li>\n<li style=\"margin-bottom: 10px;\">Binnenkomen <strong>Windows Update<\/strong>.<\/li>\n<li style=\"margin-bottom: 10px;\">Credit <strong>Controleer op updates<\/strong>.<\/li>\n<li style=\"margin: 0;\">Installeer de cumulatieve updates en herstart de computer indien daarom wordt gevraagd.<\/li>\n<\/ol>\n<p style=\"margin: 0 0 18px;\">Zelfs na een Windows-update zal Windows PowerShell nog steeds versie 5.1 weergeven. Om PowerShell 7 te gebruiken, opent u de toepassing. <strong>PowerShell 7<\/strong> of uitvoeren <code style=\"padding: 2px 6px; border-radius: 5px; background: #eef2f7;\">pwsh<\/code>.<\/p>\n<h2 style=\"margin: 38px 0 16px; padding-bottom: 10px; border-bottom: 3px solid #2563eb; font-size: clamp(1.55em,3vw,2em); line-height: 1.25; color: #102a43;\"><span id=\"Usar_ambas_versiones_de_PowerShell5_y_PowerShell7\">Windows PowerShell 5.1 en PowerShell 7 tegelijkertijd gebruiken.<\/span><\/h2>\n<p style=\"margin: 0 0 18px;\">Het naast elkaar bestaan \u200b\u200bis opzettelijk. Windows PowerShell 5.1 is mogelijk nog steeds vereist voor oudere modules, Windows PowerShell ISE of tools gebaseerd op het .NET Framework. PowerShell 7 heeft de voorkeur voor nieuwere scripts en moderne automatisering.<\/p>\n<figure class=\"mt-editorial-figure\" style=\"margin: 24px auto 30px; max-width: 840px; padding: 12px; border: 1px solid #d8e2ee; border-radius: 16px; background: #f8fafc; box-shadow: 0 8px 24px rgba(15,42,67,.08);\"><img decoding=\"async\" class=\"aligncenter size-full wp-image-191703\" style=\"display: block; width: 100%; max-width: 700px; height: auto; margin: 0 auto; border-radius: 11px;\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/07\/1751572270_303_Como-actualizar-PowerShell-en-Windows-Todos-los-metodos.jpg\" alt=\"Windows PowerShell 5.1- en PowerShell 7-profielen in Windows Terminal\" width=\"700\" height=\"403\" title=\"\"><br \/>\n<noscript><img decoding=\"async\" class=\"aligncenter size-full wp-image-191703\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/07\/1751572270_303_Como-actualizar-PowerShell-en-Windows-Todos-los-metodos.jpg\" alt=\"Windows PowerShell 5.1- en PowerShell 7-profielen in Windows Terminal\" width=\"700\" height=\"403\" style=\"display:block;width:100%;max-width:700px;height:auto;margin:0 auto;border-radius:11px;\" title=\"\"><\/noscript><figcaption style=\"margin-top: 10px; font-size: .9em; line-height: 1.5; color: #607080; text-align: center;\">Windows Terminal kan aparte profielen voor beide edities weergeven.<\/figcaption><\/figure>\n<div class=\"mt-editorial-grid\" style=\"display: grid; grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); gap: 16px; margin: 22px 0 30px;\">\n<div style=\"padding: 19px; border: 1px solid #d8e2ee; border-radius: 14px; background: #f8fafc;\">\n<p style=\"margin: 0 0 7px; font-weight: 800; color: #17457d;\">Abrir Windows PowerShell 5.1<\/p>\n<pre style=\"margin: 0; padding: 12px 14px; overflow-x: auto; border-radius: 9px; background: #0f172a; color: #e5edf8; font: 14px\/1.5 Consolas,'Courier New',monospace;\"><code>PowerShell<\/code><\/pre>\n<\/div>\n<div style=\"padding: 19px; border: 1px solid #d8e2ee; border-radius: 14px; background: #f8fafc;\">\n<p style=\"margin: 0 0 7px; font-weight: 800; color: #17457d;\">Abrir PowerShell 7<\/p>\n<pre style=\"margin: 0; padding: 12px 14px; overflow-x: auto; border-radius: 9px; background: #0f172a; color: #e5edf8; font: 14px\/1.5 Consolas,'Courier New',monospace;\"><code>pwsh<\/code><\/pre>\n<\/div>\n<\/div>\n<h2 style=\"margin: 38px 0 16px; padding-bottom: 10px; border-bottom: 3px solid #2563eb; font-size: clamp(1.55em,3vw,2em); line-height: 1.25; color: #102a43;\">Controleer op updates<\/h2>\n<pre style=\"margin: 18px 0; padding: 15px 17px; overflow-x: auto; border: 1px solid #cbd8e8; border-radius: 10px; background: #0f172a; color: #e5edf8; font: 14px\/1.55 Consolas,'Courier New',monospace;\"><code>$PSVersionTable | Select-Object PSEdition, PSVersion, OS<\/code><\/pre>\n<pre style=\"margin: 18px 0; padding: 15px 17px; overflow-x: auto; border: 1px solid #cbd8e8; border-radius: 10px; background: #0f172a; color: #e5edf8; font: 14px\/1.55 Consolas,'Courier New',monospace;\"><code>winget list --id Microsoft.PowerShell --exact<\/code><\/pre>\n<pre style=\"margin: 18px 0 28px; padding: 15px 17px; overflow-x: auto; border: 1px solid #cbd8e8; border-radius: 10px; background: #0f172a; color: #e5edf8; font: 14px\/1.55 Consolas,'Courier New',monospace;\"><code>Get-Command pwsh | Select-Object Name, Source, Version<\/code><\/pre>\n<h2 style=\"margin: 38px 0 16px; padding-bottom: 10px; border-bottom: 3px solid #2563eb; font-size: clamp(1.55em,3vw,2em); line-height: 1.25; color: #102a43;\">Probleemoplossing<\/h2>\n<h3 style=\"margin: 29px 0 12px; font-size: 1.3em; line-height: 1.35; color: #17375e;\">WinGet wordt niet herkend.<\/h3>\n<p style=\"margin: 0 0 18px;\">Update <strong>App-installatieprogramma<\/strong> WinGet is niet standaard verkrijgbaar in de Microsoft Store. Het is niet inbegrepen bij Windows Server 2022 of eerdere versies; Windows Server 2025 bevat het wel als onderdeel van Desktop Experience.<\/p>\n<h3 style=\"margin: 29px 0 12px; font-size: 1.3em; line-height: 1.35; color: #17375e;\">WinGet kan PowerShell niet vinden.<\/h3>\n<pre style=\"margin: 18px 0; padding: 15px 17px; overflow-x: auto; border: 1px solid #cbd8e8; border-radius: 10px; background: #0f172a; color: #e5edf8; font: 14px\/1.55 Consolas,'Courier New',monospace;\"><code>winget source update winget search --id Microsoft.PowerShell --exact --source winget<\/code><\/pre>\n<p style=\"margin: 0 0 18px;\">Als de bron beschadigd blijft, kunt u dit vanuit een beheerdersconsole doen:<\/p>\n<pre style=\"margin: 18px 0 28px; padding: 15px 17px; overflow-x: auto; border: 1px solid #cbd8e8; border-radius: 10px; background: #0f172a; color: #e5edf8; font: 14px\/1.55 Consolas,'Courier New',monospace;\"><code>winget source reset --force winget source update<\/code><\/pre>\n<h3 style=\"margin: 29px 0 12px; font-size: 1.3em; line-height: 1.35; color: #17375e;\">pwsh wordt niet herkend<\/h3>\n<p style=\"margin: 0 0 18px;\">Sluit Windows Terminal en open het opnieuw. Als je het MSI-bestand hebt ge\u00efnstalleerd, probeer dan het volgende:<\/p>\n<pre style=\"margin: 18px 0 28px; padding: 15px 17px; overflow-x: auto; border: 1px solid #cbd8e8; border-radius: 10px; background: #0f172a; color: #e5edf8; font: 14px\/1.55 Consolas,'Courier New',monospace;\"><code>\"C:\\Program Files\\PowerShell\\7\\pwsh.exe\"<\/code><\/pre>\n<h3 style=\"margin: 29px 0 12px; font-size: 1.3em; line-height: 1.35; color: #17375e;\">Het opstarten van PowerShell duurt erg lang.<\/h3>\n<pre style=\"margin: 18px 0; padding: 15px 17px; overflow-x: auto; border: 1px solid #cbd8e8; border-radius: 10px; background: #0f172a; color: #e5edf8; font: 14px\/1.55 Consolas,'Courier New',monospace;\"><code>pwsh -NoProfile<\/code><\/pre>\n<p style=\"margin: 0 0 18px;\">Als het correct opent, controleer dan het bestand dat wordt aangegeven door <code style=\"padding: 2px 6px; border-radius: 5px; background: #eef2f7;\">$PROFIEL<\/code>Maak een kopie voordat u deze wijzigt en controleer de module-importen, netwerktoegang en prompt-aanpassingen.<\/p>\n<h3 style=\"margin: 29px 0 12px; font-size: 1.3em; line-height: 1.35; color: #17375e;\">E\u00e9n module werkt in versie 5.1, maar niet in versie 7.<\/h3>\n<p style=\"margin: 0 0 18px;\">Zoek naar een compatibele versie. Test, indien de module dit toelaat, de compatibiliteitslaag:<\/p>\n<pre style=\"margin: 18px 0 28px; padding: 15px 17px; overflow-x: auto; border: 1px solid #cbd8e8; border-radius: 10px; background: #0f172a; color: #e5edf8; font: 14px\/1.55 Consolas,'Courier New',monospace;\"><code>Import-Module NombreDelModulo -UseWindowsPowerShell<\/code><\/pre>\n<h2 style=\"margin: 38px 0 16px; padding-bottom: 10px; border-bottom: 3px solid #2563eb; font-size: clamp(1.55em,3vw,2em); line-height: 1.25; color: #102a43;\">Veiligheid boven updaten<\/h2>\n<ul style=\"margin: 18px 0 28px; padding-left: 24px;\">\n<li style=\"margin-bottom: 10px;\">Download solo via Microsoft Store, WinGet, Microsoft Learn of PowerShell\/PowerShell en GitHub.<\/li>\n<li style=\"margin-bottom: 10px;\">Gebruik geen portals die het installatieprogramma opnieuw verpakken.<\/li>\n<li style=\"margin-bottom: 10px;\">Kopieer profielen en scripts voordat u van branch of installatietype wisselt.<\/li>\n<li style=\"margin-bottom: 10px;\">Test kritieke scripts voordat u geplande taken migreert vanuit Windows PowerShell 5.1.<\/li>\n<li style=\"margin: 0;\">Schakel externe toegang niet in en verlaag de beveiligingsinstellingen niet voor een basisinstallatie.<\/li>\n<\/ul>\n<h2 style=\"margin: 38px 0 16px; padding-bottom: 10px; border-bottom: 3px solid #2563eb; font-size: clamp(1.55em,3vw,2em); line-height: 1.25; color: #102a43;\">Veelgestelde vragen<\/h2>\n<div class=\"mt-editorial-faq\" style=\"margin: 0 0 16px; padding: 20px 22px; border: 1px solid #d8e2ee; border-radius: 14px; background: #ffffff; box-shadow: 0 5px 16px rgba(15,42,67,.05);\">\n<h3 style=\"margin: 0 0 9px; font-size: 1.18em; line-height: 1.35; color: #17375e;\">\u00bfInstalar PowerShell 7 elimina Windows PowerShell 5.1?<\/h3>\n<p style=\"margin: 0;\">Nee. Ze worden in verschillende mappen ge\u00efnstalleerd en gebruiken verschillende uitvoerbare bestanden.<\/p>\n<\/div>\n<div class=\"mt-editorial-faq\" style=\"margin: 0 0 16px; padding: 20px 22px; border: 1px solid #d8e2ee; border-radius: 14px; background: #ffffff; box-shadow: 0 5px 16px rgba(15,42,67,.05);\">\n<h3 style=\"margin: 0 0 9px; font-size: 1.18em; line-height: 1.35; color: #17375e;\">Welke versie wordt in 2026 aanbevolen?<\/h3>\n<p style=\"margin: 0;\">Voor de meeste gebruikers en productiesystemen is PowerShell 7.6 LTS, altijd in de meest recente onderhoudsrelease, de standaard.<\/p>\n<\/div>\n<div class=\"mt-editorial-faq\" style=\"margin: 0 0 16px; padding: 20px 22px; border: 1px solid #d8e2ee; border-radius: 14px; background: #ffffff; box-shadow: 0 5px 16px rgba(15,42,67,.05);\">\n<h3 style=\"margin: 0 0 9px; font-size: 1.18em; line-height: 1.35; color: #17375e;\">MSI of Microsoft Store?<\/h3>\n<p style=\"margin: 0;\">Store\/MSIX is handig voor persoonlijk gebruik. MSI is meer geschikt voor alle gebruikers, toegang op afstand en geavanceerd beheer.<\/p>\n<\/div>\n<div class=\"mt-editorial-faq\" style=\"margin: 0 0 16px; padding: 20px 22px; border: 1px solid #d8e2ee; border-radius: 14px; background: #ffffff; box-shadow: 0 5px 16px rgba(15,42,67,.05);\">\n<h3 style=\"margin: 0 0 9px; font-size: 1.18em; line-height: 1.35; color: #17375e;\">Wordt PowerShell automatisch bijgewerkt?<\/h3>\n<p style=\"margin: 0;\">Store\/MSIX-bestanden kunnen automatisch worden bijgewerkt. MSI-bestanden kunnen gebruikmaken van Microsoft Update als dit is ingeschakeld. ZIP-bestanden vereisen handmatige updates.<\/p>\n<\/div>\n<div class=\"mt-editorial-faq\" style=\"margin: 0 0 16px; padding: 20px 22px; border: 1px solid #d8e2ee; border-radius: 14px; background: #ffffff; box-shadow: 0 5px 16px rgba(15,42,67,.05);\">\n<h3 style=\"margin: 0 0 9px; font-size: 1.18em; line-height: 1.35; color: #17375e;\">Heb ik beheerdersrechten nodig?<\/h3>\n<p style=\"margin: 0;\">Niet voor alle installaties. MSIX per gebruiker kan zonder beheerdersrechten worden ge\u00efnstalleerd; MSI voor wijzigingen aan apparatuur en systemen vereist dit meestal wel.<\/p>\n<\/div>\n<div class=\"mt-editorial-faq\" style=\"margin: 0 0 28px; padding: 20px 22px; border: 1px solid #d8e2ee; border-radius: 14px; background: #ffffff; box-shadow: 0 5px 16px rgba(15,42,67,.05);\">\n<h3 style=\"margin: 0 0 9px; font-size: 1.18em; line-height: 1.35; color: #17375e;\">Verbetert een update de prestaties?<\/h3>\n<p style=\"margin: 0;\">Het kan oplossingen en beveiliging bieden, maar een trage console vereist ook het controleren van profielen, modules, netwerk en antivirussoftware. <code>pwsh -NoProfile<\/code> om het begin te isoleren.<\/p>\n<\/div>\n<h2 style=\"margin: 38px 0 16px; padding-bottom: 10px; border-bottom: 3px solid #2563eb; font-size: clamp(1.55em,3vw,2em); line-height: 1.25; color: #102a43;\">Conclusie<\/h2>\n<p style=\"margin: 0 0 18px;\">De eenvoudigste manier om <strong>Update PowerShell op Windows<\/strong> Het gaat erom WinGet te gebruiken met de exacte ID. <code style=\"padding: 2px 6px; border-radius: 5px; background: #eef2f7;\">Microsoft.PowerShell<\/code>Voor dagelijks gebruik volstaat MSIX; voor beheer, beheer op afstand of implementatie voor alle gebruikers biedt MSI een completere integratie.<\/p>\n<p style=\"margin: 0 0 24px;\">Windows PowerShell 5.1 blijft ge\u00efnstalleerd en wordt via Windows Update onderhouden. Na de installatie van PowerShell 7 opent u het volgende bestand: <code style=\"padding: 2px 6px; border-radius: 5px; background: #eef2f7;\">pwsh<\/code>, verifi\u00ebren <code style=\"padding: 2px 6px; border-radius: 5px; background: #eef2f7;\">$PSVersionTable<\/code> Test je modules en scripts voordat je belangrijke automatiseringsprocessen migreert.<\/p>\n<div class=\"mt-editorial-sources\" style=\"margin-top: 32px; padding: 20px 22px; border-radius: 14px; background: #102a43; color: #e8f0f8; box-shadow: 0 10px 28px rgba(15,42,67,.18);\">\n<p style=\"margin: 0 0 12px; font-weight: 800; font-size: 1.05em; color: #ffffff;\">Geraadpleegde offici\u00eble bronnen<\/p>\n<ul style=\"margin: 0; padding-left: 22px;\">\n<li style=\"margin-bottom: 8px;\"><a style=\"color: #9fd0ff; text-decoration: underline;\" href=\"https:\/\/learn.microsoft.com\/powershell\/scripting\/install\/install-powershell-on-windows\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn: instalar PowerShell 7 en Windows<\/a><\/li>\n<li style=\"margin-bottom: 8px;\"><a style=\"color: #9fd0ff; text-decoration: underline;\" href=\"https:\/\/learn.microsoft.com\/powershell\/scripting\/install\/powershell-support-lifecycle\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn: Levenscyclus en versies<\/a><\/li>\n<li style=\"margin-bottom: 8px;\"><a style=\"color: #9fd0ff; text-decoration: underline;\" href=\"https:\/\/learn.microsoft.com\/powershell\/scripting\/whats-new\/migrating-from-windows-powershell-51-to-powershell-7\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn: Migreren van 5.1 naar 7<\/a><\/li>\n<li style=\"margin-bottom: 8px;\"><a style=\"color: #9fd0ff; text-decoration: underline;\" href=\"https:\/\/learn.microsoft.com\/powershell\/scripting\/windows-powershell\/update-notification-message\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn: Onderhoud van Windows PowerShell 5.1<\/a><\/li>\n<li style=\"margin-bottom: 8px;\"><a style=\"color: #9fd0ff; text-decoration: underline;\" href=\"https:\/\/learn.microsoft.com\/windows\/package-manager\/winget\/upgrade\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn: winget-upgrade<\/a><\/li>\n<li style=\"margin: 0;\"><a style=\"color: #9fd0ff; text-decoration: underline;\" href=\"https:\/\/github.com\/PowerShell\/PowerShell\/releases\" target=\"_blank\" rel=\"noopener noreferrer\">Offici\u00eble GitHub: versies en pakketten<\/a><\/li>\n<\/ul>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Ontdek de mogelijkheden om PowerShell op Windows bij te werken en kies tussen Winget, GitHub of de Microsoft Store, afhankelijk van uw configuratie.<\/p>","protected":false},"author":1,"featured_media":115112,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ai_generated_summary":"","iawp_total_views":98,"jnews-multi-image_gallery":[],"jnews_single_post":{"format":"standard","override":[{"template":"1","parallax":"1","fullscreen":"1","layout":"right-sidebar","sidebar":"default-sidebar","second_sidebar":"default-sidebar","sticky_sidebar":"1","share_position":"top","share_float_style":"share-monocrhome","show_share_counter":"1","show_view_counter":"1","show_featured":"1","show_post_meta":"1","show_post_author":"1","show_post_author_image":"1","show_post_date":"1","post_date_format":"default","post_date_format_custom":"Y\/m\/d","show_post_category":"1","show_post_reading_time":"1","post_reading_time_wpm":"300","post_calculate_word_method":"str_word_count","zoom_button_out_step":"2","zoom_button_in_step":"3","show_post_tag":"1","show_prev_next_post":"1","show_popup_post":"1","show_comment_section":"1","number_popup_post":"1","show_author_box":"1","show_post_related":"1","show_inline_post_related":"0"}],"image_override":[{"single_post_thumbnail_size":"crop-500","single_post_gallery_size":"crop-500"}],"trending_post_position":"meta","trending_post_label":"Trending","sponsored_post_label":"Sponsored by","disable_ad":"0","subtitle":""},"jnews_primary_category":[],"jnews_social_meta":[],"jnews_review":[],"enable_review":"","type":"percentage","name":"","summary":"","brand":"","sku":"","good":[],"bad":[],"score_override":"","override_value":"","rating":[],"price":[],"jnews_override_counter":{"view_counter_number":"0","share_counter_number":"0","like_counter_number":"0","dislike_counter_number":"0"},"footnotes":""},"categories":[1428],"tags":[1445,1559,1581],"class_list":["post-54335","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-windows","tag-evergreencontent","tag-windows11","tag-windowstips"],"_links":{"self":[{"href":"https:\/\/mastertrend.info\/nl\/wp-json\/wp\/v2\/posts\/54335","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mastertrend.info\/nl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mastertrend.info\/nl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mastertrend.info\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mastertrend.info\/nl\/wp-json\/wp\/v2\/comments?post=54335"}],"version-history":[{"count":0,"href":"https:\/\/mastertrend.info\/nl\/wp-json\/wp\/v2\/posts\/54335\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mastertrend.info\/nl\/wp-json\/wp\/v2\/media\/115112"}],"wp:attachment":[{"href":"https:\/\/mastertrend.info\/nl\/wp-json\/wp\/v2\/media?parent=54335"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mastertrend.info\/nl\/wp-json\/wp\/v2\/categories?post=54335"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mastertrend.info\/nl\/wp-json\/wp\/v2\/tags?post=54335"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}