Mdt-8-1-Powershell
-
Powershell script to set speaker volume
On a recent MDT project the client requested to finish all builds with volume set at 30%. Being committed to doing everything in Powershell, I jumped on the book of knowledge looking for some inspiration. As luck would have it, I found this response from knuckle-dragger that performed the complete task perfectly for me. Below is the PowerShell script that meets my clients ’need’… Function Set-Speaker($Volume){ $wshShell = new-object -com wscript.