Posts

Showing posts from January, 2015

Remote Desktop Service start failed. The relevant status code was 0x800706b ...

Image
hi, we reboot our rdsh servers every morning. have been getting alerts microsoft-windows-terminalservices-localsessionmanager log (event id 17 level 1) when servers rebooted, doesn't every time , when occur doesn’t appear reduce functionality. i’ve done quick poll across 5 rdsh servers , found errors going far 26/07/2011 ….. 68 x “remote desktop service start failed. relevant status code 0x800706b5.” 48 x “remote desktop service start failed. relevant status code 0x800706be.” 5 x “remote desktop service start failed. relevant status code 0x800706ba.” i’ve noticed these errors seem have been occurring consistently across 2 or more servers since 15/06/2012 when number of windows updates installed might red herring. i’ve seen posts talking having firewall rule remote desktopfx, i’ve added firewall still errors. anyone had experiences this? thanks, john hi, generally, event id 17 indicates remote desktop services failed start. provided useful information tro...

CRL Overlap Confusion

confusion..... is required have crl overlap periods set; base and/or delta crls? i think read default value 10% of crl period.   i have customer's pki has following set.  not best practice?  should implement overlaps?  considering changing max-age setting on iis refresh client caches more frequently. root ca: crlperiodunits 1 crlperiod "years" crldeltaperiodunits 0 crldeltaperiod "days" issuing/policy ca: crlperiodunits 1 crlperiod "weeks" crldeltaperiodunits 1 crldeltaperiod "days" > required have crl overlap periods set; base and/or delta crls? this depends on network configuration. overlap settings used resolve ad/dfs replication latency. if crls published ad there may replication latency while cdp container or dfs share replicated endpoints. value of latency may vary several hours. > think read default value 10% of crl period no, isn't correct. for additional information please check following link:...

Status of Export

