12345678910111213141516171819202122232425262728293031323334353637 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Remotely Manage Windows Servers with Windows Admin Center</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="Windows,WAC,Windows Admin Center,Microsoft,Remote Management,Web Based Utilities,Free,Software,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Remotely Manage Windows Servers with Windows Admin Center">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="06/13/2022 05:58:58 AM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Remotely Manage Windows Servers with Windows Admin Center</h1>
- </div>
- <div></div>
- <div id="content">
- <ol>
- <li>Download Windows Admin Center <a href="https://aka.ms/WACDownload" target="_blank">Download</a></li>
- <li>Install the downloaded .msi</li>
- <li>During the installation make sure to set the https port</li>
- <li>Click the link provided on the final screen of the installer</li>
- <li>Login using administrator credentials</li>
- <li>Enjoy browser based server administration</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|