I am new to PowerShell and have a problem that I think PowerShell can solve for me, but I do not know how to start.
What I want is to use PowerShell to do exactly what the <--#include file src=””> does.
The ”include file” does not work in SharePoint and I want to re-use some HTML-code in multiple sites to save time.
In other words: I want PowerShell to read a file and print the output to a webpage. Dows anyone have a tips for me how I can do this?