Forum Discussion
Deleted
Aug 12, 2019Creating a pool and hosts via Powershell
I'm working on a script to try and create a new pool, a number of hosts, grant permissions to them and then join the hosts to the pool. This all looks fairly doable but the only bit that looks a litt...
- Aug 13, 2019
Deleted : Have you taken a look at the GitHub ARM template we have that helps you create VMs then register them to a host pool? You should be able to extract/re-use a lot of the PowerShell/PowerShell DSC logic from it if the tool doesn't match your needs.
Christian_Montoya
Microsoft
Aug 13, 2019Deleted : Have you taken a look at the GitHub ARM template we have that helps you create VMs then register them to a host pool? You should be able to extract/re-use a lot of the PowerShell/PowerShell DSC logic from it if the tool doesn't match your needs.
Deleted
Aug 14, 2019This looks helpful, thanks.