Is it possible to assign a log off script via the command line ?
for example : I have a generic log off script which can be run on many
computers, and I would like a way to assign it without going through the
gpedit.msc console.
Andrew E. - 30 Apr 2008 00:01 GMT
If youre looking for "scripts" then you need to go
to:http://www.microsoft.com/technet Locate the script center,the library
might
already have what you need...
> Is it possible to assign a log off script via the command line ?
>
> for example : I have a generic log off script which can be run on many
> computers, and I would like a way to assign it without going through the
> gpedit.msc console.
Richard - 02 May 2008 20:34 GMT
Check Technet.
> Is it possible to assign a log off script via the command line ?
>
> for example : I have a generic log off script which can be run on many
> computers, and I would like a way to assign it without going through the
> gpedit.msc console.
Klaus Jorgensen - 02 May 2008 23:30 GMT
Remush via WindowsKB.com wrote :
> Is it possible to assign a log off script via the command line ?
>
> for example : I have a generic log off script which can be run on many
> computers, and I would like a way to assign it without going through the
> gpedit.msc console.
If the computers are in a domain, you could use the domain logoff
script instead of adding it manually to every computer.
Many of the Group Policies are actually just shortcuts to registry
entries. Add a script via gpedit.msc, and search the registry for the
filename of the script. Then use the "reg add" command line to test.
/klaus
Remush - 06 May 2008 06:48 GMT
Thanks I will try it out.
>Remush via WindowsKB.com wrote :
>> Is it possible to assign a log off script via the command line ?
[quoted text clipped - 11 lines]
>
>/klaus