I can query the AD and find all the IIS sites and their virtual directories, now I need to be able to update those home directories and save the changes.
After I fetch t
Ok, I tried this and it seems to work:
$s.psbase.properties.path[0] = $siteConfig.path $s.psbase.CommitChanges()
Is there a better cleaner way of handling this?