0492.html 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Remotely Manage Windows Servers with Windows Admin Center</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Windows,WAC,Windows Admin Center,Microsoft,Remote Management,Web Based Utilities,Free,Software,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Remotely Manage Windows Servers with Windows Admin Center">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="06/13/2022 05:58:58 AM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Remotely Manage Windows Servers with Windows Admin Center</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Download Windows Admin Center <a href="https://aka.ms/WACDownload" target="_blank">Download</a></li>
  27. <li>Install the downloaded .msi</li>
  28. <li>During the installation make sure to set the https port</li>
  29. <li>Click the link provided on the final screen of the installer</li>
  30. <li>Login using administrator credentials</li>
  31. <li>Enjoy browser based server administration</li>
  32. </ol>
  33. </div>
  34. </div>
  35. </body>
  36. </html>