Re: Exporting Code Group to an XML file

From: Eugene V. Bobukh [MS] (eugenebo_at_online.microsoft.com)
Date: 07/23/03


Date: Wed, 23 Jul 2003 14:35:44 -0700


There might be several options for this:

1. [Most granular, most complicated] Go to the location of Runtime Security configuration file [it will be something like "C:\WINDOWS\Microsoft.NET\Framework\v1.2.30722\config\security.config" for machine policy], find there the XML for the code group desired, copy it to XML file [don't forget to pick up the permission sets it is using if they are not default], then insert all this data to the config file of the target machine to which you are deploying the policy.

2. [Less granular, very easy]: Consider using using .NET Framework Configuration tool, option "Creat Deployment Package" of the "Runtime Security Policy" node. Through that, an .msi package could be created that can be installed on any other machine as an application. However, this option will completely overwrite the policy state of the tagret machine with a new policy.

-- 
Eugene V. Bobukh
This message is provided "AS IS" with no warranties, and confers no rights. Any opinions or policies stated within it are my own and do not necessarily constitute those of my employer.
----
"Bill" <bkapo@mycosmos.gr> wrote in message news:07ce01c350ea$232f0800$a601280a@phx.gbl...
> how can i export a specific code group policy from my 
> computer (that has a strong name membership condition) to 
> an XML file so i can distributed in other workstations?
> 
> bill


Relevant Pages

  • Re: Install Windows Patch via GPO
    ... This posting is provided "AS IS" with no warranties, and confers no rights. ...
    (microsoft.public.windows.group_policy)
  • Re: Trust windows 2k to windows 2k3
    ... This posting is provided "AS-IS" with no warranties or guarantees and ... confers no rights. ... only reply to Newsgroups ...
    (microsoft.public.windows.server.active_directory)
  • Re: Trust windows 2k to windows 2k3
    ... This posting is provided "AS-IS" with no warranties or guarantees and confers no rights. ... only reply to Newsgroups ...
    (microsoft.public.windows.server.active_directory)
  • Re: Installing a 360 Media Center Extender
    ... This posting is provided "AS IS" with no warranties, and confers no rights. ...
    (microsoft.public.windows.mediacenter)
  • Re: Trust windows 2k to windows 2k3
    ... This posting is provided "AS IS" with no warranties, and confers no rights. ... only reply to Newsgroups ...
    (microsoft.public.windows.server.active_directory)

Loading