Power Shell
-
SCCM Primary Site Missing Boundaries – Alert
Use this script to create a task schedule to alert when there is new boundaries discovered in SCCM Primary site.…
Read More » -
Capture Screen PS Script
Use this script to capture screenshot of remote machine desktop if needed $Path = "C:\ScreenCapture" # Make sure that the…
Read More » -
sccm client boundary group validation
Use this script to find remote machines sccm client has associate to any boundary group $dpservers = Get-Content "C:\test\dpservers.txt" foreach($dp…
Read More » -
Get Pending Reboot – remote machine
Use following scripts to find status of remote machine pending reboot Function Get-PendingRebootStatus { [CmdletBinding()] Param ( [Parameter( Mandatory =…
Read More » -
Send Email – PS Script
We can use powershell script to send email to anyone or any Distribution list which will contains group of users.…
Read More » -
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 » -
Manage Azure WVD Hostpools – Cmdlets PS
If you have deployed Azure WIndows Virtual Desktop to your azure environment and not using any managment tools to manage…
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 » -
ConvertTo-MvmcVirtualHardDisk vmware to HypverV Error
Converting VMware vmdk disks to Hyper–V vhdx using Microsoft Virtual Machine Converter 3.0 PowerShell module (ConvertTo-MvmcVirtualHardDisk) fails with error: ConvertTo-MvmcVirtualHardDisk : The entry 1 is…
Read More »