Advanced Search
Search Results
29 total results found
Upload Log Files to Azure Blob Storage via PowerShell
When troubleshooting Windows installations, upgrades, or updates, collecting log files like setupact.log or WindowsUpdate.log is essential. This blog provides a simple PowerShell script to automatically upload these files to Azure Blob Storage, making it easie...
Troubleshooting Intune for macOS management
This guide outlines key troubleshooting methods for managing macOS devices with Microsoft Intune. It covers common issues related to local group management, configuration profiles, compliance, and app deployment. Use these steps to identify, diagnose, and reso...
Community Tools (List)
brewpkg brewpkg is a macOS app that lets you easily create installer packages. You drag & drop your app, choose options (install location, code signing, template, format like DMG/ZIP), and it builds a ready-to-install .pkg or .dmg for distribution. ugurkocde/b...
Account Protection Local Group Membership Automation with Azure Function
This solution enables targeted, temporary local admin access on Windows devices managed through Intune. It uses an Azure Function (PowerShell) to dynamically create per-device account protection policies and group assignments based on a user-device pair. The d...
Proxmox VM Creation using Terraform and Gitlab Pipelines
Overview This documentation describes how to build and manage virtual machines (VMs) on a Proxmox Virtual Environment (PVE) cluster using Terraform and GitLab CI/CD pipelines. The goal is to provide a reusable, cloud-agnostic, and environment-independent appro...
LNC Apps AzFunctionsPerformance
Azure Functions Performance is a benchmarking and comparison tool designed to help developers analyze, compare, and visualize performance characteristics of Azure Functions across multiple runtimes (such as .NET, Node.js, Python, PowerShell, and Java). The too...
Exchange Contacts Mirroring & Global Distribution Automation
Summary This automation synchronizes contacts between licensed user mailboxes and a shared mailbox folder named All Contacts using Microsoft Graph app-only authentication. It provides: One centrally maintained contact set. Automatic distribution back to users...
Intune Device BitLocker & LAPS Reporting using Microsoft Graph
Overview This automation produces a consolidated report for Windows devices in Intune. It combines device compliance information with BitLocker recovery key metadata and Local Administrator Password Solution (LAPS) rotation data. The output is a PowerShell obj...
All you need to know about SSH for Ubuntu
A practical guide to setting up, securing, and getting the most out of SSH on Ubuntu. Setup Install OpenSSH and open the firewall: sudo apt update && sudo apt install openssh-server -y sudo systemctl enable --now ssh sudo ufw allow ssh Verify it's running wit...
New Page
Secure and Centralized Secret Handling with mTLS in Azure-Certificate-Secret-Proxy
This project is a community-built reference implementation for secure secret delivery to managed endpoints (Windows, macOS, Linux) using mutual TLS (mTLS). GitHub repository: https://github.com/lucanoahcaprez/Azure-Certificate-Secret-Proxy TL;DR This solution ...