Discussion:
dsmod user -loscr
(too old to reply)
Andy
2008-02-19 15:54:01 UTC
Permalink
Hi, I am trying to use 'dsmod user "cn=...." -loscr' to delete login scripts
used. I am able to edit the login script using this method however I am
unable to delete it. Can it be done? Also I would like to target more than
one username at a time, in fact everyone! Can this done?

Any help on this would be greatly appreciated. Thanks.
Marcin
2008-02-19 18:35:29 UTC
Permalink
To clear the attribute, simply specify "" as its value. You can loop through
the output of
dsquery user domainroot -scope subtree and execute the dsmod for each value
returned by it...

hth
Marcin

Loading...