Hello ppl,
I'm trying to make a script to check the security hardenings that i had applied on my servers in the enterprise.
I'm trying in various ways but don't give me a logic on how I can do this in Ps.
Can someone give me a help?
I need to check several things, check if the disks are without Everyone permissions, I need to check if the paging file is configured according to best practices.. (total value of memory * 1,5).
verified if Windows is activate. Check if the network is marked to use the DNS suffix for the connection, and if it is disabled the option to turn off the network adapter to save power.
I need to export all of this to an HTML or excel, but I'm terrible at organizing output in PowerShell.
can someone give me a help with this?