i started export of virtual machine 2008 hyper-v server.  it doesnt have sort of status indicator can see has created files in destination folder.  i understand exports take long time.  is there way know when completed, or how long windows estimates take? center pane of hyper-v manager. select vm highlight , take hold of hte horizontal scroll bar , go far right column. you % exported type of update. it depends on amount of storage consumed vm (vhd, snapshots (live ones add ram copy), , speed of storage. brian ehlert (hopefully have found useful) http://itproctology.blogspot.com learn. apply. repeat. disclaimer: backup, test backup, try new things. attempting change of own free will. Windows Server  >  Hyper-V ...

Acces webserver on clients from other subnets

hello, i have created netwrok containing 3 subnets. 172.16.1.0 /24 172.16.2.0/24 172.16.3.0/24 i have webserver (172.16.1.15) can access 172.16.1.x. i want access other subnets. my dc has 3 network cards, 1 each network. want route between networks (every client may ping other clients other subnets). can me how can arrange this? i using windows server 2008r2 kind regards, mickey the dhcp server set followed: range 1: 172.16.1.20 - 172.16.1.250 range 2: 172.16.2.20 - 172.16.2.250 range 3: 172.16.3.30 - 172.16.3.250 nic1 dc: 172.16.1.1 255.255.255.0 nic2 dc: 172.16.2.1 255.255.255.0 nic2 dc: 172.16.3.1 255.255.255.0 client 1 (subnet1): 172.16.1.20 255.255.255.0 gateway: 172.16.1.1 client 2 (subnet2): 172.16.2.20 255.255.255.0 gateway: 172.16.2.1 client 3 (subnet3): 172.16.3.20 255.255.255.0 gateway: 172.16.3.1 webserver: 172.16.1.15 255.255.255.0 gateway: 172.16.1.1 all clients have internet connection , part of same domain. kind rega...

Remove-ADUser when object is a tree

hi, i have problem ad user objects. if ad users have activesync device registered in exchange, user object "tree" object rather "leaf" object. therefore, when try delete such ad user object, error below: + $users | % {remove-aduser -identity $_.distinguishedname} +             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     + categoryinfo          : notspecified: (cn=john doe...c=acme,dc=local:aduser) [remove-aduser], adexception     + fullyqualifiederrorid : directory service can perform requested operation on leaf object,microsoft.activedirectory.management.comm    ands.removeaduser my solution use gui (dsa.msc) , delete users 1 one there. gui shows warning, continuing on warning gets job done. so, have 3 questions. 1. how can test if object leaf? 2. how can test if object tre...

power shell command to for "enable-psremoting -force" on a remote machine

hi, i want use "enable-psremoting -force" via powershell on remote machine. i've tried following invoke-command -computername $compname -credential $compcred -scriptblock {enable-psremoting -force} but doesnt work. is possible? cmdlet needed? greetings that can't work, because invoke-command requires psremoting in first place.  have run command (with elevated priveliges) locally on target machine. grant ward, a.k.a. bigteddy Windows Server  >  Windows PowerShell

i lost my document

Image
i typed english project on microsoft 2011 word computer randomly shut off , need please help not sure whether using word 2010 (for windows) or word 2011 (for mac). for word 2010 windows, please refer following support article: how recover lost word document http://support.microsoft.com/kb/316951 for word 2011 mac, please check following: •look in trash "recovered items" folder •go finder, select go > go folder, type /private/var/folders , files named "word work file" inside "temporary items" folder. option drag files or folders desktop (or anywhere else) before dropping them on word's icon. don't delete anything! btw, recommended visit office mac forum in microsoft community if using word 2011 mac. community members there more experienced users of office mac, might able to provide more helpful suggestions. max meng technet community support Microso...

Remote Desktop Services, Printer Problems

hi, i have ws 2008 remote desktop services per user cal-es. clients connecting remotely can see printers easy print, delay time between print job , real printing long. there problems several printer drivers. models of printers there not problems. pls write suggestions ??  hi,   to print document using easy print option requires easy print compatible drivers. can try update new version of printer drivers.   what models of printers using? if using hp old pcl5, it’s  non compatible drivers easy print. can updated new pcl6 drivers , installe compatible drivers easy print.   try again see whether same issue still exists.     technology changes life…… Windows Server  >  Remote Desktop Services (Terminal Servic...

VPN drop - set to not roll over to original internet connection

i connect vpn set going through "manage connections" folder in vista.  vpn works fine.  however, want set when vpn fails, internet activity doesn't automatically roll on regular internet connection.  cannot figure out how do.  in advance! hi,   thanks posting here.   i think can done modifying route entries or default route entry when disconnect or establish vpn connection. have cmak can customize vpn client side application , implement modification:   including routing table updates http://technet.microsoft.com/en-us/library/dd672665(ws.10).aspx   thanks.   tiger li please remember click “mark answer” on post helps you, , click “unmark answer” if marked post not answer question. can beneficial other community members reading thread. Windows Server ...

Active administrator RDP session not showing under Terminal Services Management

hello, i have windows 2008 server configured per user licensed terminal server. i've noticed if connect remotely default domain administrator account (administrator) rdp session not register under users or sessions tabs. had thought normal, on-site admin tells me case , able see , interact administrator rdp session. can confirm? i've tried quite bit of searching , turned nothing seems relate. many thanks, mark hi mark, i tried reproduce issue in lab environment, , seems there no administrator rdp session well. thanks. best regards jeremy wu Windows Server  >  Remote Desktop Services (Terminal Services)

Application as a Service "srvany.exe" in Windows Server 2008

hi, i migrate application hosted on windows 2003 r2 server use "srvany.exe" in order run service. i can't find resource pointing out way in 2008. any idea ? thanks help. regards, adrien pestel   hi,   based on research, there no formal version of srvany.exe supports windows server 2008. however, more further assistance on issue, i'd suggest post our msdn queue:    msdn public newsgroup http://msdn.microsoft.com/newsgroups/default.asp   msdn forum: http://forums.microsoft.com/msdn   the engineers there more specialized in programming , application , may share valuable suggestion you.     Windows Server  >  Migration

Intermittent internet connection

Image
hi, i have small network 2 domain controllers (ad, dns, files server) , 10 pcs , lately have been getting disconnected internet. (internal network still works). have swapped each networking device on network , issue still persists. i connected “temporary laptop” isp modem on second port check isp connectivity , internet connection never drops. disconnections last minute , come again. have looked everywhere can’t find issue. idea of going on? thanks, i'll appreciate help. this network setup , screenshot of event on server, temporary laptop, , pc: please post unedited ipconfig /all of dc/dns server , problem machine. (no screenshot, text please)       regards, dave patrick .... microsoft certified professional microsoft mvp [windows] disclaimer: posting provided "as is" no warranties or guarantees , , confers no rights. Windows Server ...

Online Backup

the trial ran fine few weeks , told me exceeded data allotment. i have purchased windows azure cloud storage through azure store using same account ran trial of online backup from.   i purchased 1.5 tb/month , used .5 tb in first month of trial.  initiated backup , received same error, exceeded data allotment.  website option available when use azure tool (from within wse) start trial.  set whole separate account , still find no purchase azure backup data.  how done? hi, here forum specific windows azure online backup related topic: http://social.technet.microsoft.com/forums/en-us/windowsazureonlinebackup/threads technet subscriber support in forum |if have feedback on our support, please contact tnmff@microsoft.com. Windows Server  >  Wind...

Granting a non-administrative user rights to manage ALL services, not just selective services

howdy, i'm having hard time request.  user needs able manage services through non-administrative account.  request needs future services included developing new services every day , testing purposes.  know can use security templates or modify individual services via gpo, need more 'blanket' fix here.  i'd love if there option in user-rights entitled "manage services," there isn't.  there else can facilitate request? what else can suggest possible fix?  considering encrypted "runas services.msc" shortcut on desktop, that's little unclean.  user not have administrative account, might way go if there isn't funky registry hack or administrative template workaround gurus know. client windows 7 in 2008 active directory environment. any surely appreciated. i've referenced following documents (and more), of point selective service adjustment: http://support.microsoft.com/kb/256345 http://social.technet.microsoft.com...

How to configure a Radius Server Polices in NPS Windows 2008 R2

i hopping   this enough location question nps related.... i person working in college , environment ·             a windows server 2008 r2 machine running ad ds (active directory domain services) ·            a windows server 2008 r2 machine running nps (network protection services) , ad cs (active directory certificate services) ·          c onfigure nps server subordinate ca instead of root ca (as used ca  in our dc main root certificate ) , radius certificate root certificate under ca) ·            access point hp msm422 works radius client (test environment) use controller msm765 set radius profile now in nps policies, have 1 policy domain user , computer machine, working fine, students , staff can login wireless  using ad account...

PCs Not Appearing Within WSUS Groups

Image
hi, using wsus 3 sp2 on windows 2008 r2 server. have setup client side targetting through ad push pc's either wsus group called 'telf - pcs live' or 'telf - pcs test'.   i have couple of pc's in correct ad group pushed 'telf - pcs test' wsus group not appearing within ad.   here extract windowsupdate.log file on 1 of problem pc's , shows reporting in correct wsus group:   2012-03-21 08:29:16:515  324 da0 au forced install timer expired scheduled install 2012-03-21 08:29:16:515  324 da0 au updatedownloadproperties: 0 download(s) still in progress. 2012-03-21 08:29:16:531  324 da0 au setting au scheduled install time 2012-03-22 03:00:00 2012-03-21 08:29:16:531  324 da0 au au deferring detection until wake-up hibernation 2012-03-21 08:29:27:000  324 da0 au triggering online detection (non-interactive) 2012-03-21 08:39:27:012...

Windows Server 2008 R2 Standard License and Activation Issue.

recently undertaken project of configuring domain in office. purchased original windows server 2008 server standard addition retail license 5 cal licenses. misplaced windows media dvd of server 2008. not find it. downloaded windows server 2008 torrent website piratebay.org , installed on client's server.  now when try install license , activate windows online purchased license gives error. not activate it. installed server 2008 has oem license on , don't how happened. need install original retail license purchased , can not re install on server because production softwares of company on domain controller , running in production environment.  how convert oem license of server 2008 standard edition retail license .  this licensing big issue. should have studied before purchasing , installation. there can me out of situation. with regards, mike. for licensing questions, suggest contacting microsoft licensing center detailed explanation. http://www.m...

Software lagg with Server 2003 x64 R2 sp2

in our company use windows 2003 x64 r2 sp2 in combination sql 2005 server. have software extracts product , consumer information there. program developed in vb 6 , in 1 field contains arrow on can click pop list of products available. on pc's works on has lagg 1-10 minutes nothing happends. analysed networking devices , applications , did server. seems client problem in software. strange happens @ random , "infects" more pcs. dont think virus or cause working in high security enviroment. think maybe problem incombatibility between server , clients. use windows professional 2003 end user interface. old server (windows 2000) hasnt been problem 3 years. has problems or know solution ? greets hi,   according description, seems have own develop application, issue seems related windows development. focus on general question windows server system , here not best support resource windows development, recommend further support in corresponding community can qualified pool of...

Where Wsus.mmc Console-only store Server names and ports number ?

hi, know wsus.mmc console-only store server names , ports number ? read file/registrykey import these settings in application. i have found   %appdata%\microsoft\mmc\wsus  . but there server name in it. port number ? thanks. david courtel technician wsus third-party softwares publishing : http://wsuspackagepublisher.codeplex.com Windows Server  >  WSUS

How can I delete all occurrences of a message from a Microsoft Exchange Server 2007 mail database?

how can delete occurrence s of message microsoft exchange server 2007 mail database? using exmerge , have done exchange server 2003 mail database. in exchange 2007 there power shell commands can used achieve this? & regards rinson antony may want post question in exchange forums:  http://forums.microsoft.com/technet/default.aspx?forumgroupid=235&siteid=17 jeff schertz, pointbridge | mvp | mcitp: enterprise messaging Windows Server  >  Windows Server General Forum

Mirroring drives-Server 2008 R2 Standard. Have two sata drives, (no raid controller.) I want to mirror the drives. I followed the procedures but when in Disk Manager I can see both drives, but the Mirror drive selection is greyed out.

have purchased dell server, server 2008 64bit. have dual sata hard drives(no raid controller.) i followed procedures , can see both disks in disk management when i try mirror drives, mirror disk set greyed out.  not giving me the option create mirror.    do following open diskmgmt.msc convert both disks dynamic. convert dynamic options inside right click. create simple volume on 1 of disks. right click volume. see "add mirror" option. add disk mirror.   do let me know if issue resolved this   regards satish   Windows Server  >  File Services and Storage

WDS client computer is loading wrong/outdated boot.wim resulting in missing network drivers

hello, i @ loss here. to make problem more transparent, start @ beginning. i got 36 pcs in lab shall installed using wds. set wds server, copied boot.wim from a vista installation medium distribution image, prepared capturing image using waik , installed them wds server. everthing worked. capture prepared xp-master pc , distribute image other pcs having same hardware. some time ago aquired 20 new pcs replace older ones. lab consists of 16 identical pcs (dell optiplex 745) , 20 new identical pcs. (dell optiplex 760) the new ones configured use wds server , works until time comes loading networkdrivers new pcs. both, capture , distribution image unable load appropriate drivers integrated driver both images using imagex , peimg. until point went smoothly. for testing purposes booted capture image , used "ipconfig /all" verify working network driver. odd behaviour started: the capture image, prepared , customized using waik worked fine. found , loaded newly integrated drivers wel...

Windows 2003 Ipsec Delay Following Machine Reboot

i experiencing 5 minute delay following reboot of windows 2003 ipsec boundary servers until can sucessfully communicate othe ipsec boundary machines.   example:    1. reboot windows 2003 ipsec boundary machine. machine configured in accordance microsoft's ipsec domain , server isolation guide boundary machine.      2. wait until server boots to logon screen , begin continuous ping  to server boundary machine. start timer.      3. takes 5 minutes until server answer ping. during time can log onto server , communicate dc (ipsec exclusion policy dcs).      4. 5 minutes pass , ping begins succeed.      know why there 5 minute delay following server reboot windows 2003 boundary machines communicate? there known method lessen delay? if remove ipsec policy machine 5 minute delay following reboot not occur.        thank you,            greg   p.s. sorry posting in windows 2008 forum, not find windows 2003 forum. pps. delay occur windows 2008 server? this...

SIS inaccessible link files

when run sisadmin /v message says have 12 inaccessible link files.  is there way show these files are?  is there way clean up?   thanks,    mike e unfortuanately on win2k3 r2, sp2 “sisadmin /l” not print error messages. support added later win2k8 storage server.   you might able use sisadmin /l list sis files. 1 way parse output of “sisadmin /l” list of link files. through scripts, each file try open , if fails open can treat link file inaccessible link. not best approach there can sharing violations due particular link file might fail open.  , looks have lot of linked files.   is file e:\002000002078896 readeable? if yes error when try access file via console? perhaps getting full output of sisadmin /v help.   cleanup depend upon happened these files. there kind of sharing violation while opening these files sisadmin , in case can ignore these messages. however, if cannot read files hav...

windows server 2008 DNS

hi all, i have windows server 2003 configured dns reverse lookup zone configured follow 10.10.x.x subnet , under folders 1 , 2 , 3 zones how can configure in windows server 2008 dns thanks tarek tarek khairy hi tarek,   thanks posting here.   i suspect referring delegation if color of these sub folders gray :   delegating zone http://technet.microsoft.com/nl-nl/library/cc794863(ws.10).aspx   thanks.   tiger li please remember click “mark answer” on post helps you, , click “unmark answer” if marked post not answer question. can beneficial other community members reading thread. Windows Server  >  Windows Server General Forum

Installing KMS License Error

greetings everyone, i'm attempting move on kms key windows 7 pro windows 2003 server windows 2008 r2 server. removed key server without problem 2003 server , cannot install on 2008 r2 server. continue error code "0xc004f015", description: "the software license service reported license not installed." can run 2008 r2 server first off? if so, have suggestions? i've spent way time on appreciated. thank you! - michael hi, if have windows 7 kms key need run kms server on vista or windows 7 client. check more information: http://technet.microsoft.com/en-us/library/ff793411.aspx Windows Server  >  Windows Server General Forum

Trying to establish path to upgrade AD/Exchange

currently i'm @ organization still running on ad functional level 2003 (yes old-school).  have seperate dns/wins systems - certificate server - , exchange server (sp2). my question - thinking of bringing new windows 2008 r2 server...doing dcprep on 2003 dc (that has roles)...then doing dcpromo on new 2008 r2 server - , running @ ad functional 2003 level. have upgrade dns/wins systems , cert server before dcpromo - , exchange 2003 (yes old-school again) coexist peacefully in 2008 r2 server/2003 functional-level environment?  give me 'breathing-room' head toward exchange 2010 in coming year. thanks ideas/help can provide me. :o) please, dont hurry implementation , kind of upgrade before consult experet. upgrading domain , forest functionality 1 thing, upgrading ca , exchange completly other thing. ca upgrade complicated , somethimes ask alot of time , expertise soo. upgrading exchange server same thing. you can upgrade dcs,dns , wins servers, ca , ...

Disable function or botton "Print Screen"

hello, somobody helps me. i´ve disable function or botton "print screen" in domain. can me?, if possible via gpo windows server 2012. ing. marco antonio medina rodríguez. ing. en sistemas computacionales. as mentioned ethan, create .reg file includes: windows registry editor version 5.00   [hkey_local_machine\system\currentcontrolset\control\keyboard layout] "scancode map"=hex:00,00,00,00,00,00,00,00,04,00,00,00,00,00,2a,e0,00,00,37,e0,\ 00,00,54,00,00,00,00,00 here article purpose: https://gallery.technet.microsoft.com/scriptcenter/disable-print-screen-key-30a57f2f Windows Server  >  Group Policy

DNS restart errors

Image
windows server 2008 r2 when restart of dns services on of integrated secure dns servers on dc's error 4010 errors: the dns server unable create resource record for  efd33727-15d9-428d-b8f1-acc1b70910bf._msdcs.xyz.local. in zone xyz.local. active directory definition of resource record corrupt or contains invalid dns name. event data contains error. i trace down domain controller not running dns, because running domain master roles. should ignore or should there there? there number of reasons dcguid record won't register. can simple dns address condfigured in nic, multihomed dc (problematic anyway on numerous levels), duplicate zones, misonfigured dns infrastructure design in parent/child or tree infrastructure, permissions altered on dns zone, netlogon register alterations, , more. without config or other info, we're kind of guessing. if can post following, diagnose it: an unedited ipconfig /all each dc single domain forest, or parent , child/tr...

Group Policy

i have 3 windows 2003 standard servers.  2 domain controlers , 1 stand alone.  have worked on 2 years.  getting series of errors regarding group policy, replication etc:   active directory dc 1:  directory service id 1864, anonymoun logon, source ntds replication.....file replication service id 13568 active directory dc 2:  application event 1058, 1030, 1864, userenv, we getting these every day , have not seen them before  when click on don't have further information.  when attempted open gp on ad dc 2 got error message wasn't available can me started in right direction? thanks, jim simmons jimmy w. simmons hello, looks have problem replication of sysvol folder. please identify dc right copy of sysvol , refer that:  http://support.microsoft.com/kb/290762   this posting provided "as is" no warranties or guarantees , , confers no rights. microsoft student partner 2010 / 2011 m...

Fix incorrect SOA records on 2008 R2 Server Core

hello, here scenario , issue having: active directory domain 4 dc's. dc's host internal dns , working fine. 2 member servers (2008 r2 server core) set dns servers our publicly hosted clients/sites.  there no internal records on these servers.  both servers have public ip's. our internal domain domain.local, , external domain.com. all soa records zones on public servers reference domain.local instead of correct domain.com.  ns server list shows .local names. any idea how fix this?  i assume perhaps need change fqdn of these 2 servers.  if so, how done on server core?  also, lose connectivity domain?  this must not happen. thanks, ruben clark it's recommended keep dns server hosting public records standalone. can describe why needs access ad? to allow automatically register proper soa, server's primary dns suffix needs match zone want soa for. you can create record in domain.com zone each dns server, set fqdn nameserver name in zone pr...