Get-CMMicrosoftEdgeBrowserProfiles
Get a policy for a Microsoft Edge Legacy browser profile.
Syntax
Get-CMMicrosoftEdgeBrowserProfiles
[-Fast]
[<CommonParameters>]
Get-CMMicrosoftEdgeBrowserProfiles
[-Id] <Int32>
[-Fast]
[<CommonParameters>]
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
.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Id
Specify the CI ID of the browser profile to get. The format is a five- to seven-digit number, for example 403823
.
Type: | Int32 |
Aliases: | CIId, CI_ID |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
Specify the name of the browser profile to get.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | True |
Inputs
None
Outputs
System.Object