Find-ADObject
I have always found the default search in Active Directory Users and Computers to be very bad because it is not supporting wildcards. Especially if you don't know exactly the…
PowerShell is an open-source cli and scripting language created by Microsoft
I have always found the default search in Active Directory Users and Computers to be very bad because it is not supporting wildcards. Especially if you don't know exactly the…
Even if Home-Assistant primarily is a home-automation platform, it can have many other use cases.One is to use Home-Assistant to monitor servers and other IT stuff in the house, it…
Why the script If you regularly manages DHCP servers with PowerShell you might find it irritating that almost all cmdlets in the DHCP Server PowerShell Module (DHCPServer) require the input…
Windows Task Scheduler can be a very useful tool to run your PowerShell scripts on boot, login, on a schedule or other events. This is a step-by-step tutorial on how…