With this guide I will show you how you can get an weekly email with last week deployment status.

1. Download OSDsummery.ps1 and save it to C:\Scripts

2. Change the following lines in the script:
– Line 4: Add your SCCM server
– Line 5: Add you SCCM DB
– Line 8: Add the name of your task sequence
– Line 13: Add your email address
– Line 14: Add the from email address
– Line 15: Add your email server

3. Create a service account for a scheduled task

4. Open “scheduled task” and create a task

image

image

image

image
Program/Script: “C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe”
Add argunebts (optional): “C:\Scripts\OSDsummery.ps1”

image

image

image

You will now get an email every week with OSD summery

image

twitterlinkedin

By Claus