
Craig Whetton
Comments
-
We have a copy of the script set to export to our own desktop. This is at the start of the script. There are probably better ways of doing this. $folder = 'logins' Write-Host "" $Path = "$env:userp...
-
The best way I can think of doing this is having a login script GPO, that runs a PowerShell script. This PowerShell script checks the current user against the members of the local admins and then i...
-
This works. It's probably not the best way of doing this. $user = "$env:USERNAME"; $group = "Administrators"; $groupObj =[ADSI]"WinNT://./$group,group" $membersObj = @($groupObj.psbase.Invoke("Mem...
-
$env:username if using PowerShell
-
Apologies for not replying sooner. I didn't get any emails to say that there was a response. I will put something together and send it off.
-
Same issue in version 16.3.0.0. This is quite the annoyance.
-
Thanks so much for this!
-
My apologies for not doing this sooner, but I should probably explain the backstory/context to this. We are a secondary school in the UK, and iTALC is classroom monitoring software. When I talk abo...
-
My apologies, it seems that the trigger was removed. When I first noticed the issue the other day, the trigger was still there. If the issue persists, I'll email support.
-
Thanks for the reply. Went down the route of doing a daily trigger for each time.