Before moving to this article, let me tell you about my last few articles where I mentioned, what is a project and the difference between Scrum Master and Project Manager. By the end of this article, you’ll have complete understanding on Project Life Cycle and Project Management Process…
How to configure Host-named site collection architecture and deployment in SharePoint
Host-named site collections are the preferred method to deploy sites in SharePoint 2013. Because the Office 365 environment uses host-named site collections, new features are optimized for these site collections and they are expected to be more reliable. Learn how to plan for and implement host-named site collections, design URLs,…
How to Submit Your Website to Google, Bing, and Yahoo Search
Hey, do you have a website or blog which is not appearing on Google or other search engines? Are you getting confused to know, which search engine is the best search engine? Do you want to know, how to Submit Your Website to Search Engines? Buy Now Buy Now …
Google G-Suite for Individuals and Businesses
Have you ever came across the situation where you had to decide, if you should purchase on premise install-able software or use cloud based applications (e.g. G-Suite)? We know, purchasing software has always been costlier option. Therefore, technology trends are changing and we are moving towards cloud platforms.…
New Blog Website @ Rs. 5999?
Do you also think? I need a website for my blog. Get complete Blog Website at 5999/- rupees. We provide FREE Domain, Hosting & Email and Annual Renewal. No Extra or Hidden Charges. Refer the package below for complete Blog Website Development in India. If you’re ready to unlock your company’s…
Business Website @ Rs. 5999
Do you also think? I need a website for my business. Get complete Small business / Shop / Computer/ Laptop Service Center Website at 5999/- rupees. We provide FREE Domain, Hosting & Email and Annual Renewal. No Extra or Hidden Charges. Refer the package below for Small business / Shop…
Get Your Website @ Rs. 3999
Do you also think? you need a website. Get complete website at 3999/- rupees at our website development company. We provide FREE Domain, Hosting & Email and Annual Renewal. No Extra or Hidden Charges. Refer the package below for Website Development company in Delhi. If you’re ready to unlock your company’s…
How to Upload folders and documents in hierarchical order (SharePoint In-Premises)
RUN BELOW STATEMENTS IN POWERSHELL — #SharePoint Multiple File Upload Script function Copy-FilestoSP { Param ( [parameter(Mandatory=$true)][string]$LocalPath, [parameter(Mandatory=$true)][string]$SiteUrl, [parameter(Mandatory=$true)][string]$Library, [parameter(Mandatory=$false)][string]$LibraryStartFolder, [parameter(Mandatory=$false)][string]$ManifestFilePath, [parameter(Mandatory=$false)][switch]$IncludeSubFolders, [parameter(Mandatory=$false)][switch]$Approve, [parameter(Mandatory=$false)][switch]$CheckIn, [parameter(Mandatory=$false)][switch]$Overwrite, [parameter(Mandatory=$false)][switch]$FlattenStructure ) try { #Get web and document library objects $web = Get-SPWeb $SiteUrl $docLibrary = $web.Lists[$Library] #Load metadata manifest file, if specified if ($PSBoundParameters.ContainsKey(‘ManifestFilePath’))…
What is Project and Project Management
As per PMI (Project Management Institute), a project is a temporary endeavor to create a unique product, service or result. Every work we perform in all over the world is either Project or Operation or part of it. Let’s see, definition of a project i.e. What is Project. …
How to Change Your Password via Remote Desktop
Change password via remote desktop becomes challenging, if you are not aware of handling it. Sometimes, you take the remote of desktop available in different domain. In that case, if you want to change your password of remote user, definitely you need to take RDP session of remote desktop. Then,…