When managing environments with Safeguard Authentication Services (SAS), administrators may need to identify which Active Directory groups are Unix-enabled – meaning they have Unix attributes configured under the "Unix Account" tab.
While SAS does not include a built-in report for this purpose, you can easily retrieve this information using PowerShell by combining standard Active Directory commands with the Safeguard Authentication Services cmdlets.
This article explains how to achieve this.
Safeguard Authentication Services includes a set of PowerShell cmdlets that can be used in combination with Active Directory commands to query and manage Unix-enabled groups. These cmdlets are documented here:
Managing groups with Windows PowerShell
For example, the following PowerShell command retrieves all Active Directory groups and lists only those that are Unix-enabled:
Get-ADGroup -Filter * | Get-QasUnixGroup | Where-Object { $_.UnixEnabled -eq $true }
© 2025 One Identity LLC. ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 쿠키 기본 설정 센터