AD Stopping a Script and Writing a Value to a User's AD Account PPT Presentation
- by Steven Maxon
‘This will launch the PPT in a GPO
Dim ppt
Set ppt = CreateObject("PowerPoint.Application")
ppt.Visible = True
ppt.Presentations.Open "C:\Scripts\Test.pptx"
‘This is the batch file at the end of the PPT that records the date, time, computer name
and username
echo "Logon Date:%date%,Logon Time:%time%,Computer Name:%computername%,User…