SentinelOne.psd1
@{ ModuleVersion = '2.0.0' RootModule = 'SentinelOne.psm1' GUID = 'c9799328-84e1-43e8-b9db-062a7365570b' HelpInfoURI = 'https://github.com/vradchenko/PowerShell-SentinelOne' Author = 'Vladimir Radchenko' CompanyName = 'Unknown' Copyright = '(c) Vladimir Radchenko. All rights reserved.' Description = 'Module prodives basic Powershell cmdlets to work with SentinelOne API functions. Readme here: https://github.com/vradchenko/PowerShell-SentinelOne' PowerShellVersion = '7.0' FunctionsToExport = @('Add-S1APIToken', 'Get-S1APIToken', 'Remove-S1APIToken', 'Get-S1Agent', 'Get-S1DeepVisibility', 'Invoke-S1FileFetch', 'Get-S1SitePolicy', 'Get-S1Site', 'Get-S1Group', 'Get-S1Exclusion') CmdletsToExport = @() VariablesToExport = '*' AliasesToExport = @() PrivateData = @{PSData = @{Tags = 'SentinelOne', 'DeepVisibility'}} } |