Finding An Active Directory Group's GUID

About CLICK

  • What is SynchroNet CLICK™?
  • What is CLICK Self-Service?
  • CLICK Architecture
  • CLICK Support

Deploying CLICK

  • Introduction
  • Step 1: Evaluate Your Infrastructure
  • Step 2: SAML IdP Prerequisites
  • Step 3: Active Directory Prerequisites
  • Step 4: Subscribe to CLICK
  • Step 5: Create a CLICK Instance
    • Step 5a: Configure SAML IdP
    • Step 5b: Deploy AD Gateway

Configuring CLICK

  • Introduction
  • Active Directory Group Structure Recommendations
  • Step 1: Configure AWS
    • Step 1a: Link AWS Accounts
    • Step 1b: Enable Regions
    • Step 1c: Configure Bundles
    • Step 1d: Configure Directories
  • Step 2: Configure CLICK Automation
    • Step 2a: Configure Packages
    • Step 2b: Configure User Groups
    • Step 2c: Configure Application Mappings
    • Step 2d: Manage Existing WorkSpaces
  • Additional Feature Configuration
    • Configure Automated Cost Optimization
    • Configure E-mail Notifications
    • Configure Additional User Roles
    • Configure WorkSpaces Migration
    • Configure Dedicated Entra ID Directory Synchronization
    • Configure WorkSpaces Pools
    • Configure WorkSpaces Performance Metrics

CLICK Technical Reference

  • Active Directory Properties Stored by CLICK
  • CLICK AD Gateway
    • AD Gateway IAM Role Information
    • AD Gateway Stack Parameters
    • AD Gateway Deployment IAM Policy
    • AD Gateway Upgrade
  • AD-Less CLICK Guide
  • Automated Cost Optimization Guide
  • CLICK Self Service Guide
  • Cost Optimization Guide
  • E-mail Template Variables
  • EULA
  • Finding an Active Directory Group's GUID
  • Ninja RMM Agent Deployment
  • SAML IdP Configuration
    • ADFS Integration
    • Auth0 Integration
    • Okta Integration
    • Azure AD Integration
  • SynchroNet CLICK Service Level Agreement (SLA)
  • WorkSpaces Scaling Tips
  • WorkSpace Parameters Reference

Frequently Asked Questions

  • FAQs
Powered by 

You can find the objectGUID value for an Active Directory group using the Attribute Editor in the Active Directory Users and Computers (ADUC) console snapin.

1. Ensure Advanced Functionality is Enabled

The Attribute Editor is part of ADUC's advanced functionality. You can see it is enabled by going to the view menu and looking for a check mark next to the Advanced Features item.

475

2. Find the objectGUID

Open the properties dialog of the Active Directory group whose objectGUID you need to find, and navigate to the Attribute Editor tab. In this list, in alphabetical order, you can find the objectGUID value for the group.

400

3. Copy the objectGUID to the Clipboard

Unfortunately, the Attribute Editor doesn't provide a way to copy the objectGUID value. To capture the objectGUID, you'll need to perform a few extra steps.

  1. Find the group's Distinguished Name in the Attribute Editor.
400
  1. Double click on the entry to bring up the String Attribute Editor window, then copy the entire string.
409
  1. Run the following PowerShell code snippet, replacing __value__ with the Distinguished Name you just copied.
PowerShellGet-ADObject -Identity "__value__" | Select-Object -Property ObjectGUID

You can now easily copy the objectGUID from the output of the PowerShell code above.

Updated 9 months ago

EULANinja RMM Agent DeploymentAsk AI

Tag » Active Directory Search Attribute Editor