2

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
Dave M
  • 4,514
  • 22
  • 31
  • 30
Senior Systems Engineer
  • 1,275
  • 2
  • 33
  • 62

1 Answers1

1

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.

Bluekat
  • 136
  • 5