pr_prakash78 

By: | 589 downloads | Last Updated: 5/10/2017 | Latest Version: 1.0

This Module will Fetch Softwares Installed in Remote Server from Remote Registry

By: | 511 downloads | Last Updated: 8/13/2020 | Latest Version: 1.0.2

This will help you in fetching microsoft update details, you must create a Microsoft developer key from https://portal.msrc.microsoft.com/en-us/developer, please use the latest version

By: | 270 downloads | Last Updated: 5/10/2017 | Latest Version: 1.0

This script fetches Live Cricket score updates from CricBuzzAPI

By: | 179 downloads | Last Updated: 10/22/2022 | Latest Version: 1.0.0

Export Pipeline PSobjects to a PDF file, Example Get-Process |Select-Object ProcessName, TotalProcessorTime|Export-ToPDF -ReportTitle 'MY Report Oct 22' -FileName process , More details HTTPS://prakash78blog.wordpress.com

By: | 178 downloads | Last Updated: 9/8/2022 | Latest Version: 1.0.2

PS Commandlet to fetch complete server inventory over WInRM, this will fetch OS, CPU, RAM, DISK, UPTIME, IP,Subnet, GATEWAY and More, 1 Install PowerShell 7.2.6 https://github.com/PowerShell/PowerShell/releases/download/v7.2.6/PowerShell-7.2.6-win-x86.msi 2 Windows Management Framework 4 and above..,visit my blog https://prakash78blog.wordpress.com... More info

By: | 149 downloads | Last Updated: 9/28/2022 | Latest Version: 1.0.0

This Module will help Windows Sys Admins to query for Windows updates on remote servers and get the output exported to a PDF file. Since PDF files are almost immutable, so this can be used for Audit meetings and will help you with security compliance, Please visit my blog https://prakash78blog.wordpress.com/ for more details. You can query for inst... More info

By: | 59 downloads | Last Updated: 12/2/2022 | Latest Version: 0.0.2

This is Powershell version of the Classic SnakeGame ,Please visit my blog https://prakash78blog.wordpress.com for more information.. Command To Run:Start-SnakeGame

By: | 56 downloads | Last Updated: 9/19/2022 | Latest Version: 1.0.0

This Module will help Windows System Admins to install any app that can be called through a command line on remote servers [Please copy your installation files like setup.exe or *.MSI file ]. Once you have copied the required installation files [Setup.exe or Setup.msi] and then you have mention the Remote Process Name like CMD.EXE or MSIXEC.EXE wit... More info

By: | 55 downloads | Last Updated: 9/11/2022 | Latest Version: 1.0.0

This Module is to install an MSI package on multiple remote servers, Just provide remote servers through a parameter or through a pipeline, also MSI file path and Arguments,Please visit my blog https://prakash78blog.wordpress.com for more information.. Example:Install-MSIPackageOnRemoteServer -ComputerName localhost,localhost -MSIFileNameWithPath D... More info

By: | 22 downloads | Last Updated: 7/8/2023 | Latest Version: 1.0.0

This module will fetch SSL Cert from the remote url, Get-SSLCertExpiryDate -URL 'https://github.com/7890'

By: | 20 downloads | Last Updated: 7/22/2023 | Latest Version: 1.0.0

Cross Platform Aged File Handling Module.This will help you to find files by their age in days, you can list files by their write and accesstime, example Get-AgedFilesByLastWriteTime -FileAgeInDays 200 -FilePathToScan c:\temp Get-AgedFilesByLastAccessTime -FileAgeInDays 200 -FilePathToScan c:\temp

By: | 16 downloads | Last Updated: 10/8/2023 | Latest Version: 1.0.0

This Crosplatform (Tested on Ubuntu and Windows with Powershell 7.3.6 and above) Module will help you to send Text Messages with Images less than 20 KB to your Teams Channel with Incoming Webhook confugured. This can be useful when you want to set Server alert to Teams. For more please visit my blog https://prakash78blog.wordpress.com/