Blog
Python Interview Questions 1. What is Python? Python is a high-level and object-oriented programming language with unified semantics designed primarily for developing apps and the web. It is the core language in the field of Rapid Application Development (RAD) as it offers options such as dynamic binding and dynamic typing. If you would like to Enrich […]
Top Core Java Interview Questions and Answers 1. What are the principle concepts of OOPS? There are four principle concepts upon which object-oriented design and programming rest. They are: Abstraction Polymorphism Inheritance Encapsulation (i.e. easily remembered as A-PIE). 2. What is Abstraction? Abstraction refers to the act of representing essential features without including the background […]
Azure Basic Interview Questions For Beginners 1. What is Azure Cloud Service? By creating a cloud service, you can deploy a multi-tier web application in Azure, defining multiple roles to distribute processing and allow flexible scaling of your application. An Azure cloud service consists of one or more web roles and/or worker roles, each with its own […]
Basic Microsoft Intune Interview Questions and Answers 1. What is Microsoft Intune? (Microsoft Intune Interview Questions) Microsoft Intune is a secure cloud service that lets you control your mobile devices and apps. With Intune, you can govern how devices are being used and enforce policies. Intune is a sophisticated cloud-based service that works with other […]
PowerShell-Interview PowerShell-Interview : Document Resources, Topics, Questions and Tips for a PowerShell Development Interview Many of the topics/questions may not come directly in your interview, but it would be a good idea to understand them, in order to understand PowerShell better. Which will give you an edge in the interview and leave a better impression […]
SCCM Introduction : COMPLETE SCCM INSTALLATION GUIDE AND CONFIGURATION This blog post is a complete revised Step-by-step SCCM Installation Guide. It covers every aspect of the SCCM Installation. From the server prerequisites to the SQL installation, the Sccm installation itself and all configuration and site server installation. Following this guide, you should have a functional […]
SCCM Cloud Management Gateway (SCCM CMG) The ConfigMgr team is working really hard to make SCCM admins job easier for some of the key components of Modern Management. Starting with SCCM 1806 release, they ease a bit the setup of the SCCM Cloud Management Gateway (CMG). If you are new to the concept of SCCM Cloud […]
SCCM Cloud Distribution Point SCCM CLOUD DISTRIBUTION POINT : HOW TO INSTALL AN SCCM CLOUD DISTRIBUTION POINT A cloud distribution point is an SCCM distribution point that is hosted in Microsoft Azure. The client will access it as a normal distribution point using port 443 (SSL). Some benefits of using cloud distribution points are for clients […]
Enable Co-Management Enable Co-Management : CO-MANAGEMENT SCCM 1902 PREREQUISITES Azure Subscription Azure Active Directory Premium Microsoft Intune subscription OR Enterprise Mobility + Security (EMS) subscription Client computer using Hybrid Azure AD Joined (domain + AAD joined) using Azure AD Connect. ENABLE SCCM 1902 CO-MANAGEMENT Navigate to Administration / Cloud Services / Co-Management and select Configure Co-Management ASSIGNING LICENSES You must also be sure […]
Backup Your Server After Sccm Installation Backup Your Server After Sccm Installation : In the last part of this SCCM Installation Guide, we will setup automation backup for Configuration Manager sites by scheduling the predefined Backup Site Server maintenance task. This task has the following features: Runs on a schedule Backs up the site database […]