tpcarman / As-Built-Report

A collection of PowerShell scripts to generate as built reports on the configuration of datacentre infrastucture in Text, XML, HTML & MS Word formats.
MIT License
88 stars 28 forks source link

Cisco UCS style sheet does not apply #58

Closed jhall12 closed 5 years ago

jhall12 commented 5 years ago

Cisco UCS script is still using the old way to call the Style sheet on lines 27-30 this in turns makes the Style fail to apply and does not create the Table of Contents

Current If custom style not set, use Cisco style if (!$StyleName) { .\Styles\Cisco.ps1 }

Solution If custom style not set, use Cisco style if (!$StyleName) { & "$PSScriptRoot....\Styles\Cisco.ps1" }

tpcarman commented 5 years ago

New Cisco UCS as built report now available here