AD Stopping A script and Adding a Value to A User's Account Attribute
- 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…