Performing a Conditional Access Assessment with PowerShell (Practical365.com – Sean McAvinue)

Decrypting Conditional Access Complexity Conditional Access is a powerful tool granting an easy way to bolster the security of an Office 365 tenant. The flexibility of Conditional Access means it can fit most organizational and security requirements easily. However, as with most things in technology, with flexibility there often comes complexity. I see many tenants that have […]

Continue Reading

Knowledge Management (KM) Requires Records Management: The Role of Retention Schedules in Businesses with KM Programs

Daniel Anderson’s masters paper, for his degree at University of North Carolina, about the role of retention schedules in business with Knowledge Management (KM). Abstract “Knowledge management (KM) is revolutionizing the ways business and public institutions preserve institutional memory and knowledge sharing. Companies found KM important for competitive advantage in the marketplace, because it provides […]

Continue Reading

SharePoint + Flow (+ Azure Functions): Launching a Microsoft Flow from Client-Side Code

Microsoft MVP, Julie Turner, wrote (2017) a great article on how to launch a Microsoft Flow from client-side code. “The requirement seemed deceptively simple… and it was, somewhat… simple. I’ll start with showing you how very simple it is to launch a Microsoft Flow (“flow”) from your client-side code hosted, well… wherever. I will give […]

Continue Reading

Updated Features for Office 365 Admin Center – #48639

Updated feature: Microsoft 365 Admin Center Major update: General Availability rollout started Applied to: All customers The Microsoft 365 admin center, available at admin.microsoft.com, is the common entry point for managing all your Microsoft 365 services. We’ll begin rolling out the new Microsoft 365 admin center with enhanced features and functionality in April. This enhancement […]

Continue Reading

SPWebApplication Class

[toc] Namespace Microsoft.SharePoint.Administration Assembly Microsoft.SharePoint.dll A SharePoint Server web application is composed of an Internet Information Services (IIS) web site that acts as a logical unit for the site collections that you create. Before you can create a site collection, you must first create a Web application. Each web application is represented by a different […]

Continue Reading

Export-SPAllSitesForMigration

[toc] Function Name Export-SPAllSitesForMigration Download Source Code Export-SPAllSitesForMigration.zip Description The code in this module will gather all site collections in your farm and write the details to a CSV file. The CSV file will be formatted to support a migration effort. Parameters Parameter Name $CsvFilename Data Type [System.String] Required Yes Description Use this parameter to specify […]

Continue Reading

PowerShell: Retrieve All Sites With or Without Personal Sites (MySites)

[toc] I love using the pipeline in PowerShell.  Recently I was in a situation where, if a PS script what a one-liner I didn’t have to submit it through the review/approval/change management process.  Its amazing what you can do in PowerShell in a single line of code! Retrieve all site collections, for all web applications […]

Continue Reading

Debugging SharePoint Issues and ULS Log Files

I often see administrators and developers new to SharePoint find debugging difficult and complex. When working with SharePoint, log files are your friend.  In large on-premise farms, locating issues within large log files can be time consuming and sometimes difficult. When I am presented with an error that contains a correlation ID, I first resort […]

Continue Reading

AutoSPInstaller: SharePoint 2013 March 10, 2015 CU (KB2956166)

[toc] The AutoSPInstaller tool is not something I’ve written about in the past.  I’m not sure why because its a fantastic tool and I use it on a regular basis.  In general, it is a PowerShell based SharePoint installation tool.  If you are unfamiliar with it, I do recommend you take a look at it […]

Continue Reading

Evolution of SharePoint

Interesting article, from Julia White, general manager for the Office Product Management team, about the Evolution of SharePoint.  Exciting times ahead! Excerpt from Intro: “In the conversations I have with customers and partners, I’m often asked how SharePoint will evolve in Office 365, and what the future holds for SharePoint on-premises. As we move into […]

Continue Reading

10 Key Elements of Enterprise Information Architecture (#IA) – #2 Understanding

This article is the second in a series of ten that will help you better understand the 10 key elements of Enterprise Information Architecture.  To read the first article and the complete table of contents in this series, please click here. Understanding Information Understanding information is the most important aspect of Information Architecture. Before we […]

Continue Reading

10 Key Elements of Enterprise Information Architecture (#IA) – #1 Content Categorization

This article is the first in a series of ten that will help you better understand the 10 key elements of Enterprise Information Architecture (#IA).

Information Architecture consists of many techniques and principals that are required to ultimately add value to day-to-day business operations. When we look at everything involved with Information Architecture, it can be overwhelming and complex. For these reasons, I have broken down Information Architecture in to the following 10 Key Elements. These are by no means all inclusive but what can be considered the most important.

Continue Reading

Factors that Drive the Success of Information Use

There are many factors that comprise the successful implementation of a SharePoint solution. Regardless of what it is you are building, the following key success factors apply. Ease the Pains Associated with Storing and Managing Information Provide Meaningful and Accurate Information to Consumers Promote the Agile Evolution of Information Use Governance Education Each of these […]

Continue Reading

SVSPUG: Leveraging SaaS Applications Using the SharePoint 2013 App Model, 2/20/2014

Join us at the Silicon Valley SharePoint User Group, on February 20, to learn more about SharePoint 2013 App Model development techniques.  Brian Prigge, from Ramp, will be delivering our session, discussing how to leverage SaaS applications using the SharePoint 2013 app model. This should be an interesting and informative discussion; we hope to see […]

Continue Reading