API Reference
Enum
GpoOrganizationalUnitRecommendation
Recommended actions for an Organizational Unit (OU) based on linked GPOs and objects found within the OU scope.
Inheritance
- Enum
- GpoOrganizationalUnitRecommendation
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const GpoOrganizationalUnitRecommendation UnlinkGpo #The OU has linked GPOs but has no users/computers (or is empty); consider unlinking GPOs from this OU.
Value:
2public const GpoOrganizationalUnitRecommendation DeleteOu #The OU has no relevant objects (and possibly no linked GPOs); consider deleting this OU.
Value:
4