Posts


WSUS report viewer

Image
  Windows server 2016 WSUS Report viewer

Office 365 Administrator Interview Questions

  What is AD connect ? Can we sync Azure Ad users to onprem Ad users ? Answer : Azure AD Connect is an excellent tool that syncs AD on-premises objects to Azure AD. Azure AD Connect will not create the user in AD on-premises. AD connect is capable of things like password write back and device writeback, you cannot create users in Azure AD and sync them back to on-premises AD. office 365 administrator interview questions and answers pdf download Office 365 administrator interview questions for freshers Office 365 administrator interview questions and answers Office 365 administrator interview questions for experienced tcs o365 interview questions office 365 exchange online interview questions and answers outlook 365 interview questions and answers office 365 interview questions for freshers

Ping using nodejs Javascript code

  --------------------------------------------------------------- var ping = require('ping'); var chalk = require('chalk') const fs = require('fs') var http = require('http'); //// ping utility//// let config = fs.readFileSync('config.txt', 'utf-8') const array_ = config.split("\r\n") function pinserver(n) {     let Hostentry = array_[n]; let hostEntry_ = Hostentry.split(' '); // console.log(hostEntry_)          ping.sys.probe(hostEntry_[0], function (isAlive) {         var msg = isAlive ? 'host ' + hostEntry_[0] + ' is alive' : 'host ' + hostEntry_[0] + ' is dead';                           var status = msg.includes('is alive')         if (status == true) {             console.log(chalk.green(msg));         } else {             console.log(chalk.red(msg));         }         return msg;     }); } pinserver(1) pinserver(2) pinserver(3) pinserver(4) pinserver(5) ---------------------

Internet Explorer can't be found. You need to re-install or re-enable internet explorer.

Image
 How to enable Internet explorer in windows 10 and 11 Certainly! Here’s how you can enable Internet Explorer mode in Microsoft Edge on both Windows 10 and Windows 11: Activate Internet Explorer Mode in Edge: Internet Explorer Mode is built into the Chromium version of Microsoft Edge. To enable it, follow these steps: Open Microsoft Edge. Click the three-dot icon in the top-right corner to open the Settings and more menu. Select Settings. On the sidebar, choose Default browser. Locate the Internet Explorer compatibility section on the right side of the Settings page. Open the pull-down menu next to Allow sites to be reloaded in Internet Explorer mode and select Allow. Click Restart to apply the changes. Microsoft Edge will restart automatically. Manually Enable Internet Explorer Mode: With Internet Explorer Mode active, you can manually load a web page or app using the Trident MSHTML engine: Load the web page or app in Microsoft Edge. Open the Settings and more menu. Select Reload in In

Microsoft Teams and Office 365 Outlook issue

Issue: Microsoft Teams Appears First When Opening Outlook Problem Description: When launching Microsoft Outlook, Microsoft Teams unexpectedly appears instead of Outlook. This can be frustrating for users who expect to see their email client immediately. Resolution: To resolve this issue, follow these steps: Reinstall Microsoft Teams: Uninstall Microsoft Teams from your computer. Download the latest version of Microsoft Teams from the official website. Install Microsoft Teams again. Delete Temporary Files: Clear temporary files and cache related to both Microsoft Teams and Outlook. You can do this by following these steps: Press Windows + R to open the Run dialog. Type %temp% and press Enter. Delete all files and folders in the temporary folder that opens. Repeat the same process for the following folders: %appdata%\Microsoft\Teams %localappdata%\Microsoft\Teams %localappdata%\Microsoft\Outlook Restart Your Computer: After completing the above steps, restart your computer to ensure the

Add Hindi Keyboard in Windows 10 and 11

Image
  Certainly! Here are the steps to add the Hindi keyboard in Windows 10 and Windows 11: Adding Hindi Keyboard in Windows 10 Open Settings by clicking on the Start button and selecting Settings (the gear icon). Go to Time & Language. In the left navigation menu, select Language. Click on the + icon labeled Add a preferred language. Type “Hindi” into the search box and select it from the results. Click Next and install the Hindi language on your device. Return to the Language page. Select the Hindi language you added and click the Options button. Add the Hindi keyboard by clicking the + icon. Choose the type of keyboard you want (e.g., Indic Phonetic or Indic Traditional INSCRIPT). Finally, enable the Hindi keyboard by clicking on the input indicator in the taskbar (or press Windows key + Space) and select the Indic Phonetic or Indic Traditional INSCRIPT keyboard. Please note that the Indic Phonetic keyboard is based on natural pronunciation and transliterates words as you type. It s

delete Older Network Adopter in Windows 10

Image
 Delete Network Adopter , in windows 10/11 from registry editor,

Office 365 Changing Default font when writing new mail

Image
 Office 365 Changing Default font when writing new mail #Office 365 Changing Default font when writing new mail

Unable to uninstall program error 2502 and 2503

Method 1: Re-register Windows Installer 1. Press Windows Key + R then type the following in the run dialog box and press Enter key on keyboard: msiexec /unreg 2. Open the run dialog box again and type msiexec /regserver and hit Enter. check temp folder permission.

How to add user into localgroup using Command Prompt

Type net localgroup groupname username /add, where username is the name of the existing user you want to add and groupname is the name of the group you want to add them to. For example, if the group name is Accounting and the username is Bill, you would type net localgroup Accounting Bill /add. Then press Enter  C:\windows\system32>net localgroup "Remote desktop users" username@domain.com /add System error 1378 has occurred. The specified account name is already a member of the group. C:\windows\system32>net localgroup "Remote desktop users" username@domain.com /del The command completed successfully. C:\windows\system32>net localgroup "Remote desktop users" username@domain.com /add The command completed successfully. C:\windows\system32>net localgroup "remote desktop users" Alias name     remote desktop users Comment        Members in this group are granted the right to logon remotely Members -----------------------------------------

Backup and restore of permission in windows using icacls

 Windows PowerShell Copyright (C) 2014 Microsoft Corporation. All rights reserved. PS C:\Users\Administrator> cd desktop PS C:\Users\Administrator\desktop> reg export HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Shares shareperms.reg The operation completed successfully. PS C:\Users\Administrator\desktop> PS C:\Users\Administrator\desktop> PS C:\Users\Administrator\desktop> PS C:\Users\Administrator\desktop> PS C:\Users\Administrator\desktop> PS C:\Users\Administrator\desktop> PS C:\Users\Administrator\desktop> PS C:\Users\Administrator\desktop> PS C:\Users\Administrator\desktop> PS C:\Users\Administrator\desktop> PS C:\Users\Administrator\desktop> icacls c:\data /save ntfsperms.txt /t /c c:\Documents and Settings\*: Access is denied. PS C:\Users\Administrator\desktop> PS C:\Users\Administrator\desktop> icacls c:\test /save ntfsperms.txt /t /c processed file: c:\test processed file: c:\test\test2 processed file: c:\test\Test3 processe