Skip to content

Get-S1ModuleConfiguration

SYNOPSIS

Retrieve the configuration settings for the SentinelOne module.

SYNTAX

Cached (Default)

Get-S1ModuleConfiguration [<CommonParameters>]

Persisted

Get-S1ModuleConfiguration [-Persisted] [-Cache] [<CommonParameters>]

DESCRIPTION

This function retrieves the configuration settings for the SentinelOne module. It can either return the current configuration or cache the settings for future use.

EXAMPLES

EXAMPLE 1

Get-S1ModuleConfiguration -Persisted

Retrieves the persisted configuration settings for the SentinelOne module.

EXAMPLE 2

Get-S1ModuleConfiguration -Cache

Caches the current configuration settings for future queries.

PARAMETERS

-Persisted

Retrieve the persisted configuration settings from the module.

Type: SwitchParameter
Parameter Sets: Persisted
Aliases:

Required: True
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-Cache

Cache the configuration settings for future queries.

Type: SwitchParameter
Parameter Sets: Persisted
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES