View and change BIOS settings on remote Dell computers using PowerShell
I have quite a few Dell machines on the domain that I want to start up automatically in the event of a power outage. Automatic switching on after a power…
PowerShell is an open-source cli and scripting language created by Microsoft
I have quite a few Dell machines on the domain that I want to start up automatically in the event of a power outage. Automatic switching on after a power…
I have been adding a lot of Qobuz releases to the MusizBrainz database the last week, but because of missing user-scripts (no API) it has been a little more time-consuming…
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…