Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
The attached ZIP file contains two demo scripts for adding or removing a bare metal server build with Cisco UCS. The script requires several other scripts to complete the function. The scripts are also on this community page. They are:Create a sec...
This script allows a bulk load of VLANs via a CSV file into a single or multiple UCS domains. The ZIP file contains a sample file. Script can run interactively or silently via command line parameters.v0.1.01 - Initial versionv0.1.02 - Updated to va...
UCS has a strange problem where you can end up in a state where unassociated blades can be powered on and there is not way in the GUI to power them off. So they just sit there wasting power. the only way to power them down is a associate them with ...
This script will configure all the parameters in UCS required to integrate it with Active Directory for Authentication with various roles. This integration requires no schema extensions and relies of Security Groups mapped to users in AD. The scrip...
This script quickly creates a UCS Platform Emulator Instance on your Hyper-V host machine.You must first download the UCSPE from communities.cisco.com/ucsm, extract the files and convert the four VMDKs to VHDs. I use StarWin V2V Image Converter but ...
It does in that it reports to the display success or failure of each backup as seen below in this snip of the script: Try { $DontShow = Backup-Ucs -PreservePooledValues -Type $UCSbackupType -Ucs $UcsName -PathPattern $BackupFile -ErrorAction...
It wouldn't be difficult to change the script to output to a CSV file rather than Excel directly. I wouldn't see a need to write a second script to process the data. The only thing you loose with having the data collected and then opened in Excel.....
Mark, It seems that this object is not receiving it's value. This is a system object that is automatically provided a value with the directory location of the script. The only time I've not seen this filled in is if I've copied some contents in...
Thanks much! It's been super helpful to me. I just uploaded the ZIP file that contains the script to also include a sample. That should make it easy to figure out the format. let me now if you have any questions!