Launch SQL Management Studio and connect to your SQL Server instance. Right Click on “Database” and then select “New Database”. 3. Below ‘New Database’ screen will appear. Enter ‘Database name’ Now you have successfully created a new database in the SQL.
Set up the Scan to Network Folder
To set up the Scan to Network Folder feature, the printer must have an active network connection to the same network as the computer that will run the setup process. It allows users to save a scanned document to shared folder from printer. Below are the simple steps to configure it. Browse the Printer’s IP Select Scan and Click New Type required info, click Save…
How to view Malware Email logs and Blocked Email address in the Google Workspace
In Today’s world we get Spam Emails everyday and it is good to keep an eye on them and block them to avoid any security breach. In this article I will show you how to check Malware Email logs and how to block Email addresses in Google Workspace. First you have to login with an admin account on admin.google.com and on side bar go to…
How to setup Windows Server 2016 Essentials and configure Active Directory
Windows Server Essentials is a small businesses Server, typically those with a maximum of 25 users and 50 devices. It is designed to suit a small number of users and devices but also supports to expand the business for large deployments. Windows Server 2016 Essentials comes with many new features that greatly enhance the server capabilities for small businesses. Integration with Microsoft Azure Support for large Deployments Azure…
How to resolve RDP authentication error due to the CredSSP encryption oracle remediation on Windows OS
An authentication error message has occurred when you try to connect another computer using Remote Desktop Connection and below are the reasons why RDP is blocked. The client has the CredSSP update installed, and Encryption Oracle Remediation is set to Mitigated. This client will not RDP to a server that does not have the CredSSP update installed. The server has the CredSSP update installed, and Encryption Oracle Remediation is set to Force updated clients. The server will block…
Migrating DHCP Server to another server
Being a Windows System Administrator, you have to deal with migrating DHCP role to another Server due to various reasons (Hardware/Software end of life, DHCP Server having issue, merging roles, etc.) This can be a simple task, depending on the complexity of your DHCP configuration. You may be able to manually recreate the scopes on the new server if you only have 1 or 2…
Enable IP Address Conflict Detection on Windows DHCP Server
You can enable DHCP conflict on the network to diagnose issues related to client devices are not getting an IP Address. In Summary: DHCP server uses the Packet Internet Groper (ping) process to test available scope IP addresses before including these addresses in DHCP lease offers to clients. A successful ping means the IP address is in use on the network. Therefore, the DHCP server…
Enable DHCP Server Logging on Windows Server 2019
The DHCP server logging system provides information on successful or failed lease grants, depletion of the server’s IP pool, or requests for messages and their corresponding acknowledgements. Analyzing DHCP server log files is thus an ideal audit mechanism Common audit codes that might appear in the log include 00—The log was started. 01—The log was stopped. 02—The log was temporarily paused due to low disk space….
Install and Configure DHCP Server on Windows Server 2019
Introduction In this guide, we a going to install and configure a DHCP Server in the new Windows Server 2019 Step 1: Server Manager The first step is to open up “Server Manager” so that we can start the installation process. Hit your “Windows” button and type in “Server Manager” and choose the app that brings itself up. Once it is opened, proceed to step…
Microsoft Local Administrator Password Solution (LAPS) – Deployment Considerations
In this post we will see how to install and deploy the Microsoft LAPS software. The Local Administrator Password Solution (LAPS) provides management of local account passwords of domain joined computers. When LAPS is implemented, passwords are stored in Active Directory and protected by ACL. So only eligible users can read it or request its reset. Why do you need LAPS ?. – Password management…