Posted On March 31, 2019

Windows 2012 Advantages

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Windows 2012 Advantages
1. Dynamic Access Control: automatically apply access restriction to certain files that contain sensitive information, such as social security
2. Improved IIS version 8
3. DirectAccess that can replace VPN. 2012 version works better than 2008
4. Hyper V (does require System Center to properly manage). Hyper-V Replica can keep snap-shots updated between servers.
5. iSCSI (available in 2008 & 2012 servers)
6. Faster network file transfer with SMB 3.0
7. Powershell – automate management of servers and applications via scheduled tasks

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Considerations in Granting Access to Helpdesk Users via Group ‘Account Operators’

One consideration is to add Helpdesk users into the 'Account Operators' group. This would effectively…

Moving WSUS Content Staging Folder

Symptom: Bloated Wsus Staging Folder: Resolution: $wsusNewContentFolder='D:\Wsus\WsusContent'stop-service 'wsus service'&'C:\Program Files\Update Services\Tools\wsusutil.exe' movecontent $wsusNewContentFolder "$wsusNewContentFolder.log"start-service 'wsus…

How to Disable SELINUX on CentOS 8

SELinux is a sort of system-call firewall, where processes are in their run spaces. When…