DscResources/Sentinel/Sentinel.psd1

@{
    RootModule           = 'Sentinel.schema.psm1'

    ModuleVersion        = '1.25.326.100'

    GUID                 = '11e0fad0-ee07-4790-a41c-eb7a0dca301f'

    Author               = 'Yorick Kuijs'

    CompanyName          = 'Microsoft'

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

    DscResourcesToExport = @('Sentinel')
}