Posts

The VPN client agent was unable to create interprocess communication depot

Image
Some time we face this issue while connecting/Installing Cisco any-connect vpn mobility  client in windows. Error- Solution- 1-Open Network and Sharing center 2- Change adapter settings 3- You can directly open Adpter settings by  command from RUN- ncpa.cpl press Enter After that Select adapter which you are using for accessing internet and right click select properties. Then click on Sharing tab After that remove the check box from the "Allow other Network users to connect through this computers Internet connection" and click OK.                                                                                   After copleting this process then start setup again.It should be work. Thanks,

How to recall an Email You’ve Already Sent in Gmail.

Image
I am going to describe pulling back to sent email from the Gmail. This will help us to stop sending email by mistake. Below are the steps for the same. 1. Go to  “Settings.” right corner of the Gmail. 2. Select the “General” tab, and navigate to “Undo Send.” 3. Check the “Enable Undo Send” radio button. 4. Using the drop down menu, extend the cancellation period from 5 to 30 seconds. 5. Scroll down and click “Save Changes.” After that when you will send email a message will be displayed in front of you that message will be" Your message has been sent. Undo View message ". Click on Undo with in the time duration which you have configured and after that your email will pull back and it will save in your draft. Thanks,

How to reset Nagios web interface login password

Image
If we are not able to login NagiosXI web portal due to password forget so below is the process for resetting nagiosadmin password - Login though SSH - User should be root access or root - Run below command /usr/local/nagiosxi/scripts/reset_nagiosadmin_password.php --password=(Type your new password here)  

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