PS-SentinelOne.psd1

#
# Module manifest for module 'PS-SentinelOne'
# Generated by: davidhowell.tx
# Generated on: 2/22/2020
#

@{
    RootModule = 'PS-SentinelOne.psm1'
    ModuleVersion = '2.1.2'
    GUID = '77c92a6d-a1d2-4f37-aa01-10f2be735d0b'
    Author = 'davidhowell.tx'
    CompanyName = 'David Howell'
    Copyright = '(c) 2020 davidhowell.tx. All rights reserved.'
    Description = 'A PowerShell script module that provides command-line interaction and automation for the SentinelOne API.'

    FunctionsToExport = @('Format-S1DvEvent','Get-S1Account','Get-S1Activity','Get-S1ActivityType','Get-S1Agent','Get-S1Application','Get-S1AvailableAction','Get-S1Blacklist','Get-S1Command','Get-S1DvEvent','Get-S1DvQueryExample','Get-S1DvQueryResult','Get-S1DvQueryStatus','Get-S1Exclusion','Get-S1Group','Get-S1HashReputation','Get-S1ModuleConfiguration','Get-S1Notification','Get-S1Package','Get-S1Passphrase','Get-S1Policy','Get-S1Recipient','Get-S1Site','Get-S1System','Get-S1Threat','Get-S1Token','Invoke-S1AgentAction','New-S1Blacklist','New-S1DvQuery','New-S1Exclusion','New-S1Group','Remove-S1Blacklist','Remove-S1Exclusion','Remove-S1Group','Remove-S1ModuleConfiguration','Remove-S1Recipient','Remove-S1Site','Set-S1ModuleConfiguration','Set-S1Notification','Set-S1Policy','Set-S1Recipient')
    CmdletsToExport = @()
    VariablesToExport = '*'
    AliasesToExport = @()

    PrivateData = @{
        PSData = @{

            # Tags applied to this module. These help with module discovery in online galleries.
            # Tags = @()

            # A URL to the license for this module.
            # LicenseUri = ''

            # A URL to the main website for this project.
            # ProjectUri = ''

            # A URL to an icon representing this module.
            # IconUri = ''

            # ReleaseNotes of this module
            # ReleaseNotes = ''


        } # End of PSData hashtable

    } # End of PrivateData hashtable

}