Get-CMPersistentUserSettingsGroup
Get the list of site-wide settings that you've stored.
Syntax
Default (Default)
Get-CMPersistentUserSettingsGroup
[-Name <String>]
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[<CommonParameters>]
Description
Starting in version 2107, use this cmdlet to get the list of site-wide settings that you've stored. These settings follow you on different devices.
For example, Configuration Manager console notifications that are active or you've dismissed.
Note
Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>
. For more information, see getting started.
Examples
Example 1
Get-CMPersistentUserSettingsGroup
SmsProviderObjectPath : SMS_PersistentUserSettingsGroup.GroupName="NotificationTasks"
GroupName : NotificationTasks
LastModified : 8/2/2021 09:38:11
SettingsBlob : {
"ActiveTasks": "{\"2F738517-E6AC-4434-B601-A7DD2989A2D2\":\"2021-08-02T16:38:13.6451945Z\",\"
3142F9C1-E52C-426B-BFFC-6E2EC65E8799\":\"2021-07-13T18:25:38.062348Z\",\"5B059EC9-C45C-47C7-AD7
F-902848392274\":\"2021-08-02T16:38:13.6451945Z\",\"9B01B74C-A549-4223-A349-60CE6544845C\":\"20
21-07-19T17:45:28.0732112Z\",\"E1288582-4428-4E35-BCF3-23770253099C\":\"2021-08-02T16:38:13.645
1945Z\",\"99E42B9A-12DF-4D9D-9FE0-1F96140B8727\":\"2021-07-27T21:13:48.7410716Z\"}",
"SiteVersion": "\"5.0.9058.800\""
}
Parameters
-DisableWildcardHandling
This parameter treats wildcard characters as literal character values. You can't combine it with ForceWildcardHandling.
Parameter properties
Type: | SwitchParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-ForceWildcardHandling
This parameter processes wildcard characters and may lead to unexpected behavior (not recommended). You can't combine it with DisableWildcardHandling.
Parameter properties
Type: | SwitchParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Name
{{ Fill Name Description }}
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | GroupName |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.