OMG.PSUtilities
1.0.13
A PowerShell module providing reusable utility functions for file, text, Azure, reporting, environment operations and many utility functions to simplify common tasks in PowerShell scripting.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2025 Lakshmanachari Panuganti. All rights reserved.
Package Details
Author(s)
- Lakshmanachari Panuganti
Tags
Utility PowerShell Functions ActiveDirectory Azure ADO Excel Reporting Email Environment Automation Network FileSystem
Functions
ConvertTo-PSUExcelFile Find-PSUFilesContainingText Get-PSUAzToken Get-PSUConnectedWifiInfo Get-PSUInstalledSoftware Get-PSUUserSession New-PSUHTMLReport Remove-PSUUserSession Send-PSUHTMLReport Send-PSUTeamsMessage Set-PSUUserEnvironmentVariable Test-PSUAzConnection Test-PSUInternetConnection Uninstall-PSUInstalledSoftware
Dependencies
-
- ImportExcel (= 7.8.9)
Release Notes
- Added new utility functions: Get-PSUUserSession, Get-PSUInstalledSoftware, Get-PSUConnectedWifiInfo, Remove-PSUUserSession.
- Enhanced Get-PSUConnectedWifiInfo to include PrivateIPv4Address and PublicIPAddress.
- Improved README.md and CHANGELOG.md to accurately reflect only the functions available in the Public folder.
- Added and documented Remove-PSUUserSession for logging off user sessions.
- Improved comment-based help and parameter documentation for all new functions.
- Updated emojis and descriptions for all functions in README and CHANGELOG.
FileList
- OMG.PSUtilities.nuspec
- Public\Find-PSUFilesContainingText.ps1
- Public\Get-PSUConnectedWifiInfo.ps1
- Public\Get-PSUUserSession.ps1
- Public\Remove-PSUUserSession.ps1
- Public\Send-PSUTeamsMessage.ps1
- Public\Test-PSUAzConnection.ps1
- Public\Test-PSUInternetConnection.ps1
- Public\Uninstall-PSUInstalledSoftware.ps1
- build2.ps1
- LICENSE
- OMG.PSUtilities.psd1
- plasterManifest.xml
- Private\Invoke-PSUBuild.ps1
- Public\Get-PSUAzToken.ps1
- Public\Get-PSUInstalledSoftware.ps1
- Public\New-PSUHTMLReport.ps1
- Public\Send-PSUHTMLReport.ps1
- Public\Set-PSUUserEnvironmentVariable.ps1
- build1.ps1
- CHANGELOG.md
- OMG.PSUtilities.psm1
- README.md
- Public\ConvertTo-PSUExcelFile.ps1