Deploying minimal OS for running Powershell scheduled tasks? [closed]

I need your suggestion and guidance in deploying minimal Operating System to run multiple Powershell Scheduled tasks on my OnPremise Hypervisor VMware v6.7

Typically, I am installing these modules

Active Directory
VMware PowerCLI,
Microsoft 365 (Office 365) 
Azure reporting.

Which one should be better for my scenario above?

Docker
Windows Server Core
Windows Server Nano

To deploy in On-Premises installation I'll recommend you a Server Core. Nano is headless and is built with cloud in mind. You can always benefit from an Hypervisor Console access with a Core installation.

I don't really know what Docker deployment do you want to do, but unless you already have a Docker infraestructure in place, it seems like a waste of time and resources only for a traditional VM use case.