IT Questions and Answers :)

Monday, April 22, 2019

Which of these would manually trigger a synchronization for Azure AD Connect through PowerShell?

Which of these would manually trigger a synchronization for Azure AD Connect through PowerShell?

  • start-adsyncsynccycle -policytype alfa
  • start-adsyncsynccycle -policytype delta
  • start-adsyncsynccycle -policytype all
  • start-adsyncsynccycle 
Which of these would manually trigger a synchronization for Azure AD Connect through PowerShell?

EXPLANATION

You can still force an export by using the synchronization service manager.
A server in staging mode continues to receive changes from Active Directory and Azure AD. It always has a copy of the latest changes and can very fast take over the responsibilities of another server.
If you make configuration changes to your primary server, it is your responsibility to make the same changes to the server in staging mode.
start-adsyncsynccycle -policytype delta

SOURCE

https://docs.microsoft.com/en-us/azure/active-directory/connect/active-directory-aadconnectsync-operations
Share:

What command does someone type in a terminal session in Linux to turn it into a superuser session?

What command does someone type in a terminal session in Linux to turn it into a superuser session?

  • sudo -i
  • chmod
  • wget
  • chkdsk 

EXPLANATION

 chmod In Unix-like operating systems, is the command and system call which may change the access permissions to file system objects. It may also alter special mode flags. The request is filtered by the umask. The name is an abbreviation of change mode.



Wget is a computer program that retrieves content from web servers. It is part of the GNU Project. Its name derives from World Wide Web and get. It supports downloading via HTTP, HTTPS, and FTP
CHKDSK is a system tool in DOS, OS/2 and Windows. It verifies the file system integrity of a volume and fixes logical file system errors. It is similar to the fsck command in Unix.
sudo is a program for Unix-like computer operating systems that allows users to run programs with the security privileges of another user, by default the superuser. It originally stood for "superuser do" as the older versions of sudo were designed to run commands only as the superuser.
 
Share:

What keyboard combination allows you to restore out of a Windows remote desktop session back to your desktop so you can use Alt + Tab to switch apps on your desktop, not the RDP session and then allows you to restore to full screen RDP again?

What keyboard combination allows you to restore out of a Windows remote desktop session back to your desktop so you can use Alt + Tab to switch apps on your desktop, not the RDP session and then allows you to restore to full screen RDP again?

  • Ctrl Alt Tab
  • Ctrl Shift Tab
  • Ctrl Alt Break
  • Alt Shift Break 


EXPLANATION

Pressing Ctrl + Alt + Fn + B maximizes the RDP session.

SOURCE

https://answers.microsoft.com/en-us/windows/forum/windows_7-desktop/rdp-full-screen-wo-break-pause-key/0aba31a9-b375-443b-8066-a57d41ea333c 
Share:

I have keys but do not lock. I have space but have no room. You can enter but not come in what am I?

I have keys but do not lock. I have space but have no room. You can enter but not come in what am I?

  • Hard Drive
  • The Riddler
  • Keyboard
  • Windows

EXPLANATION

I have keys but no locks I have space but no room You can enter but cant go outside. Thank you for visiting our website. Below you will be able to find all I have keys but no locks I have space but no room You can enter but cant go outside . This is an excellent riddle which is tricky at the same time.

SOURCE

 https://www.answersking.com/i-have-keys-but-no-locks-i-have-space-but-no-room-you-can-enter-but-cant-go-outside/

Share:

In Windows, what is the run command to bring up programs/apps list?

In Windows, what is the run command to bring up programs/apps list?

  • appwiz.cpl
  • appwiz.msc
  • appmgr.cpl
  • appmgr.dll 


EXPLANATION

Appwiz.cpl is a Windows shortcut that allows you to launch the installed programs window without going through the Control Panel. The installed programs window contains programs and applications that you can uninstall and remove safely without damaging your computer.

Share:

Which is NOT a supported version of .NET Framework on any release of Exchange 2019?

Which is NOT a supported version of .NET Framework on any release of Exchange 2019?

  • .NET Framework 4.7.1
  • .NET Framework 4.5
  • All of them
  • .NET Framework 4.6.2 

Which is NOT a supported version of .NET Framework on any release of Exchange 2019?

EXPLANATION

.NET Framework

We strongly recommend that you use the latest version of the .NET Framework that's supported by the release of Exchange you're installing.

Important

Releases of .NET Framework that aren't listed in the table below aren't supported on any release of Exchange 2019. This includes minor and patch-level releases of .NET Framework.

Exchange version .NET Framework 4.7.2
Exchange 2019 Supported

Share:

What does IT stand for in IT Administrator ?

What does IT stand for in IT Administrator ?

  • Information Technology
  • Integrated Timeline
  • Income Tax
  • Industrial Trainee 

 What does IT stand for in IT Administrator ?

EXPLANATION

Income tax
An income tax is a tax imposed on individuals or entities that varies with respective income or profits. Income tax generally is computed as the product of a tax rate times taxable income. Taxation rates may vary by type or characteristics of the taxpayer.
 
Information technology
Information technology is the use of computers to store, retrieve, transmit, and manipulate data, or information, often in the context of a business or other enterprise. IT is considered to be a subset of information and communications technology.

 

Share:

Popular Posts