Hi @D.R. Monroe ,
Welcome to Microsoft Q&A! Thanks for posting the question.
I understand that you are converting "System Center Orchestrator's runbook" to "Azure Automation Graphical type runbook" using the "System Center Orchestrator Migrator Toolkit". Based on the error as mentioned in question:
The first warning in the screenshot above is reported for "Monitor Date/Time" activity () in Orchestrator runbook. Azure Automation does not support monitor runbooks, so any monitor activities in the integration pack is not converted. Instead, a placeholder cmdlet is created in the integration module for the monitor activity. This cmdlet does nothing. However, for this runbook to be started at a particular schedule, you will have to link it to Azure Automation schedule after publishing the runbook. Please refer to this link for details on adding schedule to Azure Automation runbook.
The second warning in the screenshot above is for an un-supported activity (for conversion) of type "Check Schedule" (). You will have to remove that activity from the Orchestrator runbook (and add similar logic using PowerShell cmdlet), else the conversion won't go through.
Please let me know if you have any questions.
---
Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.