Windows Server 2016

Windows Server 2016

Windows Server 2016: How to check HDD / SSD errors with Check Disk function

Checkdisk is a drive error checking tool used by the Windows OS standard. If a system error or bad sector (area where data cannot be recorded) is detected and an error is found, it may be possible to repair it with Checkdisk. In this article, we will explain how to execute the check disk and how to check the result using the event log.
Windows Server 2016

Windows Server 2016:Remote Desktop Session Shadowing Settings

The remote desktop session shadowing setting of Windows Server 2016 is a function that allows two people to share the screen of the remote desktop destination from a terminal such as Windows 10. To enable it, change the "File and Printer Sharing Settings" and "Set Remote Control Rules for Remote Desktop Services User Sessions" items in Group Policy on the Windows Server 2016 side.
Windows Server 2016

[Physical OS] Windows Server 2016: Disk defragmentation execution / log check procedure

Defragmentation is a function that rearranges fragmented files on a hard disk (HDD) or solid state drive (SSD) into the correct location. You can do this with the free tool "Defragment and Optimize Drives" that is available as standard in Windows Server 2016. This article describes the "Defragment and Optimize Drives" execution procedure and how to check the log in the event viewer where you can check the defragmentation execution history.
Windows Server 2016

Windows Server 2016: “.NET 3.5” installation procedure using sxs folder

.NET Framework 3.5 may be required depending on the application used by Windows Server 2016. By default, .NET Framework 3.5 is not installed. This time, I will explain how to install ".NET Framework version 3.5" using the specific folder "sxs" in the OS disk / ISO file.
Windows Server 2016

Windows Server 2016: Active Directory Domain Join Procedure

Describes how to domain join a Windows Server 2016 server from a workgroup. By joining a Windows server to a domain, it becomes a member server of the domain and the login group policy can be applied by domain users. As a prerequisite for joining the domain, check that the IP address of the domain controller is set in the setting item of "DNS server".
Windows Server 2016

Windows Server 2016: Windows Server Backup Installation Procedure

Windows Server Backup is a standard Windows backup feature. It is a standard feature and can be used for free, but it must be installed from the Add Server Manager Roles and Features Wizard screen because the feature is not enabled in a clean installation of Windows Server 2016.
Windows Server 2016

Windows Server 2016: Remote Desktop Connection Permission Settings

Remote Desktop is a remote control function that allows you to operate a specific terminal via a network. To set in Windows Server 2016, you need to enable the setting on the System-> Remote Desktop screen. * Windows uses the Remote Desktop Protocol (RDP) protocol by default and connects with the port number "3389".
Windows Server 2016

Windows Server 2016: How to recognize additional hard disk, SSD and virtual disks and set them as new drives

In order to connect and recognize the storage to be added separately from the hard disk, SSD, and virtual disk on which Windows Server 2016 is installed, "Disk Management"-> "Initialize Disk"-> "Unallocated" on the OS. You need to format the area. After formatting, it can be used as a new partition (D drive, E drive, etc.).
Windows Server 2016

Windows Server 2016:Disable USB device connections with Group Policy

To prevent the connection of USB devices in Windows Server 2016, you can deny the connection of USB devices by invoking Group Policy and enabling "All Removable Storage classes Deny all access". .. If you connect a removable disk to the server with Group Policy applied, the device will be visible, but opening the drive will result in an access denied screen.
Windows Server 2016

Windows Server 2016:Windows Update application confirmation / log confirmation method

On a Windows Server 2016, you can check the applied Windows Update updates (security patches) by displaying / outputting them using the GUI and commands (command prompt). In this article, we will explain the procedure for checking 4 types of updates.
Windows Server 2016

Windows Server 2016:Procedure for logging in with a local user created / newly created account

To create an additional local user of Windows Server 2016 with GUI, right-click Windows Mark at the bottom left of the desktop screen -> Computer Management -> System Tools -> Local Users and Groups. I can.
Windows Server 2016

[Default value] Windows Server 2016 Standard English : Outputs a list of roles and functions to a text / CSV file

I installed the OS for the evaluation version of Windows Server 2016 Standard English Edition with the desktop experience (GUI) and immediately output the default values ​​of roles and functions to a text file / CSV file with the "Get-Windows Feature" command of PowerShell. This article explains how to display and output a list of roles and functions.
Windows Server 2016

[Default value] Evaluation version Windows Server 2016 Standard(English):Service display name / service name list

Immediately after installing the OS with the desktop experience (GUI) of Windows Server 2016 Standard edition, the default value of the service of "Services and Applications" is output by the command "Get-Service" cmdlet of PowerShell and summarized in the list.
Windows Server 2016

[Physical OS] Windows Server 2016: Disk defragmentation execution / Log check procedure

Defragmentation is a function that reorganizes fragmented files on a hard disk (HDD) or solid state drive (SSD) into the correct location. You can do this with the free tool "Defragment and Optimize Drives" that is available as standard in Windows Server 2016. This article describes the "Defragment and Optimize Drives" execution procedure and how to check the log in the event viewer where you can check the defragmentation execution history.
Windows Server 2016

Windows Server 2016: Disk Cleanup Method

Disk Cleanup is a feature that frees up disk space by deleting unnecessary files. You can free up disk space by deleting files such as "downloaded program files", "temporary Internet files", and "Recycle Bin". Disk Cleanup is an effective method when the C drive is under pressure and Windows is slow and the drive is running low on free space.