OK, so how do you administer it? How do you authenticate for this administration? Are connections to it encrypted? How do you get files to it to install software and services?
You can either use GUI-based tools installed on your local workstation, or remote Powershell sessions running on the server. These sessions are over HTTPS, so they are encrypted. You can use normal Windows domain authentication, but you can only do a network logon. Local/interactive logons are not allowed (no local console).
You can move files to it over SMB, and they've added the capability to do a file copy tunneled in the same HTTPS connection you're using for the remote Powershell session.