Tag: Powershell
How to determine if a server is virtual or physical
get Computer Uptime
Backup PKI (Active Directory Certificate Authorities)
Add OU users to a group (and skip when the user is already member)
I wanted to add all the users from an OU direct in a group but the problem was that the group had already members.I needed to control wether the user was already member of the group.That is my implementation.
Continue reading “Add OU users to a group (and skip when the user is already member)”
Bulk disable AD users
Get DNS configuration from computer
Hardening Powershell security
How to measure a script’s run time
NTP status and settings in AD
After my previous post i came up with the idea to make a script that checks the whole AD for NTP Status and settings.