Creating groups did not work for me (maybe due to changes in FIM 2010 R2 SP1):First and foremost problem - Owner is never correctly resolved due to a typo: SetSingleValue -ImportObject $NewGroup -AttributeName "Owner" -AttributeValue $ResolveOwner.SourceObjectIdentifier -FullyResolved 0to SetSingleValue -ImportObject $NewGroup -AttributeName "Owner" -NewAttributeValue $ResolveOwner.SourceObjectIdentifier -FullyResolved 0Other issues:DisplayedOwner, MembershipLocked, MembershipAddWorkflow need to
↧