I’m trying to load a dashboard in IIS and have other pages available like the test dashboard (poshud) . But after setting the main dashboard.ps1 file to the below code the IIS server fails to start.
I tried it with the -Content{} switch on the Start-UDDashboard command as well and the IIS server still failed to start. After looking back at the Documentation it seems that the -Wait and -Dashboard switch is required for hosting in IIS. Is it currently possible to have pages when hosting with IIS?
But I still do not see the pop-out icon (Three White Bars) for page navigation next to the title. Is that part of the New-UDPageHeader function that is built in the poshud example dashboard.ps1 file?
Update: I figured it out… I had one of my pages -Icon switches set to font awesome icon that wasn’t being recognized. Is there a list of the Icons available within the cmdlet anywhere??