Vue lecture

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.

Alternatives to RBAC application impersonation in Exchange Online

Microsoft will retire the Role-Based Access Control (RBAC) application impersonation role in Exchange Online in May 2024. Applications widely use this role in Exchange Online as it enables them to impersonate users in the tenant to perform actions on behalf of the users. You must migrate all your applications from using this role to other options. This article will explore Microsoft's reasoning behind this move and the current alternatives.

Migrate VMware VMs to Proxmox with the new import wizard

With all the changes in VMware’s offerings, sysadmins and businesses are looking for alternatives to reduce expenditure or have more control over their infrastructure. Proxmox is a free enterprise-ready alternative to VMware ESXi with optional commercial hypervisor and backup support. Many organizations have refrained from migrating from VMware to Proxmox due to the high costs associated with migration. The new Proxmox import wizard simplifies the migration process.

New features in Podman 5.0

In a previous post, I covered Podman Desktop, an alternative to Docker Desktop. Today, I will look into Podman 5.0, the latest iteration of Red Hat's free open-source container engine. The new release brings significant enhancements, including revamped container engine code for Windows and macOS, native Apple Hypervisor support, and streamlined image building for Podman farms. Let's explore the new Podman 5.0 features and improvements.

New mitigations for CVE-2023-24932 (BlackLotus) in the April update, not yet enabled by default

The remediation of CVE-2023-24932, discovered in May 2023, is taking longer than Microsoft's initial timeline. This flaw allows attackers to bypass Secure Boot and disable security features like BitLocker. The April 2024 update introduces a new fix that admins should thoroughly test because it has significant ramifications and will be automatically activated in October.

How to enable Azure App Service Automatic Scaling

Azure App Service Automatic Scaling is a new feature that intelligently manages the number of instances of a web application. It analyzes real-time HTTP traffic and scales out (adds instances) or scales in (removes instances) to match demand. The most significant advantage of Automatic Scaling is that it simplifies web application management, offering a less complex approach than services like Azure Virtual Machine Scale Sets (VMSS) or Azure Kubernetes Service (AKS), which often require detailed rule definitions.

Deploy GitHub Pages with custom GitHub Actions workflows

GitHub Actions workflows for GitHub Pages just became generally available. GitHub Pages is a service that lets you host static websites on GitHub directly from your repositories. GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform provided by GitHub that allows users to automate their build, test, and deployment pipelines. This article takes you through using custom workflows to deploy static websites to GitHub Pages with GitHub Actions workflows.

Using Power Automate with the PowerApps V2 Trigger

PowerApps is a low-code platform from Microsoft that enables businesses and individuals to quickly build custom applications for web and mobile, connecting to various data sources without extensive coding experience. I'm new to PowerApps and initially relied on guides on the internet to build my first app. The app was simple: collect user input and send it to Power Automate for processing. However, online guides can sometimes be outdated, and I ran into trouble with a deprecated Power Automate trigger called 'Ask in PowerApps.' The recommended solution is to use the newer PowerApps V2 trigger; this guide will show you how.

Improve Windows performance with Microsoft PC Manager

Microsoft PC Manager is a new Microsoft tool that helps improve Windows performance with features such as disk cleanup and startup program management. Additionally, it integrates with Microsoft Defender to provide security insights, ensuring that users have a comprehensive tool for both system optimization and protection.

Encrypt and decrypt with Ansible Vault

Ansible Vault allows you to encrypt sensitive data such as passwords, keys, and other secrets rather than storing them as plaintext in your playbooks or roles. In this tutorial, I will explain how to use Ansible Vault to encrypt and decrypt data during playbook runtime.

Using Power Automate to automate email sending

Microsoft Outlook has long allowed you to process incoming and outgoing emails using rules. You will no doubt be familiar with them. They allow you to move emails to different subfolders, set categories, auto-cc additional people, or automatically delete emails. I have recently stopped using Outlook rules and have started using Power Automate instead. Although working with emails directly is limited in Power Automate, the platform allows for expansion beyond traditional rule sets by integrating with other Office applications and third-party services.

iVentoy: PXE server for Windows 11 deployment

iVentory allows for easy Windows 11 deployment using a PXE server. The solution includes a DHCP server, provides image management, including automation through answer files, and can be managed via a web console. It's free for private and 49 USD per server for commercial use.
❌