Hi Community,
ich versuche gerade eine nicht mehr taufrische Dokumentation bzgl. der aktuell vorhandenen Computer im Haus zu aktualisieren und benutze dazu (seit gerade eben) das Power Shell Utility 'Get-ADComputer'. Dazu hätte ich zwei Fragen:
1) Was bedeutet es wenn das Attribut 'LastLogonDate' keinen Wert enthält?
2) Was ist der Unterschied zwischen 'LastLogonDate' und 'modifyTimeStamp'? Ich habe nämlich schon Computer gefunden, die ein 'LastLogonDate' mehr als 1,5 Jahren zurück haben, was durchaus auf ein veraltetes Objekt hindeutet aber der 'modifyTimeStamp' liegt dafür nur ca. vier Wochen zurück. Wie sind diese beiden Daten zu interpretieren?
PS C:\Users\Administrator.DOMAIN> Get-ADComputer -Identity ABRIXAS -Properties * AccountExpirationDate : accountExpires : 9223372036854775807 AccountLockoutTime : AccountNotDelegated : False AllowReversiblePasswordEncryption : False BadLogonCount : CannotChangePassword : False CanonicalName : DOMAIN.local/Hier/Dort/Computer/Desktops_No_Firewall/ABRIXAS Certificates : {} CN : ABRIXAS codePage : 0 countryCode : 0 Created : 14.12.2004 11:18:31 createTimeStamp : 14.12.2004 11:18:31 Deleted : Description : IHSNB2 DisplayName : ABRIXAS$ DistinguishedName : CN=ABRIXAS,OU=Desktops_No_Firewall,OU=Computer,OU=Hier,DC=DOMAIN ,DC=local DNSHostName : abrixas.DOMAIN.local DoesNotRequirePreAuth : False dSCorePropagationData : {01.01.1601 01:00:00} Enabled : True HomedirRequired : False HomePage : instanceType : 4 IPv4Address : 192.168.110.48 IPv6Address : isCriticalSystemObject : False isDeleted : LastBadPasswordAttempt : LastKnownParent : LastLogonDate : 17.03.2014 11:23:51 lastLogonTimestamp : 130395254315909513 Location : LockedOut : False logonHours : {255, 255, 255, 255...} ManagedBy : MemberOf : {} MNSLogonAccount : False Modified : 15.10.2015 13:48:54 modifyTimeStamp : 15.10.2015 13:48:54 msDS-SupportedEncryptionTypes : 28 msDS-User-Account-Control-Computed : 0 Name : ABRIXAS nTSecurityDescriptor : System.DirectoryServices.ActiveDirectorySecurity ObjectCategory : CN=Computer,CN=Schema,CN=Configuration,DC=DOMAIN,DC=local ObjectClass : computer ObjectGUID : 9a76f724-35bd-4c73-aeaf-6db49b31424e objectSid : S-1-5-21-873888364-1138832615-1381041710-1162 OperatingSystem : Windows 7 Professional OperatingSystemHotfix : OperatingSystemServicePack : Service Pack 1 OperatingSystemVersion : 6.1 (7601) PasswordExpired : False PasswordLastSet : 24.02.2014 14:02:17 PasswordNeverExpires : False PasswordNotRequired : False PrimaryGroup : CN=Domänencomputer,CN=Users,DC=DOMAIN,DC=local primaryGroupID : 515 ProtectedFromAccidentalDeletion : False pwdLastSet : 130377205374362493 SamAccountName : ABRIXAS$ sAMAccountType : 805306369 sDRightsEffective : 15 ServiceAccount : {} servicePrincipalName : {RestrictedKrbHost/ABRIXAS.DOMAIN.local, RestrictedKrbHost/ABRIXAS, HOST/ABRIXAS, HOST/abrixas.DOMAIN.local} ServicePrincipalNames : {RestrictedKrbHost/ABRIXAS.DOMAIN.local, RestrictedKrbHost/ABRIXAS, HOST/ABRIXAS, HOST/abrixas.DOMAIN.local} SID : S-1-5-21-873888364-1138832615-1381041710-1162 SIDHistory : {} TrustedForDelegation : False TrustedToAuthForDelegation : False UseDESKeyOnly : False userAccountControl : 4096 userCertificate : {} UserPrincipalName : uSNChanged : 26084 uSNCreated : 26084 whenChanged : 15.10.2015 13:48:54 whenCreated : 14.12.2004 11:18:31Thx & Bye Tom