Tampilkan postingan dengan label Microsoft. Tampilkan semua postingan
Tampilkan postingan dengan label Microsoft. Tampilkan semua postingan

Rabu, 01 Oktober 2014

Groups in Active Directory

universal group is a security or distribution group that contains users, groups, and computers from any domain in its forest as members. You can give universal security groups rights and permissions on resources in any domain in the forest.

global group is a group that can be used in its own domain, in member servers and in workstations of the domain, and in trusting domains. In all those locations, you can give a global group rights and permissions and the global group can become a member of local groups. However, a global group can contain user accounts that are only from its own domain.

domain local group is a security or distribution group that can contain universal groups, global groups, other domain local groups from its own domain, and accounts from any domain in the forest. You can give domain local security groups rights and permissions on resources that reside only in the same domain where the domain local group is located.

http://support2.microsoft.com/kb/231273

Senin, 04 Agustus 2014

Standard sysprep command

Berikut ini ada command yang saya gunakan biasanya untuk sysprep dengan menngunakan unattande answer file:

sysprep /oobe /generalize /shutdown /unattend:unattend.xml

Selasa, 18 Februari 2014

Changing Resource Mailbox subject from organizer's name



Menemukan sesuatu yange menarik hari ini. Resource calendar pada Exchange 2010 ketika Automatically Accept Invitasi Kalendar, merubah Subject menjadi nama penyelenggara.

Artikel dari Microsoft berikut menujukkan bahwa ini adalah Default Behavior dari Resource Calendar:
http://support.microsoft.com/kb/2842288

Sebagai kesimpulan dari artikel di atas pada Exchange 2010:
Untuk mengecek AddOrganizerToSubject dan DeleteSubject adalah True
Get-CalendarProcessing -Identity <RESOURCEMAILBOX> | FL
Untuk merubah behaviour tersbut lakukan berikut:
  1. Buka Exchange Management Shell
  2. Ketik command berikut:
  • Set-CalendarProcessing -Identity <RESOURCEMAILBOX> -DeleteSubject $False -AddOrganizerToSubject $False
Proses tersebut dapat dilakukan melalui GUI pada Exchange Management Console dengan meng-untick "Delete the subject" dan "Add the organizer's name to the subject" button berikut.