So a coworker just installed the new version of the UCS cmdlets and he didn't have the issue. I did some digging and it seems PowerGUI caches the help XML files in a path like "C:\Users\%user%\AppData\Local\Quest Software\PowerGUI\Commands\2.4.0.0". In here I saw previous version for my DataONTAP cmdlets and UCS cmdlets so I figured it might be a conflict but that wasn't the face. I opened the XML file inside CiscoUCSPS_x86__en-US_1.1.0.0.xml.gz and all it had was:
1<?xml version="1.0" encoding="utf-8" ?>
2- <configuration>
3- <container name="Command Info" id="c1de67e0-10ef-469b-9eee-42fb5563c082">
4- <items>
5- <container name="Console Version" id="7b082250-5a98-48f5-8a3f-6ab5f1e4d90e">
6 <value>2.4</value>
7 </container>
8 </items>
9 </container>
10 </configuration>
Obviously we are missing something in here. I replaced this with the working file from my coworker's computer and PowerGUI loaded and recognized the UCS cmdlets. Hope this helps any one else that might have the issue after upgrading the cmdlets.