Posts

Showing posts with the label Tech tips for velan

Windows Defender Antivirus on Windows Server 2016/19

  Do I need antivirus software if I have Windows Defender? Windows Defender Antivirus is a free inherent antivirus program from Microsoft that comes preinstalled on  Windows Server 2016 and 2019 . (Since Windows 10 2004 the name Microsoft Defender is utilized). We’ll take a gander at the highlights of Windows Defender on Windows Server 2019/2016 in this article Empower Windows Defender GUI on Windows Server The Windows Defender Antivirus motor is incorporated into Windows Server 2016 and 2019 (counting the Core version). You may utilize PowerShell to check whether Windows Defender Antivirus is introduced: Get-WindowsFeature | Where-Object {$_. name -like “*defender*”} | ftName,DisplayName,Installstate Read Mor e :  How do I turn on Windows Defender antivirus?

Ubuntu Server Password Protection

  How to create default change root password for Ubuntu? Securing Linux Server is essential to protect our data from hackers using the libpam-cracklib software. In this post, we’ll see how to create  strengthen password in Ubuntu Linux . Keeping a server secure from assaults and data leaks requires implementing a robust password policy . Enforcing a minimum length and specifying password age are two best practices for password regulations. To complete these operations, I use the libpam-cracklib software Read More: At  Velan , our server s u pport engineers can harden & manage your Linux server. If you are interested in our service, please fill the Quick connect form to  get in touch with us .

How do I disable SSH access?

  The root user is enabled by default on most Linux servers , and hackers frequently attempt to get access to it by guessing its password. As a result, it’s a good idea to turn off the root account. $ vi /etc/ssh/sshd_config PermitRootLogin no Also, instead of using a password, you can use a safe mechanism like SSH public-private key authentication. SSH using the public key command line  — check here Read More:  Velan Tech Tips

Enable IIS remote management Windows

How To Configure IIS Server Core For Remote Management? Steps to configure IIS Server Core for Remote Management for Windows 2016 server | Velan offers Remote Server Support Services. The following steps show how to configure IIS Server Core for Remote Management for Windows 2016 server. REQUIREMENTS Windows 2016 Server Core Windows VM INSTALLING IIS ON SERVER CORE Note: Windows 2016 Datacenter Core Edition is used for illustration Windows server core in Hyper-V  has been installed Read More:  At  Velan , our server support engineers can help you configure IIS Server Core for Remote Management. For details, please visit  Offshore Managed IT Services for the USA   

What is WMI in PowerShell?

How to use WMI and Windows Powershell Version | Velan: what is Windows Management Instrumentation (WMI) is a subsystem of PowerShell that gives admins access to a powerful system monitoring tool Access-based Enumeration (ABE)  hides the objects (files and folders) from users who don’t have NTFS permissions on a network shared folder. Access-based Enumeration ( ABE ) checks access permissions on file system objects before the user receives a list of the folder contents. All inaccessible resources are simply not displayed. Learn More: Tech Tips For Velan