Comments for Thomas Maurer https://www.thomasmaurer.ch/ Cloud and Datacenter Blog focusing on Microsoft Azure Tue, 28 Nov 2023 16:12:00 +0000 hourly 1 https://wordpress.org/?v=6.4.1 Comment on How to Prepare and Pass a Microsoft Azure Exam by Saurav Banerjee https://www.thomasmaurer.ch/2019/09/how-to-prepare-and-pass-a-microsoft-azure-exam/#comment-903170 Tue, 28 Nov 2023 16:12:00 +0000 https://www.thomasmaurer.ch/?p=12934#comment-903170 Are the links on this post still good enough to prepare for AZ 204 ?

]]>
Comment on AZ-204 Study Guide: Developing Solutions for Microsoft Azure by Rome https://www.thomasmaurer.ch/2020/03/az-204-study-guide-developing-solutions-for-microsoft-azure/#comment-902711 Mon, 27 Nov 2023 01:37:52 +0000 https://www.thomasmaurer.ch/?p=15099#comment-902711 In reply to Matt.

So is this relevant in 2023?

]]>
Comment on Install Windows Terminal on Windows Server 2022 by Joshua McKinnon https://www.thomasmaurer.ch/2021/05/install-windows-terminal-on-windows-server-2022/#comment-902439 Fri, 10 Nov 2023 18:01:21 +0000 https://www.thomasmaurer.ch/?p=21498#comment-902439 In reply to Robert Alexander.

Thanks for making this guide. And also thanks to Robert Alexander for adding the extra detail about Microsoft.UI.Xaml, as I got stuck when trying to install the latest version and this solved it for me!

]]>
Comment on Install Windows Terminal on Windows Server 2022 by Robert Alexander https://www.thomasmaurer.ch/2021/05/install-windows-terminal-on-windows-server-2022/#comment-902308 Thu, 02 Nov 2023 19:13:36 +0000 https://www.thomasmaurer.ch/?p=21498#comment-902308 For regular people that aren’t developers… as this will take a fair amount of head scratching for you as written, but you need 3 items:

****NOTE: Powershell commands are marked with “*” at the beginning of the line, the * is not actually part of the command!

#1: “C++ Runtime framework packages for Desktop Bridge”, reference: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/cpp/libraries/c-runtime-packages-desktop-bridge
You may want to check that link for updates and substitute the URL for the latest one. This version is current as of 11/2/2023.
* Invoke-WebRequest -Uri https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx -outfile Microsoft.VCLibs.x64.14.00.Desktop.appx # downloads the file
* Add-AppxPackage Microsoft.VCLibs.x64.14.00.Desktop.appx # installs it

#2: Microsoft.UI.Xaml
Go to https://www.nuget.org/packages/Microsoft.UI.Xaml/
Look for a link that says “Download Package (##.## MB)”, download it.
Rename the file to .zip
Extract the .appx file from tools\AppX\x64\Release (in this case it’s “Microsoft.UI.Xaml.2.8.appx”).
Step to install the version downloaded above after extraction, modify for updates:
* Add-AppxPackage Microsoft.UI.Xaml.2.8.appx

#3: The terminal package from https://github.com/microsoft/terminal/releases?WT.mc_id=modinfra-26926-thmaure
Find the version you want there, I went with “latest”. Go into that (clicking the green box that says “latest” next to the version takes you there). Scroll down to the downloads section and right-click copy the link to the msixbundle. Doing this will eliminate reliance on hard-links to specific versions.
* Invoke-WebRequest -Uri https://github.com/microsoft/terminal/releases/download/v1.18.2822.0/Microsoft.WindowsTerminal_1.18.2822.0_8wekyb3d8bbwe.msixbundle -outfile Microsoft.WindowsTerminal_1.18.2822.0_8wekyb3d8bbwe.msixbundle
# Note: -outfile parameter is the downloaded file’s name, just remove the part from the URL up to last “/”, so only the filename is left.
* Add-AppxPackage Microsoft.WindowsTerminal_1.18.2822.0_8wekyb3d8bbwe.msixbundle

This should work like a champ with little-to-no head scratching.

]]>
Comment on Which Windows Server 2019 Installation Option should I choose? by Sjoerd https://www.thomasmaurer.ch/2019/03/which-windows-server-2019-installation-option-should-i-choose/#comment-902036 Fri, 20 Oct 2023 08:32:30 +0000 https://www.thomasmaurer.ch/?p=9824#comment-902036 Hi Thomas,

