Celebrating 10 Years as a Microsoft MVP!

Back from my vacation, I am thrilled to share that I have been awarded the Microsoft Most Valuable Professional (MVP) award for the 10th consecutive year. In addition to being recognized as an expert within Teams, I am have also been recognized as an expert with Microsoft Copilot. This means a lot to me.  Being an MVP has been an incredibly rewarding journey, both personally and professionally. It has provided me with countless opportunities to grow, learn, and connect with like-minded professionals who share a passion for technology and innovation.  The award is not just a title; it's a testament to the hard work, dedication, and contributions to the tech community. It's a privilege to be part of such an esteemed group of individuals who share the same love for technology, and sharing their knowledge about it.  As I reflect on the past decade, I am thankful for the experiences and knowledge I've gained. This recognition motivates me to continue sharing my expertise, mentor

Note to self: Merging files before CUCM upgrade

I ran into an issue when upgrading (patching) a CUCM 7.1.2 tonight, and I couldn't see any readme files on cisco.com explaining the problem. However, I came across a blog post mentioning something similar.

When you download patches from cisco.com, they might be big and split into two or more files.
One way to merge them is using the "copy /B" in a dos prompt.

Example: When you have downloaded the two files "UCSInstall_UCOS_X.X.X.XXXXX-XX.sgn.iso_part1of2" and "UCSInstall_UCOS_X.X.X.XXXXX-XX.sgn.iso_part2of2", simply merge them by typing: "Copy /B UCSInstall_UCOS_X.X.X.XXXXX-XX.sgn.iso_part1of2+UCSInstall_UCOS_X.X.X.XXXXX-XX.sgn.iso_part2of2 UCSInstall_UCOS_X.X.X.XXXXX-XX.sgn.iso

The process will take a few minutes, and should complete with "one files copied" (You need to be in the folder where these files are located).

Once this is done, you put the merged file in a folder which you can connect to from the CUCM.
(Tip: I use xlite as a ftp server for this purpose :)