There are many cases, when we get an error “ps1 cannot be loaded because the execution of scripts is disabled on this system” while executing any script in Windows Powershell. It is well understood that the execution policy helps to protect you from scripts that you do not trust. Changing…
Why Developer Site definition for SharePoint Add-Ins
Sometimes a question rises in our mind! Why only developer site definitions for SharePoint Add-Ins? There are the cases when we want to enable developer site collection feature when need to side-load an app and deploy directly from Visual Studio. There isn’t a button in the site collection features to…
What is a Matrix Organizational Structure?
In one of my previous blog post what is Organizational Structure in Project Management? We discussed that every organization is organized in a way that supports in the success of portfolios, programs and projects. In this blog, we’ll understand matrix organizational structure; functional matrix and projectized organizational structure, matrix organizational…
What is a Projectized Organizational Structure?
In one of my previous blog post what is Organizational Structure in Project Management? We discussed that every organization is organized in a way that supports in the success of portfolios, programs and projects. In this blog, we’ll understand projectized organizational structure; functional matrix and projectized organizational structure, projectized organizational…
What is Tenant Provisioning and Management in SharePoint
To create a tenant, follow the steps in the table. 1. Create a site subscription. $sub = New-SPSiteSubscription Set-SPSiteSubscriptionConfig -id $sub -FeaturePack $customerFeatures -UserAccountDirectoryPath “OU=$customerName,OU=Customers,DC=contoso,DC=com” 2. Assign a feature pack to the site subscription and configure custom OU by using People Picker. Write-Host “Creating Member Site…” New-SPSite -url “http://$customerName.contoso.com”; -SiteSubscription…
What is a Functional Organizational Structure?
In one of my previous blog post what is Organizational Structure in Project Management? We discussed that every organization is organized in a way that supports in the success of portfolios, programs and projects. In this blog, we’ll have a look into Functional Organization Structure, functional organizational structure chart in…
Coronavirus (COVID-19) Effect – PMI PMP Exam changes
There are many candidates in the world who are facing problems in planning and appearing PMP exam during Coronavirus (COVID-19) lockdown. In this blog post, we’ll quickly take you through the updates and changes ensuring all your doubts are cleared and questions are answered. PMI PMP exam changes due to…
What is Organizational Structure in Project Management?
Every organization is organized in a way that supports in the success of portfolios, programs and projects. Projects are actually a part of organization therefore study of organizational structure of a company is important to understand. In this blog, we’ll have a look into organizational structure, organizational structure types, organizational…
PMP Certification Article: What is a Project Management Office PMO and Project Management Office Structure?
In my last few articles, there were the information about various topics and concepts on Project Management Framework. By the end of this article, you will learn what a project management office PMO should do, what types you should consider and who really needs one? Table of Contents What is…
Is a project manager higher than a project engineer?
I have recently received a question by one of my follower, “Is a project manager higher than a project engineer?” therefore; I thought i should write about it. In this article, I’ll clarify the need of both roles and let you know, who is more important or nobody is higher.…