#anticmagazine #retrocomputing #vintagecomputing #actionlanguage #atari8bit
@inverseatascii This really looks the part. Thank you!
https://invidious.einfachzocken.eu/watch?v=ew6tO4V1lzM
I've gotten as far as getting my dev environment set up. Next will be running your demo as shown in the video. I guess this one? https://github.com/Ripjetski6502/A8ActionLibrary/blob/main/atari/APPDEMO.ACT
Demo program written using my Action! language library for the Atari 8 bit computer.
I have a recurring #BigFix fixlet that is reapplied 1/day if the last #gpupdate was more than 24 hours ago. This helps mitigate off-site devices that may only have brief VPN connections. Failures help identify devices having issues.
BigFix #RelevanceLanguage: `( ( maximum of (time generated of it) of records whose (source of it contains "SceCli") of application event log < now - 24*hour ) OR ( not exists ( records whose (source of it contains "SceCli") of application event log ) ) )`
Note: If you do not have #DirectAccess or a similar solution, I would advise adding a relevance phrase to make sure the endpoint has a secure connection to a #DomainController... perhaps by IP range or subnet.
BigFix #ActionLanguage: `waithidden gpupdate /force`