How to Write VBScript Code on Windows

Open notepad or any other third party editor like Notepad++. Write any VBScript code suppose Wscript.Echo "Hello" Wscript.Quit 0 Save the file with .vbs extension suppose hello.vbs. You can then run that VBScript file from command prompt. Reference http://testingfreak.com/run-vb-script-code-written-on-notepad-without-additional-software-windows/

Unable to access the computer. Make sure that this computer is on the network, has remote administration enabled, and is running the “Plug and Play” and “Remote registry” services. The error was: Access is denied.

When you remotely (I mean from another computer on the network) access the device manager of Windows Server 2016/2012/2008, you may get the following error: Unable to access the computer. Make sure that this computer is on the network, has remote administration enabled, and is running the “Plug and Play” and “Remote registry” services. The ... Read more

How to Install Active Directory Migration Tool (ADMT) 3.2 on Windows Server 2016

If you would like to migrate AD objects between two domains in the same forest or different forest, you need to have Active Directory Migration Wizard (ADMT) installed. This tutorial will help you to install ADMT 3.2 on Windows Server 2016. Download the ADMT 3.2 from Microsoft Connect https://connect.microsoft.com/site1164/program8540 and then follow the below-mentioned steps. ... Read more

How to Configure Read-Only Domain Controller Windows Server 2016 Using PowerShell

We have configured a Read-Only Domain Controller (RODC) Windows Server 2016 using server manager in another tutorial already. In this post, we will again configure RODC Windows Server 2016 but using PowerShell this time. Prerequisites I assume you have at least one writeable DC in your environment. Following are some other prerequisites you need to meet. ... Read more

How to Check Which .NET Framework Version is Installed?

Here are the steps to check the .NET framework version installed on your computer. Check Which .NET Framework Version is Installed Right-click the Windows icon and then click Run. Write 'regedit' in the text box and then hit 'Enter' key on the keyboard. Expand the following key. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full Check for a DWORD value named Release ... Read more

How to Remove Unlicensed Users in Office 365

In this article, I'll illustrate how to remove all unlicensed users in O365. Prerequisites Download and install the following modules. Microsoft Online Service Sign-in Assistant for IT Professionals RTW Windows Azure Active Directory Module for Windows PowerShell (64-bit version) Remove Unlicensed Users in Office 365 1) Open PowerShell with elevated privileges. 2) Execute the following ... Read more