u/FyreBird321

How is Tech Support Job Situation in Adelaide?

Hello! I am a foreign student. I have recently graduated with a BSc. in CS from my home country. I am hoping to pursue a Masters' in IT (Cybersecurity) in Adelaide.

I'd like to know the current tech support job situation in Adelaide. Are they taking part time roles? Also are there any certs or projects that would help me with getting a job?

reddit.com
u/FyreBird321 — 1 day ago

GPO Won't Update on my AD Home Lab's Workstation

I have configured (on VirtualBox):

  1. A Windows Server 2019 as Domain Controller
  2. A Windows 10 VM as a Workstation

From my DC, I have configured a GPO (One single policy):
1.

Computer Configuration > Policies > Windows Settings > Security Settings > Advanced Audit Policy Configuration > Audit Policies > Detailed Tracking-> Audit Process Creation -> Checked both Success and Failure

2.

Computer Configuration > Policies > Administrative Templates > System > Audit Process Creation -> Include command line in process creation events. -> Enabled

I have further configured (To ensure legacy audit policy does not override advanced audit policies):

 Computer Configuration → Policies → Windows Settings → Security Settings
→ Local Policies → Security Options --> Audit: Force audit policy subcategory settings (Windows Vista or later) to override audit policy category settings -> Define this policy setting --> Enabled

Finally, to ensure that, Fast Boot is not messing foreground synchronous GPO processing of my workstation, I configured Default Domain Policy:

Computer Configuration > Policies > Administrative Templates > System > Logon -> Always wait for the network at computer startup and logon -> Enabled

But when I run this from workstation:
gpupdate /force

and then:
auditpol /get /subcategory:"Process Creation"

I get this:
No Audit

However,
gpresult /r /scope computer
shows that the custom policy is downloaded

I have already combed through google and AI chatbots for this, but found no solution. I'd appreciate any guidance regarding this.

reddit.com
u/FyreBird321 — 1 day ago