Hi Priya, You can use Azure CLI or PowerShell cmdlets to control all kinds of tasks on Azure, from Administrative ones to the deployment of resources. If you have something repetitive you should be able to use either of these command styles to create looping scripts that will complete your task for you, however, you will first have to learn the commands, what they do and how to use them correctly. I would recommend reading the following articles for a brief introduction and watching videos from people about the kinds of things you can achieve. https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/powershell https://learn.microsoft.com/en-us/cli/azure/what-is-azure-cli Hope this helps you in some way! Jack
How do I create a custom PowerShell script to automate a repetitive task in Windows Server?
priya sharma
1
Reputation point
Recently, I completed Azure administrator online training, and I have a question. How can I use the knowledge gained from this training to create a custom PowerShell script to automate a repetitive task in Windows Server?