Skip to content

ITtelligence

Intelligence everywhere

Tag: PowerShell

.NET, PowershellLeave a comment

How to Send Styled HTML Email from PowerShell Using a .NET DLL

May 12, 2019April 9, 2026 Shaun Vermaak

How to call a .NET email DLL from PowerShell to send styled HTML emails with logo and background images, producing consistent results across Outlook and Gmail. Continue reading How to Send Styled HTML Email from PowerShell Using a .NET DLL

Active Directory, PowershellLeave a comment

How to Audit Computers with PowerShell and WMI

March 8, 2019April 9, 2026 Shaun Vermaak

A PowerShell script that audits Windows computers using WMI classes, saves results as JSON files, and enables easy deserialization for reporting. Continue reading How to Audit Computers with PowerShell and WMI

Active Directory, SecurityLeave a comment

How to Export LAPS Passwords to KeePass

February 26, 2019April 9, 2026 Shaun Vermaak

A PowerShell script that exports Local Administrator Password Solution (LAPS) passwords from Active Directory to KeePass-compatible XML for offline access. Continue reading How to Export LAPS Passwords to KeePass

Powershell, WindowsLeave a comment

How to Automatically Log Off Users on a Schedule

December 28, 2018April 9, 2026 Shaun Vermaak

A Windows service built with Topshelf that triggers WTSLogoffSession API calls on a configurable schedule to automatically log off users at specified times. Continue reading How to Automatically Log Off Users on a Schedule

Operations, WindowsLeave a comment

How to Store Virtual Drives on Cloud Storage

October 10, 2018April 9, 2026 Shaun Vermaak

How to use Windows Storage Spaces with multiple small VHDX files on Dropbox to overcome the 500k file limit while leveraging delta sync for efficient cloud storage. Continue reading How to Store Virtual Drives on Cloud Storage

PowershellLeave a comment

How to Archive File Shares with PowerShell

September 7, 2018April 9, 2026 Shaun Vermaak

A PowerShell function using Robocopy to automatically archive files from a file server based on age, with permission preservation and read-only archive drive mapping. Continue reading How to Archive File Shares with PowerShell

Active Directory, PowershellLeave a comment

How to Implement Active Directory Shadow Groups

July 12, 2018April 9, 2026 Shaun Vermaak

A tool that automatically syncs Active Directory group membership with organizational unit contents, enabling OU-based permission assignment similar to NDS containers. Continue reading How to Implement Active Directory Shadow Groups

Awesome Utilities, PowershellLeave a comment

FSMainFolder – Files Server Structure Automation Tool

June 21, 2018April 9, 2026 Shaun Vermaak

FSMainFolder is a tool for creating file server folder structures in a controlled and standardized way, with automated Active Directory group creation and permission assignment. Continue reading FSMainFolder – Files Server Structure Automation Tool

PowershellLeave a comment

Updating Excel Links in Thousands of Files

April 1, 2018April 9, 2026 Shaun Vermaak

A PowerShell solution for bulk-replacing UNC cross-links in thousands of XLSX files by treating them as ZIP archives and performing text replacement on their internal XML. Continue reading Updating Excel Links in Thousands of Files

Active Directory, Powershell, SecurityLeave a comment

Windows Firewall as Code

February 13, 2018April 9, 2026 Shaun Vermaak

A PowerShell-based approach to managing Windows Firewall rules as code, using conditions and Group Policy to dynamically apply firewall rules across servers and workstations. Continue reading Windows Firewall as Code

Powered by WordPress.com.
Loading Comments...