Resource Type: dsc_xexchautomountpoint

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

Overview

The DSC xExchAutoMountPoint resource type. Automatically generated from version 1.33.0

Properties

  • dsc_autodagdatabasesrootfolderpath

    The parent folder for Exchange database mount point folders.

  • dsc_autodagvolumesrootfolderpath

    The parent folder for Exchange volume mount point folders.

  • dsc_createsubfolders

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

  • dsc_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

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

  • dsc_filesystem

    The file system to use when formatting the volume. Defaults to NTFS.

  • dsc_mindisksize

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

  • dsc_partitioningscheme

    The partitioning scheme for the volume. Defaults to GPT.

  • dsc_sparevolumecount

    How many spare volumes will be available.

  • dsc_unitsize

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

  • dsc_volumeprefix

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

Parameters

  • dsc_identity (namevar)

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

  • dsc_psdscrunascredential
  • name (namevar)

    Description of the purpose for this resource declaration.

  • validation_mode (defaults to: property)

    Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).