I'm trying to list my Protection Groups which are nested in folders. I can get the parent folder MoRef easily enough:
$srmapi.Protection.ListProtectionGroups()[0].GetParentFolder().MoRef
But how can I get the SrmFolder object from the MoRef? I just need to get the folder name essentially.