Remove author gresham-smith
article thumbnail

Powershell: Disable Windows Media Center

Mick's IT Blog

If you are needing to disable Windows Media Center in Windows 7 by command line, here is a script that will do just that.

Media 100
article thumbnail

Powershell: Adding a User to the Local Administrators Group with Verification

Mick's IT Blog

There were already scripts out there to do this function, but I wrote this one for our SCCM build so that there is a verification in the build process that one of the accounts we add to the local admin group is actually there.

Groups 122
article thumbnail

Powershell: Dell Client System Update for the SCCM & MDT Build

Mick's IT Blog

I have written the script below that will install the DCSU, run it with a specific policy XML file you create, and then comes back and uninstalls it. Trim() if(($_ -ne "Description")-and($_ -ne "")){ $AppName = $_ } } If ($AppName -eq $null) { return } Write-Host "Uninstalling"$AppName"."

Dell 100