Scripts
-
WinGet – Install-upgrade Apps Automatically
Windows Package Manager Microsoft released their Windows Package Manager aka Winget for developers, application packager, application vendors to manage their…
Read More » -
Download/Install App – PowerShell
The easiest way to download and install any application from internet is using this script which i created. 1- Create…
Read More » -
Remove Azure Runbooks – PS Script
Remove all runbooks with specific names from specific Automation Acct from Azure I was recently being tasked to create a…
Read More » -
Task Scheduler – PowerShell – Clean Drive
Create Task Scheduler and Clean drive using PowerShell Script 1- Prepare your PS Script, and save it # PowerShell Script…
Read More » -
Get SCCM Software Update Status
function Get-SCCMSoftwareUpdateStatus { <# .Synopsis This will output the device status for the Software Update Deployments within SCCM. For updated…
Read More » -
Find Specific Software – PS Script
Sometime you want to find a specific software installed on Remote or local machine by PS Script. Below Powershell Command…
Read More » -
Copy Logs
This is my new script which wrote to copy logs to a shared location. We recently started to upgrade user…
Read More » -
PowerShell Pop-Up – SCCM App
i was looking to add Pop-Up message to users to close any running SQL Mgmt when deploying “SQL Server Management…
Read More » -
Disable Dual Scan
I recently was working on an issue where device gets its software updates from Microsoft (windows update) which i didn’t…
Read More » -
Uninstall Java Older Versions
I have been struggling to remove all older version of Java JDK/JRE from bulk machines, i tried using uninstall string…
Read More »