I'm in the process of building a PowerShell script which is making heavy use of ConvertTo-HTML to serve as the basis for a web-based reporting tool.
However, I've hit a brick wall with regard to how variables may be appended.
The script sometimes breaks out into a loop when multiple databases need to be interrogated. For the first database, the HTML is built for the result set as a variable with the last script action being "ConvertTo-HTML xxxxxx | Output-String".
For the second and subsequent databases, I simply want to append the output to the existing variable.
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
I can see exactly how I need to go about this now.
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
I can see exactly how I need to go about this now.