how can i use power shell commands on a web page and they run on the same server
for example user can input a local user account name and in the in the web page ,
in the back on the local server this command executed:
Get-LocalUser -Name "AdminContoso02"
and the output result should display in the web page for the user:
Name Enabled Description
---- ------- -----------
AdminContoso02 True Description of this account.