You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# UCS PowerTool Script that set UCS equipment name and label to match service profile
# @davidstamen
# http://davidstamen.com
#Define Variables
$cred = Get-Credential
$domains = "ucs01.lab.local","ucs02.lab.local"
#Cycles through each UCS setting values
#This script is currently setup to be applied to Rack Units. To have this work for blades, change the Get-UCSRackUnit and Set-UCSRackunit to be Get-UCSBlade and Set-UCSBlade.