• How to configure the forward lookup zone on the Windows DNS Server

    Step 1: Log in to the server that is to serve as the secondary name server with administrative rights. Step 2: Open the DNS management console by clicking on the ‘Start’ menu, navigating to ‘Administrative Tools,’ and selecting ‘DNS.’ Step 3: In the DNS management console, find and click on…

  • How to Install a DNS on a Windows server

    Step 1: Log in to the computer as an administrator. Step 2: Click the “Start” button. Step 3: Navigate to “Control Panel.” Step 4: Select “Add or Remove Programs.” Step 5: Choose “Add/Remove Windows Components.” Step 6: In the Components list, locate “Networking Services” (do not check or uncheck the…

  • Create a pooled desktop session collection in Windows server

    Step 1: Launch Server Manager, navigate to ‘Remote Desktop Services’, proceed to ‘Collections’, and then select ‘Tasks’ followed by ‘Create Session Collections’. Step 2: For the collection name, type in a unique identifier, such as ‘ContosoApps’. Step 3: Choose the RD Session Host server you’ve set up, for instance, ‘Contoso-Shr1’….

  • Upgrading an RDS session-based collection in Windows server

    Step 1: Determine which servers constitute half of the collection for the initial phase of the upgrade. Step 2: Modify settings on these selected servers to prevent new user connections by disabling the “Allow New Connections” option. Step 3: Ensure all user sessions are ended on the servers slated for…

  • View the shared folders via command prompt, power shell, server manager

    Command prompt (method 1): Click ‘Windows + R’ and enter fsmgmt.msc and click ‘OK’ then you can see that shared folder (Method 2): Access the command prompt as administrator and run net share. Power shell: Run Get-WmiObject -class Win32_Share Server manager: Step1: Go to ‘Server Manager’ Step2: Click ‘Files and…

  • How to share the folders and view the shared folders in windows server 2022

    Step1: Open ‘File explorer’ and Right click on the ‘Folders’ then select ‘Properties’. Step2: Go to ‘Sharing’ and click ‘Advanced sharing’. Step3: Check the ‘Share the folder’ box and ‘Apply’ the changes. Step4: Open control panel and select ‘Network and sharing’. Step5: Click ‘Change advanced sharing settings’. Step6: Check the…

  • How to create OU organizational unit in windows server 2022

    Step1: Open ‘server manager’. Step2: Go to ‘tools’ and click ‘Active directory Users and Computers’. Step3: Right click on the domain name and click ‘New’ and select ‘Organizational unit’. Step4: Enter the name of the unit and click ‘OK’.How to create OU organizational unit in windows server 2022

  • How to Install Node.js and NPM on Windows

    Step 1: Download Node.js Installer Go to the web browser, enter the URL: https://nodejs.org/en/download/. Select the Windows Installer button to download the latest version. It also comes with the NPM package manager. Step 2: Install Node.js and NPM

  • How to verify the Installation of node.js

    Go to command prompt in your system and execute the below command: +++ node -v +++ The system will display the installed Node.js version. You can also check the same for NPM from the below command: +++ npm -v +++

  • How to Uninstall Node.js and NPM on Windows

    Step -1: Go to Start Click Settings and Select Apps. Step -2: Scroll down and select Node.js and right click to highlight. Step -3: Select Uninstall to uninstall the software.