is there a way to automate?

Matt 101 Reputation points
2022-04-28T13:57:23.29+00:00
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,414 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,580 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,741 Reputation points
    2022-05-03T07:25:08.907+00:00

    Hi there,

    You can try the Task Scheduler which might come in handy for your requirements.. The Task Scheduler service allows you to perform automated tasks on a chosen computer. With this service, you can schedule any program to run at a convenient time for you or when a specific event occurs.

    About the Task Scheduler https://learn.microsoft.com/en-us/windows/win32/taskschd/about-the-task-scheduler

    Task Scheduler for developers https://learn.microsoft.com/en-us/windows/win32/taskschd/task-scheduler-start-page

    Here is also a PowerShell script which is worth looking into https://learn.microsoft.com/en-us/answers/questions/232821/anyone-can-help-to-turn-dynamic-dns-server-records.html

    ------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer–


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.