updating drive mapping GPO programmatically using powershell

Posted by Kristoffer on Server Fault See other posts from Server Fault or by Kristoffer
Published on 2012-10-03T10:00:17Z Indexed on 2013/11/03 15:57 UTC
Read the original article Hit count: 306

Filed under:
|

I have a Group Policy in a domain that have lots of drive mapping settings. I would like to change the path for a lot of these servers in this gpo with powershell if possible. I know i could do this via the GPMC, but would prefer to do it programtically. I have looked at the grouppolicy powershell module from microsoft (get-gpo and friends) but i only seem to be able to change registry entrys and permissions on the policys, not the actual path for the drivemapping. any ideas? Thanks!

© Server Fault or respective owner

Related posts about group-policy

Related posts about powershell