Posts

Showing posts from February, 2017

How to reboot windows vm machine in safe mode...

Image
Here I am going to describe about rebooting vm machine in  safe mode Step1- Reboot vm machine Step2- when the computer starts press F8 (Depend on the keyboard type Fn+F8)

Administrator roles in office365

Image
There are 5 types of administrator role in Office 365 1) Billing administrator 2) Global Administrator 3) Password Administrator 4) Service Administrator 5) User Management Administrator - In office 365 we can delegating some of the administrator tasks to other users.For doing this task you should have access of global administrator. To Assign administration rights to user follow the below steps. - Login through your global administrator account - Then click the “Admin” tab and select “Users” under “Management” in the left side of the portal - Select a user or create a new user to whom we want to give admin rights - For the user in question click the “Settings” tab - Click “Yes” under “Assign administrative access to your company” section to display a list of five possible administration roles - Click the desired role, Example- “Billing administrator”            It's All.Thank you

Vmware workstation and hyper-v are not compatible remove the hyper-v role from the system beofre running vmware workstation

Image
Some times we face this issue when we start vmware workstation"Vmware workstation and hyper-v are not compatible remove the hyper-v role from the system before running vmware workstation" Solution- Open command prompt with run as administrator then type command- bcdedit /set hypervisorlaunchtype off After that reboot machine and this is mandatory to take effect then run power on  vm machine.                                                                It's All,Thank you

“Remote session was disconnected because there are no remote desktop license servers available to provide a license “

Image
           Remote Desktop Connection error while making access to windows Server 2012 R2 Error - “Remote session was disconnected because there are no remote desktop license servers available to provide a license “ Some time we face the above error while making remote desktop connection of windows server 2012 R2. Even putting right credentials as well. Solution - I found below solution for this issue and it worked for me   Open Run-   Type command- mstsc /admin   It's All 

How to install NetBeans 8.2 in Ubuntu 14.04

Image
Step 1 - Here I am going to tell you 2 ways by which you can download installation file. Way 1- You will get whole bundle of NetBeans IDE which includes Java SE, JAVA EE, HTML5/JavaScript, PHP, C/C++ so as per the requirement we can download the required installer. Before starting downlaod you will required to accept license agreement. http://www.oracle.com/technetwork/java/javase/downloads/jdk-netbeans-jsp-142931.html        Way 2- https://netbeans.org/downloads/   here you will get the options to choose for downloading required setup file as per the operating system (Windows, Linux, Mac). I am going to show you NetBeans 64 bit installation process for PHP.     Step2 - After downloading the installer give executable permission to setup file. Open your terminal (CTRL+ALT+T) and run the below command. Chmod +x (File Path and   name)  Step3-   To run the setup use below command   Cd ./file name Aft