Hi Everybody!
I tried to do update through CF Admin first. Then I tried to do it through command line (cfpm).
Neither method worked. I think the update just timed out and so did trying to run the batch command.
I am able to install all of the packages available with the exception of the ajax package. Kinda weird.
The error I got was "ajax package cannot be installed by the server. Please check the server logs and try installing again"
I tried checking coldfusion and windows server logs looking for clues but what I didn't think to do was check the server logs the cfusion folder.
This message stands out:
An error has occurred while installing the package ajax. Exception : Script folder C:\ColdFusion2021\cfusion\wwwroot\dev_scripts\scripts not found. Ajax package has been downloaded at C:/ColdFusion2021/bundles/ajax-2021.0.02.328618.zip. If you have created a mapping of cf_scripts folder, you can copy the contents of the downloaded zip into CF_SCRIPTS/scrips/ajax folder
What I discovered was that my Default ScriptSrc Directory under server settings in CF admin was wrong. The dev_scripts folder doesn't exist at all. Must've been set up by someone before me. I changed it to cfscripts/scripts and voila! I was able to install the package
Thank you both for your replies.