Archive

Category: Technology

  • AI on your own terms: a deep dive into Foundry Local

    We’ve grown accustomed to the idea that AI lives in the cloud; you send a prompt to a server, and you get an answer back.But what if you could bring that power to your own machine? I mostly talk about the shift toward modern architectures.Today, we’re diving into a tool that embodies that shift: Microsoft…

    Continue →

  • How to Configure Portainer CE with Entra ID for OAuth Authentication

    Portainer CE by default doesnt support Entra ID (formerly Azure AD) for SSO.Mostly because it’s for non-commercial use, but I actually have a private Microsoft 365 tenant for myself, so I wanted to use Entra ID Authentication for that. With this guide, I will tell you how you can use custom oAuth to configure Entra…

    Continue →

  • How AI can finally drive the chip industry to new heights

    While everyone talks about what AI can do, less attention is given to how AI drives (much needed) innovation in the chip industry. For years there was a well known monopoly in the PC industry, AMD and Intel ruled over the PC landscape.There simply was no better alternative, and there was no incentive for chip…

    Continue →

  • Automating Windows Server Environment Inventory with PowerShell

    As IT administrators managing complex Windows Server environments, we are often tasked with keeping track of various server configurations, services, roles, and other essential aspects of our infrastructure. Manual tracking and documentation can be time-consuming and error-prone, which is why automating the inventory process is an excellent solution. In this blog post, we’ll introduce a…

    Continue →

  • Azure Bicep vs. Terraform: Comparing the Two Infrastructure as Code Tools

    Infrastructure as Code (IaC) is becoming increasingly popular in today’s cloud computing landscape. It allows organizations to define and manage cloud resources in a declarative way, automating the process of resource deployment and configuration. Two popular IaC tools for Azure are Azure Bicep and Terraform. While they share some similarities, they also have several key…

    Continue →

  • High level step-by-step guide building an Azure Virtual Desktop environment using Azure Bicep

    Azure Virtual Desktop is a cloud-based virtual desktop infrastructure (VDI) service that enables users to access their Windows desktops and applications from anywhere. Azure Virtual Desktop is an excellent solution for enterprises that want to provide their employees with secure and reliable remote access to their desktops and applications. In this blog post, we will…

    Continue →

  • Why use Infrastructure as Code solutions like Azure Bicep or Terraform

    When it comes to deploying infrastructure in the cloud, there are many tools available to choose from. Two popular choices are Azure Bicep and Terraform. Both of these tools are infrastructure as code (IaC) solutions, meaning that they allow you to define your cloud infrastructure in a declarative language and then deploy that infrastructure using…

    Continue →

  • Universal Cloud Print Preview

    I love it, but do customers too? I love how this solution is this easy to implement, and how this brings the ease of a modern workspace with a fitting printing solution on the user end.The experience to the user is simply amazing, and I think is took some real effort on Microsoft’s end.So, they…

    Continue →

  • Windows 10X: more reliable but may slow certain things down.

    As you may know, Windows Core OS is the core operating system for many future variants of Windows.One of those is Windows 10X, the operating system that would become the primary operating system of Dual Screen devices initially. Microsoft has recently announced that because of the Novel Coronavirus outbreak, plans to release Windows 10X for…

    Continue →

  • A script to list all members and owners per Team

    This script will list all members and owners per team.When you add -savedcred:$true it will save a credential file locally, which will give you automated access using that same account to your tenant.It won’t save your credential plane text, it will use credential vault, which should be perfectly secure.When using MFA on that service-account, make…

    Continue →