Posts

New CA certificates being automatically installed into computer's Trusted Stores

i have created new enterprise ca server , consequently published new root ca , issuing ca certificates to appropriate containers in public key services folder in active directory. i have not yet created group policy deploy these ca certificates network clients, however, these domain joined computers appear have automatically received these certificates trusted , intermediate certificate stores. i cannot work out how can have happened, know if there default rules on windows 7/8 domain joined pc or else in active directory have done ? thanks in advance hi dennis.. thanks writing in.. please ask in security forum:  http://social.technet.microsoft.com/forums/en-us/winserversecurity/threads however, asfaik, the update root certificates feature in windows vista , above can install ca automatically , if ca has been added microsoft list of trusted authorities, certificate automatically added set of trusted root certificates on user's computer. devaraj g | ...

Disk or Network Error

hi i added win 2008 r2 foundation server our existing domain. planning use dc. after while, users start getting error messages "disk or network error" , problems outlook. shut down foundation server , returns normal. has issue? , advice appreciated. many in advance richard started again today there no issues... hi, to determine , verified happen can try executing below commands. 1) chkdsk = verified if hard disk having problems. 2) netstat -s -r -5 check if there packet missing or unreachable. 3) pathping client machine exchange server. 4) ping -t at gateway determine nic card ok.. no packet drops or intermittent connectivity. 5) start run > eventvwr > systems > try locate perf or disk error. :) usually such error when prompted. network issue. hope helps :) day :)   guowen su | ccna, ccip, mcp, mcsa, mcse, mcts, mcitp, ceh | http://www.microsoft.com/en/sg/default.aspx our goal? satisfied customers. if you're not...let's talk!!...

Find file, move and rename it as folder name

hi everyone, i have 1 folder wich name "parent", folder have 10 folders name child1, child2, child3....child10 automatically during night erp save 1 file "report.xxx" in each child folder. i need script search in every folder files report.xxx, move partent folder level , rename based on child folder comes from, having result parent: child1.xxx, child2.xxx etc is possible ps script? thanks hi vega, yes. possible. reference, try using code below . $a=get-childitem -path c:\parent foreach ($b in $a) { $destination=$b.parent.fullname $filename=get-childitem $b.fullname $source=$filename.fullname if($filename.pschildname -eq "report.txt" ) { copy-item $source -destination $destination -force sleep -milliseconds 10 $newname=$b.basename + ".txt" rename-item $destination\report.txt -newname $newname -force } } i have used .txt format file type. also, can check existence of...

Assigning default user to log in in Active Directory

hi all, i don't know how ask in few words, detail it: for maintenance , configuring reasons, had log in computers manage in ad domain. after restarting , hitting ctr+alt+del, ad user appears log in. since don't know users' password (and don't want change it), can't log on own account make appear after reboot. so in short, want assign default user log in each computer. possible somehow? to more specific: have pc1, pc2,... computers , user1, user2... domain users (+admin) in active directory, , want set on pc1 user1 should log in default (and same pc2-user2; pc3-user3). thank you, daniel  hi daniel,  based on knowledge, there no way set default logon username each computer via group policy. when log onto computer, in logon screen, computer may display last logged username. if else needs log onto computer, need click "other user" button. best regards, erin ...

prevent extension from users

hi...... i want know if there way prevent users putting files ".mp3" on share. the share folder on windows server 2003 thanks in advance   hi, read here http://blogs.techrepublic.com.com/datacenter/?p=201 hth edoardo benussi - microsoft® mvp management infrastructure - systems administration https://mvp.support.microsoft.com/profile/benussi windows server italian forum moderator edo[at]mvps[dot]org Windows Server  >  Windows Server General Forum

supported devices with windows 2012 RDS and required components

hi - suppose have deployed rds 2012 session host/vdi how access applications/pooled desktop on windows rt surface? (e.g. in citrix/vmware world there client called receiver/view tablets). have 'remote application' available windows rt surface store (as app)? - suppose have deployed rds 2012 session host/vdi how access applications/pooled desktop on windows phone 8? (e.g. in citrix/vmware world there client called receiver/view mobiles). have mobile remote app windows 8 mobile device? looking forward response.   regards, you should able find "remote desktop" app microsoft in windows store. i haven't managed work 2008r2 farm using rds broker though. Windows Server  >  Remote Desktop Services (Terminal Services) ...

Server 2008 SP2 Terminal Server Farm Certificates problem

hello guys, have ts farm 3 server 2008 sp2 enterprise x64 terminal servers , 1 server 2008 sp2 enterprise x64 session broker, ts licensing service, file , print server. secure terminal connections our branch offices made certificates each server in farm. in terminal service configuration > connections > rdp-tcp properties > general tab > security section > certificate i'm selecting prepared certificate each server. in same security section security layer i'm selecting negoshiate option, encryption level - client compatable. i'm choosing these options because have windows xp , windows vista terminal clients. works fine until first restart of servers. can't connect windows vista clients. found after restart selected certificate not selected in rdp-tcp security section, terminal server using autogenerated certificate there no such certificate. after check in rdp client server  authentication have connect , don't warn me ... problem?  before installatio...