Rootusers.com

How To View BitLocker Disk Status

The current status of BitLocker can usually be viewed through the graphical user interface (GUI), however in my experience … See more

Actived: Just Now

URL: https://www.rootusers.com/how-to-view-bitlocker-disk-status/

Windows Server Maintenance Checklist

WebWindows Server Maintenance Checklist. Server maintenance needs to be performed regularly in order to ensure that your server will continue to run with minimal problems, while a lot of maintenance tasks are automated within the Windows operating system now there are still things that need to be checked and monitored regularly to ensure that

Category:  Health Go Health

How to test network connectivity with telnet

WebNow that the telnet client is installed ( see my last post here if you have not done this yet) we can perform some basic network connectivity tests. The command is used in the format of ‘telnet hostname/ip address port ‘ and entered into either command prompt or powershell under Windows, or through the shell in Linux or Unix.

Category:  Health Go Health

Configure Storage Reports in Windows Server 2016

WebScheduled Reports. To create a scheduled report, select Schedule a New Report. The Storage Reports Task Properties window will open on the settings tab, as shown below. We can give our report a name and then select the reports that we wish to generate. By default most of the available reports are ticked and will be generated.

Category:  Health Go Health

Troubleshoot WSUS configuration and deployments

WebCheck WSUS Service. The first thing you’ll want to do is check that WSUS is actually running and working as expected. In this instance the WSUS service is reporting as running. If it’s not you can run the ‘Restart-Service -name WsusService’ to attempt to restart it. This service runs as the Network Service user by default.

Category:  Health Go Health

How To Troubleshoot DNS Client Issues in Linux

WebFor DNS resolution to succeed to 192.168.0.1, the DNS server at 192.168.0.1 will need to accept TCP and UDP traffic over port 53 from our server. A port scanner such as the nmap tool can be used to confirm if the DNS server is available on port 53 as shown below. Note: To install nmap run ‘yum install nmap -y’.

Category:  Health Go Health

New Server Upgrade

WebGreat article! This was a very interesting read. Will help learn many things about servers and how to effectively upgrade old ones. Good choice going with AWS it is one of the best options in the market and is very capable!

Category:  Health Go Health

Implement Auditing Using Group Policy and AuditPol.exe

WebImplement Auditing Using AuditPol.exe. The AuditPol.exe command is used to view the auditing policies in place on a user or computer. Additionally it can be used to create, configure, or remove an audit policy. As AuditPol.exe must be run on each individual computer to modify the local policy rather than group policy, the process is much more

Category:  Health Go Health

How To Join CentOS Linux To An Active Directory Domain

WebPreparing CentOS. First we want to install all of the below packages in CentOS. yum install sssd realmd oddjob oddjob-mkhomedir adcli samba-common samba-common-tools krb5-workstation openldap-clients policycoreutils-python -y. The CentOS server will need to be able to resolve the Active Directory domain in order to successfully join it.

Category:  Health Go Health