Zac's Note
  • Home
  • Blog
  • 中文

Zac (3 Posts)

PowerShell Script to Show FSLogix Folder and File Permissions

July 12, 2025 Zac

# PowerShell script to list file and folder owners and permissions recursively for a specified path, excluding SYSTEM, Administrators, and CREATOR OWNER # Prompt for…

Read more →

PowerShell Script to Check FSLogix Container Permissions

June 22, 2025 Zac

# Check-FSLogixPermissions.ps1 # Script to verify permissions for all FSLogix profile folders and their VHD/VHDX files in a parent folder # Handles folder names as…

Read more →

Script to Install Snell Server on Linux

June 4, 2025 Zac

#!/bin/bash # Check package inventory based on available package manager if command -v apt &> /dev/null; then echo "Updating apt package inventory..." sudo apt update…

Read more →

© 2024 Powered by Publii CMS :: Theme ported by the Publii Team