-
Notifications
You must be signed in to change notification settings - Fork 107
SPIrmSettings
Brian Farnhill edited this page Jun 2, 2016
·
18 revisions
Parameters
Parameter | Attribute | DataType | Description | Allowed Values |
---|---|---|---|---|
Ensure | Key | String | Enable or Disable IRM on this farm | Present, Absent |
UseADRMS | Write | Boolean | Use the RMS server published in this farm's Active Directory | |
RMSserver | Write | String | Use the specified RMS server, must provide in URL format | |
InstallAccount | Write | String | POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsAccount if using PowerShell 5 |
Description
This resource is used to manipulate the IRM settings in SharePoint, integrating it with AD RMS
Example
SPIrmSettings ContosoRMS
{
Ensure = "Present"
RMSserver = "https://rms.contoso.com"
}
- Home
- Getting Started
- Pre-requisites
- Installing the module
- Exporting SharePoint Configuration
- Creating Configuration Files
- Pre-created Examples
- Creating an Azure development environment
- Understanding Resources & Syntax
- Remote PowerShell Authentication
- Contributing to SharePointDsc
- Other useful modules for SharePoint DSC configurations