Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export Dashboard Pages #172

Open
mattmcnabb opened this issue Nov 30, 2017 · 3 comments
Open

Export Dashboard Pages #172

mattmcnabb opened this issue Nov 30, 2017 · 3 comments

Comments

@mattmcnabb
Copy link

I think it would be great if we could export our dashboard pages as PDF or HTML documents, or even just images. This would be a great lightweight reporting tool.

@adamdriscoll
Copy link
Owner

Are you looking for a cmdlet to do this? Or is functionality in the UI enough? It's tricky from the command line since hte browser does all the rendering but I'm sure I could figure something out.

@mattmcnabb
Copy link
Author

mattmcnabb commented Nov 30, 2017

Well, I was thinking about the same question and didn't have a solid answer yet. I think it would be nice to support an export button in a dashboard page, but it could also be really useful to have an export option in script. This could act as a lightweight reporting toolkit.

I think maybe usage would be something like:

$Dashboard = New-UDDashboard -Content {...}
Export-UDDashboard -Dashboard $Dashboard -Format html

Alternatively, maybe it could be supported by piping from Get-UDDashboard to get around the rendering issue:

Start-UDDashboard $Dashboard
Get-UDDashboard | Export-UDDashboard -format html

@Cambridgeport90
Copy link

Cambridgeport90 commented Nov 30, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants