PowershellFunctions
1.4.0
PowerShell utilities for configuring Windows systems, managing environments, customizing time and date settings, and automating administrative tasks.
Installation Options
Owners
Copyright
(c) Peter Burbery. Some rights reserved.
Package Details
Author(s)
- Peter Cullen Burbery
Tags
windows powershell timezone utilities environment automation
Functions
Get-IanaTimeZone Get-IsoWeekDate Get-IsoOrdinalDate Restart-FileExplorer Get-PowerShellVersionDetails Add-ToPath Remove-FromPath Get-FileSize Get-FileSizeHumanReadable Bring-BackTheRightClickMenu Use-Windows11RightClickMenu Add-DefenderExclusion Get-PowershellPath
Dependencies
This module has no dependencies.
Release Notes
Version 1.4.0: Added Get-PowershellPath to display the PATH environment variable in a zero-padded, indexed table. Uses Format-Table for clear formatting and supports inspection of system path entries.
Version 1.3.0: Added Add-DefenderExclusion to exclude folders from Microsoft Defender. Automatically excludes the parent folder if a file is specified. Requires administrator privileges.
Version 1.2.0: Fixed Add-ToPath and Remove-FromPath to correctly resolve relative paths (e.g., ".") using Resolve-Path. Improves reliability when modifying system PATH from any location.
Version 1.1.0: Added Bring-BackTheRightClickMenu and Use-Windows11RightClickMenu to toggle classic and default context menus in Windows 11. Improved tagging and documentation.
Initial release: includes time zone resolution, ISO week and ordinal date formatting, File Explorer restart, and PowerShell version capability detection.
FileList
- PowershellFunctions.nuspec
- PowershellFunctions.psd1
- PowershellFunctions.psm1