All Projects → dsccommunity → Sharepointdsc

dsccommunity / Sharepointdsc

Licence: mit
The SharePointDsc PowerShell module provides DSC resources that can be used to deploy and manage a SharePoint farm

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Sharepointdsc

Microsoft365dsc
Manages, configures, extracts and monitors Microsoft 365 tenant configurations
Stars: ✭ 374 (+82.44%)
Mutual labels:  sharepoint, microsoft, devops
powershell
PnP PowerShell
Stars: ✭ 326 (+59.02%)
Mutual labels:  microsoft, sharepoint
mvp-monitor
📊 Microsoft MVPs Monitor
Stars: ✭ 30 (-85.37%)
Mutual labels:  microsoft, sharepoint
Azure Devops Python Api
Azure DevOps Python API
Stars: ✭ 257 (+25.37%)
Mutual labels:  microsoft, devops
vbo365-rest
Unofficial Self-Service Web Portal for Veeam Backup for Microsoft Office 365
Stars: ✭ 44 (-78.54%)
Mutual labels:  microsoft, sharepoint
script-samples
A sample gallery of scripts to manage all things Microsoft 365.
Stars: ✭ 56 (-72.68%)
Mutual labels:  microsoft, sharepoint
Ccodashboard
Welcome to the Continuous Cloud Optimization Power BI Dashboard GitHub Project. In this repository you will find all the guidance and files needed to deploy the Dashboard in your environment to take benefit of a single pane of glass to get insights about your Azure resources and services.
Stars: ✭ 256 (+24.88%)
Mutual labels:  microsoft, devops
Telegram List
List of telegram groups, channels & bots // Список интересных групп, каналов и ботов телеграма // Список чатов для программистов
Stars: ✭ 3,362 (+1540%)
Mutual labels:  microsoft, devops
Pnp Js Core
Code moved to https://github.com/pnp/pnpjs. This repository is archived.
Stars: ✭ 382 (+86.34%)
Mutual labels:  sharepoint, microsoft
Cli Microsoft365
Manage Microsoft 365 and SharePoint Framework projects on any platform
Stars: ✭ 420 (+104.88%)
Mutual labels:  sharepoint, microsoft
Azure
Azure-related repository
Stars: ✭ 78 (-61.95%)
Mutual labels:  microsoft, devops
Python O365
A simple python library to interact with Microsoft Graph and Office 365 API
Stars: ✭ 742 (+261.95%)
Mutual labels:  sharepoint, microsoft
Generator Spfx
Open-source generator to extend the capabilities of the Microsoft SPFx generator
Stars: ✭ 150 (-26.83%)
Mutual labels:  sharepoint, microsoft
Npm Windows Upgrade
🚀 Upgrade npm on Windows
Stars: ✭ 2,450 (+1095.12%)
Mutual labels:  microsoft
Azure Sdk For Net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
Stars: ✭ 3,079 (+1401.95%)
Mutual labels:  microsoft
Wesng
Windows Exploit Suggester - Next Generation
Stars: ✭ 2,675 (+1204.88%)
Mutual labels:  microsoft
Escape
Release engineering, life-cycle management and Continuous Delivery of software platforms and artefacts
Stars: ✭ 199 (-2.93%)
Mutual labels:  devops
Effective Shell
Text, samples and website for my 'Effective Shell' series.
Stars: ✭ 204 (-0.49%)
Mutual labels:  devops
Accessibility Insights Windows
Accessibility Insights for Windows
Stars: ✭ 202 (-1.46%)
Mutual labels:  microsoft
Phpspo
Office 365 Library for PHP. It allows to performs CRUD operations against Office 365 resources via an REST/OData based API
Stars: ✭ 198 (-3.41%)
Mutual labels:  sharepoint

SharePointDsc

Build Status Azure DevOps coverage (branch) Azure DevOps tests PowerShell Gallery (with prereleases) PowerShell Gallery

The SharePointDsc PowerShell module (formerly known as xSharePoint) provides DSC resources that can be used to deploy and manage a SharePoint farm.

Please leave comments, feature requests, and bug reports in the issues tab for this module.

Information about this module, new releases and tips/tricks will be shared on the SharePointDsc blog.

Code of Conduct

This project has adopted this Code of Conduct.

Releases

For each merge to the branch master a preview release will be deployed to PowerShell Gallery. Periodically a release version tag will be pushed which will deploy a full release to PowerShell Gallery.

Contributing

If you would like to modify SharePointDsc module, please feel free. Please refer to the Contribution Guidelines for information about style guides, testing and patterns for contributing to DSC resources.

Also check out common DSC Community contributing guidelines.

Installation

To manually install the module, download the source code and unzip the contents of the \Modules\SharePointDsc directory to the $env:ProgramFiles\WindowsPowerShell\Modules folder

To install from the PowerShell gallery using PowerShellGet (in PowerShell 5.0) run the following command:

Find-Module -Name SharePointDsc -Repository PSGallery | Install-Module

To confirm installation, run the below command and ensure you see the SharePoint DSC resoures available:

Get-DscResource -Module SharePointDsc

Requirements

The minimum PowerShell version required is 4.0, which ships in Windows 8.1 or Windows Server 2012R2 (or higher versions). The preferred version is PowerShell 5.0 or higher, which ships with Windows 10 or Windows Server 2016. This is discussed on the SharePointDsc wiki, but generally PowerShell 5 will run the SharePoint DSC resources faster and with improved verbose level logging.

Documentation and examples

For a full list of resources in SharePointDsc and examples on their use, check out the SharePointDsc wiki. You can also review the "examples" directory in the SharePointDSC module for some general use scenarios for all of the resources that are in the module.

Changelog

A full list of changes in each version can be found in the change log

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].