GetSecurityProfiles¶
Returns the security profiles defined on a domain.
$Domain.GetSecurityProfiles():object
Remarks¶
Returns an object with the profile names as keys and profile IDs as values.
Example¶
1 2 3 | |
Returns the security profiles defined on a domain.
$Domain.GetSecurityProfiles():object
Returns an object with the profile names as keys and profile IDs as values.
1 2 3 | |