Web forms using PowerShell

Ask questions about creating Graphical User Interfaces (GUI) in PowerShell and using WinForms controls.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 7 years and 3 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
Ravi Lobo
Posts: 38
Last visit: Wed Oct 10, 2018 6:29 am

Web forms using PowerShell

Post by Ravi Lobo »

Is there a framework or tool to create web forms using PowerShell?

For e.g. Python has Django.

I want to avoid learning a new language if possible. we have already invested a lot in PowerShell.
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Web forms using PowerShell

Post by jvierra »

There is not tool I know of to create websites with PowerShell. You can generate HTML and use the "WebAdminstration" module but no tools for creating web sites.

PowerShell is not an application development tool. It is an administrative scripting tool.
This topic is 7 years and 3 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked