Hi, Everyone! The dev team that wrote the UCSM PowerShell toolkit and SDK built a sample app to show off the .NET integration possible. Its a really nifty little object browser that uses the .NET classes built out for the UCSM data model. We decided it should be posted here to give folks an idea of what's possible with the .NET code, and how to use it. The sample code is all in C#. We'll release some vb.net samples as well over time.
There are two files:
-
CiscoUCSApplication - Compiled.zip is an archive with teh compiled binary from the project. Make sure you extract both files into a directory, then it should just run.
-
UCSApplication - SourceCode.zip is the zip file containing the Visual Studio project directory. Assuming you're using Visual Studio, you can open the entire project once you've extracted it simply by double-clicking the .sln file inside the archive in the first folder.
Give it a try, and ask any questions that you might have. We're excited to see what people can do with it!!
Josh