Forum

GPO üzerinden ...
 
Bildirimler
Hepsini Temizle

GPO üzerinden domainde bulunan bir client üzerinde veya tüm clientların üzerinde local user oluşturma.

5 Yazılar
3 Üyeler
0 Likes
468 Görüntüleme
(@Tahirk)
Gönderiler: 4
Active Member
Konu başlatıcı
 

Merhaba,


GPO üzerinden domainde bulunan bir client üzerinde veya tüm clientların üzerinde local user oluşturabilinirmi?

 
Gönderildi : 04/08/2010 19:35

(@fatihkaraalioglu)
Gönderiler: 3040
Illustrious Member
 

Merhaba;


Denemedim ama aşağıdaki makalede bunun için bir paylaşım bulunmaktadır.


http://blog.korteksolutions.com/how-to-create-local-accounts-via-group-policy/



How to create local accounts via Group Policy



How to create local accounts via Group Policy


This step by step document shows how to create a local admin account across all domain joined PC’s for use with situations like LogMein remote support and notebooks, which are not always connected to the domain.


1. Open Group Policy Management


2. Create a new Group Policy Object called “Local Users Login Account” and link it to the appropriate OU.


3. Open up the newly created GPO called “Local Users Login Account”.


clip_image002


4. Under the User Configuration Node, Select Preferences, Control Panel Settings, Local Users and Groups. Then Right Click and select New, Local User


clip_image004


5. In Action, Select Update. User name will be “RemoteAdmin”. Under Full name, type in a descriptive name. Select a password in Password and Confirm Password, and Uncheck User must change password at next logon, and check Password never expires. Leave Account never expires checked. Click on OK.


clip_image006


6. Now go to the Computer Configuration Node, and select Preferences, Control Panel Settings, Local Users and Groups. Right click and select New, Local Group.


clip_image008


7. Under Action, select Update, in Group name, select Administrators (built-in), and then click on Add under Members. In the Add box, type in RemoteAdmin for the name and click OK. Now Click on OK again.


clip_image010


8. Now wait for the group policy to update. If you don’t want to wait, you can open up a command prompt on a workstation and type “gpupdate /force”


Troubleshooting:


If you see the user being created but not added to the local administrators group, take a look at where you are assigning the GPO to. Ensure you are assigning it to User objects and Computer Objects.

 
Gönderildi : 04/08/2010 19:45

(@Tahirk)
Gönderiler: 4
Active Member
Konu başlatıcı
 

Merhaba,


ilgili bölüm çıkmıyor?


clip_image004


 

 
Gönderildi : 04/08/2010 20:53

(@Tahirk)
Gönderiler: 4
Active Member
Konu başlatıcı
 

Aşağıdaki script işe yarıyor.


GPO'dan aşağıdaki komutu startup script'e yazarak uyguladığımız her PC'de belirlediğimiz kullanıcıyı oluşturabiliyoruz. 

net user testuser Password77  /ADD

 
Gönderildi : 05/08/2010 12:46

(@Burakistanbullu)
Gönderiler: 334
Reputable Member
 


Aşağıdaki script işe yarıyor.


GPO'dan aşağıdaki komutu startup script'e yazarak uyguladığımız her PC'de belirlediğimiz kullanıcıyı oluşturabiliyoruz. 

net user testuser Password77  /ADD



Ayrıca bu komut ile oluşturulan user lar default olarak local de administrator üyelik hakkıyla gelmektedir.(Windows 7 için , diğerlerinde denemedim )

 
Gönderildi : 05/08/2010 13:15

Paylaş: