Troubleshooting Azure Virtual Desktop session host networking
I spent weeks and developed a Test-AzWvdRDBrokerLatency cmdlet to perform troubleshooting similar to psping from SysInternal.
I spent weeks and developed a Test-AzWvdRDBrokerLatency cmdlet to perform troubleshooting similar to psping from SysInternal.
When your Azure Application Gateway Platform-as-a-Service (PaaS) has an issue and you need to reboot the AzApplicationGateway. I made a cmdlet instead.
When your Azure Firewall Platform-as-a-Service (PaaS) has an issue and you wish to reboot the AzFirewall. This is how to I did it with PowerShell.
Have you encounter Azure Application Gateway listener stopped listening? How do you resolve such issue if no change in configuration had been made recently?
Do you need Azure Kubernetes Service (AKS) to orchestrate your containers? This is how I use Terraform to quickly deploy it in code from my macOS terminal.
Have you deployed Azure resources using Terraform where you need to share the tfstate with the rest of the organization? Get an Azure storage account for it.
Discussing on how you can obtain Terraform in your working environment and briefly demonstrates on how to deploy resources with Terraform configuration files.
Sharing my way of creating a password-based ServicePrincipal in Azure using CLI to quickly carry on scripting and testing in the current terminal session eas...
Need PowerShell to manage VMware vSphere in a Photon OS container hosted in vSphere Integrated Containers platform? Find out how you can do this.
Finding a way to install PowerShell on Intel’s Clear Linux container? Learn how to install PowerShell into Clear Linux with multi-stage builds Dockerfile.
Do you want to introduce PowerShell into your Oracle Linux container? Find out how you can install PowerShell into your Oracle Linux from here for Oracle DBAs.
Need PowerShell in your Amazon Linux 2 container in Amazon Web Services (AWS)? Learn how you can install PowerShell into your Amazon Linux container today.
Learn how to have PowerShell as part of the arsenal of tools in BlackArch Linux container for BlackArch or SecOps folks out there with this walkthrough.
Demonstrating on installing PowerShell into Arch Linux (Arch GNU/Linux) container using Dockerfile and DockerCLI with Docker for Arch Linux fans out there.
Introducing PowerShell in Parrot (Parrot Security, ParrotOS, Parrot GNU/Linux) container using Dockerfile and DockerCLI with Docker for security enthusiasts.
A walkthrough guide on getting PowerShell Core 6 in Kali Linux container with Dockerfile and DockerCLI for Docker containerization enthusiasts.
A guide on installing PowerShell in Kali Linux for Security enthusiasts and how you simplify the installation using Microsoft public package repository.
A guide on enabling Windows Subsystem for Linux (WSL) and get Kali distro instance for Windows 10 or Server using command line for Security enthusiasts.
A guide on enabling Windows Subsystem for Linux (WSL) and get linux distros like Debian distro instance for Windows 10 or Server using command line.
A guide on removing Ubuntu 16.04 and installing Ubuntu 18.04 to your Windows using command lines without performing in-place upgrade of the distro release.
How to create a Kubernetes Cluster in Azure? This is a quick walk-through on creating a Kubernetes cluster in Azure using PowerShell or Azure CLI.
How to create container from a private container image repository in Azure? A walk-through on docking your Angular on nanoserver container in Azure.
If you are having trouble installing Ruby 2.4 on Ubuntu 18.04 in Windows Subsystem for Linux, this is what you need to do on Ubuntu 18.04
How to obtain a private container image repository in Azure? A walk-through on being a ship captain calling to dock at a port in Azure with full of containers.
A guide on enabling Windows Subsystem for Linux (WSL) and get linux distros like SLES distro instance for Windows 10 or Server using command line.
A guide on enabling Windows Subsystem for Linux (WSL) and get linux distros like openSUSE distro instance for Windows 10 or Server using command line.
A guide on enabling Windows Subsystem for Linux (WSL) and get linux distros like Ubuntu distro instance for Windows 10 or Server using command line.
One more year of being a Microsoft Most Valuable Professional (MVP) 2018-2019. Thank you, everyone. Oorah.
What happen when there are too many cherries blooming on a Git repository branch? Demonstrating how to pick those riped cherries from a Pull Request.
Having issue establishing secure communication? Are you still configured with SSL 3.0 and TLS 1.0? This is how to configure TLS 1.2 on PowerShell.
Branches growing everywhere? Sharing my digital horticultural experience on how you can grow and prune those branches in a Git repository.
Are you frustrated with version control? Explore Git with this guide or cheat sheet and try working with Git repository for the first time.
A guide on working with Ruby and Jekyll on Windows 10 using Windows Subsystem for Linux to generate static web before publishing to GitHub Pages.
A guide on how to convert plain text String to SecureString and reverse the encrypted SecureString back to the original plain text String in PowerShell.
A guide on choosing a Jekyll theme from a wide variety of GitHub Pages themes using just the shell with Ruby and my trusty keyboard.
My first attempt on getting a static blog site to blog in Markdown/HTML language with my trusty keyboard and follow this Getting Started with Jekyll on GitHu...