Get-S1ModuleConfiguration
SYNOPSIS
Retrieve the configuration settings for the SentinelOne module.
SYNTAX
Cached (Default)
Persisted
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
Retrieves the persisted configuration settings for the SentinelOne module.
EXAMPLE 2
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.