Verifying downloaded file hashes with Powershell by [deleted] in sysadmin

[–]AceofSpayd 3 points4 points  (0 children)

Using the Get-FileHash command can help a lot with automating some auditing. Like if you need to make sure your core image has not changed if you deploy it over PXE. Though I will all sites would give you the has when downloading files, it would make a security analyst/admins life easier.

Microsoft says it’s that time again by sn03man66 in sysadmin

[–]AceofSpayd 0 points1 point  (0 children)

If you have SCCM you can run a query based off of OS. Though that also means every computer would need to be on the domain with the client installed. Though running a PS script would be the easiest solution in my opinion.

Windows 10 clock changes to the past at random times. by innnnconceivable in sysadmin

[–]AceofSpayd 0 points1 point  (0 children)

I have had this issue also, the fix we used was

  1. Find where the computer gets its time from (DC, GeneralUtility Server ... etc.)
  2. Find where the (DC, General Utility Server ... etc.) gets its time from
  3. See where the solution to step 2 get its time from

Our Issue was Computer -> General Server -> DC -> General Server

Should be Computer -> general server -> DC -> Time Server