Get-CMMicrosoftEdgeBrowserProfiles
Get a policy for a Microsoft Edge Legacy browser profile.
Syntax
ByValue (Default)
Get-CMMicrosoftEdgeBrowserProfiles
[-Fast]
[<CommonParameters>]
ById
Get-CMMicrosoftEdgeBrowserProfiles
[-Id] <Int32>
[-Fast]
[<CommonParameters>]
ByName
Get-CMMicrosoftEdgeBrowserProfiles
[-Name] <String>
[-Fast]
[<CommonParameters>]
Description
Get a policy for a Microsoft Edge Legacy browser profile. This policy only applies to clients on Windows 10, version 1703 or later, and Microsoft Edge Legacy version 45 and earlier. For more information, see Configure Microsoft Edge Legacy settings in Configuration Manager.
For more information on managing Microsoft Edge version 77 or later with Configuration Manager, see Deploy Microsoft Edge, version 77 and later. For more information on configuring policies for Microsoft Edge version 77 or later, see Microsoft Edge - Policies.
Examples
Example 1
This example uses the Fast parameter to quickly get an object by its ID without loading lazy properties, and then only displays the policy name.
Get-CMMicrosoftEdgeBrowserProfiles -Id 88156 -Fast | Select-Object LocalizedDisplayName
Parameters
-Fast
Add this parameter to not automatically refresh lazy properties. Lazy properties contain values that are relatively inefficient to retrieve. Getting these properties can cause additional network traffic and decrease cmdlet performance.
If you don't use this parameter, the cmdlet displays a warning. To disable this warning, set $CMPSSuppressFastNotUsedCheck = $true
.
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 |
-Id
Specify the CI ID of the browser profile to get. The format is a five- to seven-digit number, for example 403823
.
Parameter properties
Type: | Int32 |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | CIId, CI_ID |
Parameter sets
ById
Position: | 0 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Name
Specify the name of the browser profile to get.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | True |
DontShow: | False |
Parameter sets
ByName
Position: | 0 |
Mandatory: | True |
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.