Login | |
|
 |
RE: Script Help - 8/22/2007 5:19:30 PM
|
|
 |
|
| |
gdewrance
Posts: 587
Score: 3
Joined: 3/16/2006
Status: offline
|
If you go through this http://www.fontstuff.com/vba/vbatut07.htm it explains how to add your code either in personal.xls or an Add-On, it even shows you how to create your buttons and add them to menus.
|
|
| |
|
|
|
 |
RE: Script Help - 8/23/2007 5:19:44 AM
|
|
 |
|
| |
Parabellum
Posts: 222
Score: 0
Joined: 11/12/2006
From: UK
Status: offline
|
quote:
I am looking for a vb script which i can use in the windows 2003 active directory group policy for the users so that the first time they login they must change their password, no need for strong password or max length. Isn't this functionality included in windows 2003 server anyway?? In Active Directory... look at the "accounts" tab of a users properties for "change password at next logon"
|
|
| |
|
|
|
 |
RE: Script Help - 8/27/2007 6:20:08 AM
|
|
 |
|
| |
mikeock
Posts: 124
Score: 1
Joined: 6/8/2006
Status: offline
|
quote:
ORIGINAL: Parabellum quote:
I am looking for a vb script which i can use in the windows 2003 active directory group policy for the users so that the first time they login they must change their password, no need for strong password or max length. Isn't this functionality included in windows 2003 server anyway?? In Active Directory... look at the "accounts" tab of a users properties for "change password at next logon" Not only that, but what the hell does this have to do with the original post?
_____________________________
My sig sucks!
|
|
| |
|
|
|
 |
RE: Script Help - 8/27/2007 6:57:34 AM
|
|
 |
|
| |
mcds99
Posts: 441
Score: 4
Joined: 2/28/2006
Status: offline
|
When an account is created it should be set automatically to prompt for a new password, it's part of the account settings. If you don't want complex passwords then get ready for complex root kits causing all sorts of problems.
_____________________________
Sam Keep it Simple Make it Fun KiSMiF
|
|
| |
|
|
|
|
|