70-411 Configuring Network Access Protection
Posted onInstalling and Configuring Network Access Protection (NAP) on Windows Server 2012R2 70-411 Configuring Network Access Protection by edgoad
Installing and Configuring Network Access Protection (NAP) on Windows Server 2012R2 70-411 Configuring Network Access Protection by edgoad
Installing and Configuring RADIUS in Windows Server 2012R2 70-411 Install and configure RADIUS by edgoad
Setup and configure VPN on Windows Server 2012 R270-411 Setup and configure VPN by edgoad
Monitoring and performance gathering in Server 2012 R270-411 Monitoring and Performance by edgoad
Auditing logon and logoff events in Server 2012 R270-411 Auditing logon and logoff events by edgoad
Creating and managing event subscriptions in Windows Server 2012 R270-411 Event Subscriptions by edgoad
70-411 File Screening and Storage Reports by edgoad
70-411 FSRM and Quotas by edgoad
70-411 DFS and PowerShell by edgoad ##############################################Setup file shares#Execute on Server1New-Item C:Sales -Type directoryNew-SmbShare -Name “Sales” -Path “C:Sales” -ReadAccess “Everyone” #Execute on Server2New-Item C:Marketing -Type directoryNew-SmbShare -Name “Marketing” -Path “C:Marketing” -ReadAccess “Everyone” ##############################################Install DFSInstall-WindowsFeature “FS-DFS-Replication”, “FS-DFS-Namespace” -IncludeManagementToolsInstall-WindowsFeature -Computername 411Server2-00 “FS-DFS-Replication” -IncludeManagementTools #Setup DFS NamespaceNew-Item C:DFSRootsCompany -Type directoryNew-SmbShare -Name “Company” -Path “C:DFSRootsCompany” -ReadAccess “Everyone”New-DfsnRoot -TargetPath “\411server1Company” […]
70-411 DFS Replication by edgoad