Azure Arc enables you to manage and govern your servers, Kubernetes clusters, and applications across on-premises, multi-cloud, and edge environments. However, sometimes you might encounter uns…Read more
Month: January 2025
Microsoft Windows 2003 Resource Kit – Run any exe as a service
Microsoft Windows 2003 Resource Kit can be download from web.archive.org here (version that was in 2020 year). If you are looking for software that allows you to run any exe as service – check …Read more
Windows and SSH
It was a some time ago, when native SSH server has been announced by Microsoft not third party. I mention it here: https://rzetelnekursy.pl/ssh-demon-for-windows-jak-zainstalowac-demona-ssh-na-…Read more
All Windows Services connected with Azure ARC
To display all Windows Services connected with Azure ARC you can execute: Get-WmiObject win32_service | Where-Object {$_.PathName -like “*AzureConnectedMachineAgent*”} | Select-Obje…Read more
How to Deploy Application Functions to Existing Resources in Azure – Step by Step
Introduction Deploying application functions to existing resources in Azure can seem daunting, but with the right guidance, you can achieve this efficiently. This guide will walk you through eac…Read more