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.
Hi all, I am trying to create a BIOS policy using PowerTool and UCSPE with this script:Start-UcsTransaction$newbiospolicy = Add-UcsBiosPolicy -Org $orgs[1] -Name NewBiosPolicy2 -Descr "New powershell test 2" -RebootOnUpdate false$newbiospolicy | Set-...