en-us/about_SPIrmSettings.help.txt
.NAME
SPIrmSettings .SYNOPSIS 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" } .PARAMETER Ensure Key - String Allowed values: Present, Absent Enable or Disable IRM on this farm .PARAMETER UseADRMS Write - Boolean Use the RMS server published in this farm's Active Directory .PARAMETER RMSserver Write - String Use the specified RMS server, must provide in URL format .PARAMETER InstallAccount Write - String POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsAccount if using PowerShell 5 |