We have a read only DMZ domain controller running on Windows server 2012 R2.
We need to upgrade the server to Windows server 2019 Datacenter.
The problem is that we don’t know to to do that.
We have mounted a disk in vmware and now we just need to know the command to start the instalation.
Can you help us?

Kind regards,

Sjoerd

]]>
Comment on Set up a single-node AKS cluster on Windows Server on-premises by Jimmy Phelan https://www.thomasmaurer.ch/2022/06/set-up-a-single-node-aks-cluster-on-windows-server-on-premises/#comment-901918 Wed, 11 Oct 2023 14:30:27 +0000 https://www.thomasmaurer.ch/?p=23800#comment-901918 Would you consider trying to run this configuration again with a brand new server 2019 and use the latest WAC? I have had considerable issues getting first the AKS platform installed and then an AKS Cluster to install. All of this seems to revolve around issues in Az.Accounts 2.12.1 or 2.13.1 if you install PS7.

What i have had to do is follow what a lot of people reporting issues with Azure Automation and this same issue. I removed Az.Accounts down to version 2.6.0. Im not sure if that, or a further reboot resolved it all, but once i was there, I could deploy my cluster.

Also, you say here that your host has 32GB of RAM. I ran into issues with only 32GB RAM when i tried to deploy the AKS Cluster via WAC. When it tried to validate the environment, it told me it needed 16GB of RAM free to get any further. With the AKS Control Plane instance consuming 8GB RAM and several tabs open locally on the server, it was difficult to get that free. I ended up sticking more RAM in the PC.

]]>
Comment on My Microsoft Band and Microsoft Health User Review by shiva https://www.thomasmaurer.ch/2015/02/my-microsoft-band-and-microsoft-health-user-review/#comment-901887 Tue, 10 Oct 2023 14:52:26 +0000 http://www.thomasmaurer.ch/?p=7026#comment-901887 No matching prompts found for the selected category.

]]>
Comment on How to Install and Update PowerShell 7 by ky https://www.thomasmaurer.ch/2019/07/how-to-install-and-update-powershell-7/#comment-898896 Wed, 27 Sep 2023 20:27:47 +0000 https://www.thomasmaurer.ch/?p=12481#comment-898896 In reply to Georges.

super late and you may have solved it already, but i just had to say something; you entered it twice — you entered:

iex “& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI”iex “& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI”

you need to enter:

iex “& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI”

]]>
Comment on AZ-104 Study Guide: Azure Administrator by Emmanuel Agubata https://www.thomasmaurer.ch/2020/03/az-104-study-guide-azure-administrator/#comment-895857 Sun, 24 Sep 2023 16:19:29 +0000 https://www.thomasmaurer.ch/?p=14924#comment-895857 Please show me where to download the Microsoft Azure 104 Study Guide that explains everything in a PDF. I saw a file like that before but do not how to find it again.
Thank you.

]]>
Comment on How to Install Ubuntu in a Hyper-V Generation 2 Virtual Machine by Thomas Maurer https://www.thomasmaurer.ch/2018/06/how-to-install-ubuntu-in-a-hyper-v-generation-2-virtual-machine/#comment-895096 Sun, 17 Sep 2023 17:45:55 +0000 https://www.thomasmaurer.ch/?p=9488#comment-895096 In reply to Mohtisham.

thanks!

]]>