Resource Type: dsc_xexchautomountpoint

Defined in:
lib/puppet/type/dsc_xexchautomountpoint.rb
Providers:
powershell

Overview

The DSC xExchAutoMountPoint resource type. Automatically generated from ‘xExchange/DSCResources/MSFT_xExchAutoMountPoint/MSFT_xExchAutoMountPoint.schema.mof’

To learn more about PowerShell Desired State Configuration, please visit technet.microsoft.com/en-us/library/dn249912.aspx.

For more information about built-in DSC Resources, please visit technet.microsoft.com/en-us/library/dn249921.aspx.

For more information about xDsc Resources, please visit github.com/PowerShell/DscResources.

Properties

  • ensure

    The basic property that the resource should be in.

    Supported values:
    • exists?
    • present

Parameters

  • dsc_autodagdatabasesrootfolderpath

    AutoDagDatabasesRootFolderPath - The parent folder for Exchange database mount point folders.

  • dsc_autodagvolumesrootfolderpath

    AutoDagVolumesRootFolderPath - The parent folder for Exchange volume mount point folders.

  • dsc_createsubfolders

    CreateSubfolders - If $true, specifies that DBNAME.db and DBNAME.log subfolders should be automatically created underneath the ExchangeDatabase mount points. Defaults to $false.

    Supported values:
    • true
    • false
  • dsc_disktodbmap

    DiskToDBMap - An array of strings containing the databases for each disk. Databases on the same disk should be in the same string, and comma separated. Example: ‘DB1,DB2’,‘DB3,DB4’. This puts DB1 and DB2 on one disk, and DB3 and DB4 on another.

  • dsc_ensureexchangevolumemountpointislast

    EnsureExchangeVolumeMountPointIsLast - Whether the EXVOL mount point should be moved to be the last mount point listed on each disk. Defaults to $false.

    Supported values:
    • true
    • false
  • dsc_filesystem

    FileSystem - The file system to use when formatting the volume. Defaults to NTFS. Valid values are NTFS, REFS.

  • dsc_identity

    Identity - The name of the server. Not actually used for anything.

  • dsc_mindisksize

    MinDiskSize - The minimum size of a disk to consider using. Defaults to none. Should be in a format like ‘1024MB’ or ‘1TB’.

  • dsc_partitioningscheme

    PartitioningScheme - The partitioning scheme for the volume. Defaults to GPT. Valid values are MBR, GPT.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_sparevolumecount

    SpareVolumeCount - How many spare volumes will be available.

  • dsc_unitsize

    UnitSize - The unit size to use when formatting the disk. Defaults to 64k.

  • dsc_volumeprefix

    VolumePrefix - The prefix to give to Exchange Volume folders. Defaults to EXVOL.

  • name (namevar)
  • provider

    The specific backend to use for this ‘dsc_xexchautomountpoint` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.