Posts

Showing posts from November, 2016

Window Server 2016 - Configuring ADCA

Image
Add Active Directory Certificate Services Add 4 Services, for EAP-TLS deployment that I will be using later. After installing completed, configure certificate services Configure certification Authority & Web Enrollment Enterprise CA Root CA Create new private key Specify the Cryptographic options Summary Once configured the certificate will be ready Connected and successfully authenticated.

Window Server 2016 - Configuring Radius Server

Image
Add Roles and Features Wizard, Network Policy and Access Services Start Installation Manage > Network Policy Server Create New Radius Client Configuring Radius Server for 802.1X Wireless or Wired Connections Configuring profile name, Configure an Authentication Method, choose Microsoft: Protected EAP (PEAP) Leave the Groups column empty and click next until finish. Remember to Register server in Active Directory Click on OK Before proceed to authenticate Wireless Clients using 802.1X, we need to configure Active Directory Certificate Services

Window Server 2016 - AD

This summary is not available. Please click here to view the post.

Window Server 2016 - IIS

Image
Install IIS Add roles and features wizard > Select Web Server (IIS) Click Next until the Installation screen Open Internet Explorer, visit http://localhost and it show IIS means is working Open IIS Manager, Browser to the required folder and insert the files that you would like to host internally. For this sample, I had created hello.html and host in the IIS Open Browser and visit to http://localhost/Testing/hello.html and it show. If you have any inquiry please feel free to leave a comment below.

Window Server 2012 - SMTP RELAY GUIDE

Image
Window Server 2012 - Installing SMTP Server After complete, Open IIS 6.0 > Go to Properties Under Access Tab > Authentication > Checked on Anonymous access Connection Tab, Relay Outbound Security Outbound connections, configure TCP port 587 Advanced, configure smart host as smtp.gmail.com Click Apply and Setting done. To test your SMTP server is it working, Create a notepad text file as below format. Save the text file as “testemail” with the apostrophes included. Drag the file to the folder below, C:\inetpub\mailroot\Pickup Proven is working