Tag: Software Development
Arduino Launches a New Modular Platform for IoT Development
Arduino, the open-source hardware platform, yesterday (1/7/2020) announced the launch of a new low-code platform and modular hardware system for IoT development. The idea here is to give small and medium businesses the tools to develop IoT solutions without having to invest in specialized engineering resources.
Continue ReadingArduino and Raspberry Pi Project Ideas
I’ve decided to keep a list of sites and articles that provide instructions for building Arduino and Raspberry Pi projects. Below you will find a list of the sites I visit when searching for ideas and answers. As I find new resources I will update this article. If you have a resource you’d like added […]
Continue ReadingMicrosoft Flow Online Conference, Tuesday, September 10, 2019
Come and join some of the best teachers, trainers and Microsoft Flow MVP’s from around the world as they bring 9 hours of back-to-back Microsoft Flow training and tutorial sessions live and on-demand to you!
Continue ReadingSPWebApplication 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 ReadingExport-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 ReadingSharePoint 2016 Site Templates and ID’s
I’m constantly needing a list of all the site templates available in SharePoint 2016. I decided to start maintaining this list on my blog so I don’t have to search for it anymore. Note – I did not come up with this list in a vacuum. I’m making updates here but the original list came […]
Continue ReadingPowerShell and SharePoint Modules
[toc] There are a lot of posts about creating modules, for SharePoint, in PowerShell. I decided to write this post so everything I’ve learned is in one place. I’m hoping you learn something from this (as I did). I have tested the code in this article in SharePoint On-premise 2010, 2013 and 2016. Modules do […]
Continue Reading