Posts

DNS client not finding server

at moment, have dns server on network 1 dc. nslookup works fine windows 7 client not server 2008 r2. can ping ip address of dns server , host name gives me ip address. not nslookup (nslookup report proper server ip address). any suggestions out there? rich_am btw, client times our looking this:  _ldap._tcp.dc._msdcs.labnet.local hi rich_am, as far know, nslookup use different resolver from windows operate system. may check firewall ports mentioned above, since server system might have more protection on firewall settings than client system. since suspect resolver on client might be corrupted, may try restart computer, check if work. besides, we may use network monitor to perform traffic capture on server 2008r2 , dns server, may clear see problem. after capturing, set filter dns, see dns process. network monitor download: http://www.microsoft.com/en-us/download/details.aspx?id=4865 best regards, anne he please remember mark re...

Administrator Password not working

hi i have installed windows 2012 r2 on server, today not able login, password not working. please help. which administrator password talking - local or domain? if local administrator password not working login server other user credentials , reset password administrator: open local user , group console-> click on user-> right click on administrator , click on change password. this sometime happens... also try login using computername\administrator or use .\administrator username , try again...  also, if machine joined domain login domain account , change password administrator user , try again login. thanks, mayank dhama ----------------------------------- mark answer if helps you! mayank dhama Windows Server  >  Server Manager ...

Add additional value to a reg_multi-sZ value via PS

basically i'm trying code ps script implement this: http://support.microsoft.com/kb/951608 the first step add value hkey_local_machine\system\currentcontrolset\control\lsa\security packages key i'm little unclear how add value existing mutl-valued key, don't want overwrite there. thanks, blake further vadims, this: $key = get-item "hklm:\system\currentcontrolset\control\lsa\" $values = $key.getvalue("security packages") $values += "new value" set-itemproperty "hklm:\system\currentcontrolset\control\lsa\" "security packages" $values karl Windows Server  >  Windows PowerShell

Hyper-V role and Active Directory Service in same server?

hi, using windows 2008 r2 + sp1. i setup lab sharepoint training. need active directory server. best place install "active directory domain services" ? on host server or inside vm? i think installing ad on host machine directly leave more room vms. there adverse consequences having hyper-v role , "active directory domain services" role running on same server? thanks in advance advice.   edit: found answer here: active directory , dns on hyper-v host http://social.technet.microsoft.com/forums/en-us/winserverhyperv/thread/3eece08e-09f5-49e2-9403-b67a420af0d2/ hi, if in test environment, can put ad server either on hyper-v host machine or in virtual machine running on hyper-v. however, best practice, not recommend use hyper-v host machine domain controller, in production environment. if search in forum, able find lots of posts discussed similar issue. best regards, vincent hu ...

Get-ChildItem : The specified path, file name, or both are too long..

Image
get-childitem : specified path, file name, or both long.. looking see if group listed in users directory , failed: ps c:\users\directory> get-childitem "p:\users\p\" -recurse | get-acl | select -expand access | export-csv c:\temp\fold er_permission.csv get-childitem : specified path, file name, or both long. qualified file name must less 260 characters, , directory name must less 248 characters. @ line:1 char:14 is there way log users with crazy folders , continue script? try this: https://gallery.technet.microsoft.com/scriptcenter/powershellaccesscontrol-d3be7b83 supports filenames longer 260 characters (psv3 or higher) Windows Server  >  Windows PowerShell

SSO Single Sign ON - Based on Microsoft

mrs. morning;  i'm on mission connect server application runs sap domain, is, need showed when tele authentication in sap (web) not in company, user has possibility login , password network access , run it.  i've been reading ilm 2007, believe can me, there success tool guys know?  or there tool can sso, between sap application in outside network network has directory service windows server 2003?  ps: the server with sap , is not internally in my company. marcus analyst hi marcus,   please check whether following link helps:   sap active directory integration – sso , user management http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/bc72b890-0201-0010-3a8d-e31e3e266893?quicklink=index&overridelayout=true     please note: since web site not hosted microsoft, link may change without notice. microsoft not guarantee accuracy of information.   if need further assistan...

Client Group Policy Config

hi, i have main server 2 downstream replica server sites. configuring 1 of sites client group policy updates. i understand part client connecting server. 'under intranet statistics server', put main server address or replica server? clients seem reporting in fine - cannot move of computers 'unassigned' relevant group; have client side targeting enabled it. also clients seem appear on replica site - when click onto main server there no clients in groups - sync timing issue? small newbie problems know, cannot find on searching, , seem go round in circles. thanks stuart 'under intranet statistics server', put main server address or replica server? strictly speaking, both urls should identical, , should url of wsus server client assigned obtain updates from. however, recent observations (and still unconfirmed) suggest wuagent may have been recoded ignore "statistics server" value -- why you're not observing adverse results. however...