DscResources/Sentinel/Sentinel.psd1

@{
    RootModule           = 'Sentinel.schema.psm1'

    ModuleVersion        = '1.26.708.100'

    GUID                 = 'ceb36afa-98e8-41e2-b32e-f2c8aa3b8d11'

    Author               = 'Yorick Kuijs'

    CompanyName          = 'Microsoft'

    Copyright            = 'Copyright to Microsoft Corporation. All rights reserved.'

    DscResourcesToExport = @('Sentinel')
}