Posts

Showing posts from May, 2013

Hyper-V Nodes Flap when Adding a new VLAN

i followed recommended guide creating nic teaming , vlan post. https://blogs.technet.microsoft.com/keithmayer/2012/11/20/vlan-tricks-with-nics-teaming-hyper-v-in-windows-server-2012/ it simple setup on switch interface port 1:3         description "gsprdhv01"         switchport mode trunk         exit interface port 2:3         description "gsprdhv01"         switchport mode trunk         exit ---------------------------------- everytime create brand new vlan on switches (which has similar commands cisco) , apply configuration e.g. vlan 192, hyper-v nodes has high rate of timeouts, vm's not affected, hyper-v nodes (which causes terrible connection dr site hyper-v replica) pinging hypervnode5.lm.local [10.9.224.55] 32 bytes of data: reply 10.9.224.55: bytes=32 time=5ms ttl=123 reply 10.9.224.55: bytes=32 time=6ms ttl=123 request timed out. reply 10.9.224.55: bytes=32 time=6ms ttl=123 reply 10.9.224.55: bytes=32 time=5ms

Granting Service Logon Right on Windows 10...

Image
hi there, i'm running through of install on windows 10 (build 9841) , came across issue starting services.  earlier on in particular install, ntrights.exe run binary table following command line parameters... -u "<user/group entered in dialog install>" +r seservicelogonright this action run in system context and seemingly passes through ok, 1920 error during starting of services. i tried ntrights .exe elevated command prompt , indicates failure. is should work on windows 10 @ point?  ntrights incompatible windows 10?  if so, how can grant required service logon right @ install runtime? any appreciated.  please let me know if discussion should have landed elsewhere!! thanks in advance. hi installwalker, based on test, ntrights.exe still works in windows 10 technical preview: after command, check result in group policy: so our question should what’s service wanting start. does issue occurs services? check event viewer see related error lo

GPO to move computer object

hi, i want create gpo moves current computer object in ad antoher ou. > scheduled want move client asap when is > appearing in special ou.   register change notification :-)   https://msdn.microsoft.com/library/aa772153.aspx   or - easier - enable advanced auditing object creation, use scheduled task leverages event trigger 4741 (computer account created).   Windows Server  >  Group Policy

AVHD's not merging with VHD .. on Server 2008R2

hi, i have server 2008r2 hyper-v server serving 2 vm. one of them has 3 vdd , of them avhd's . 2 generations there no snapshot ... i have shut down vm ... , avhd's have not merged ... how can force ... i saw somewhere should install server 2012 ... any appreciated thanks sepp thanks sepp hi sepp, how big avhd files? if shutdown vm merge process starts (you can see in status field of hyper-v manager) , take long time (depending on size of avhds). if not start please proof if avhds used. can in hyper-v manager. open vm settings , click on on of disks. if there avhd refferenced system use avhd + vhd if there vhd reffereced avhds note used. you can manualy merge paars (vhd + avhd). see blogpost: http://itproctology.blogspot.de/2008/06/how-to-manually-merge-hyper-v-snapshots.html if done screencast (in german): http://www.hyper-v-server.de/hypervisor/was-machen-wenn-man-von-einer-vm-nur-noch-die-vhd-und-avhd-dateien-hat/   grüße/regards c

Activating Visio 2010 Premium via existing KMS Server

recently have kms server running no problem , activating windows 7s , office 2010s. kms server running on windows 2008r2 domain controller. include , activate visio 2010 premium software via same kms server. ( have kms key product) complete following steps please don't wanna break or overwrite existing kms server! 1- slmgr.vbs /ipk aaaaa-bbbbb-ccccc-ddddd-eeeee 2- ???? hello icbl , did read useful msdn blog :  volume activation visio 2010 explained ... " ...the office software protection platform script (ospp.vbs script) enables configure volume editions of office 2010 client products. script, can change keys used specific visio 2010 installations. command can use change key: cscript ospp.vbs /inpkey:<visio key> for more information on how use script, see article ( tools configure client computers in office 2010 )  on technet. ..." ...and technet forums thread:  how add kms visio 2010 . bye, luca disclaimer: posting pro

account lockout mechanism

hi all, i want know lockout mechanism of wrong password attempt. example, group policy in our organization, domain user account locked out if 3 times wrong password attempt. want know how windows knows has been 3 times. the domain user account locked out if 3 times wrong password attempt within how many minutes? if domain user tries wrong password for 2 times on computer , tries wrong password again on computer b immediately, user account locked out? (a , b in same domain) thanks, 高麻雀 > want know lockout mechanism of wrong password attempt. please refer how account lockout policy works section below url http://technet.microsoft.com/en-us/library/hh994566(v=ws.10).aspx >the domain user account locked out if 3 times wrong password attempt within how many minutes? immediately > if domain user tries wrong password for 2 times on computer , tries wrong password again on computer b immediately, user account locked out? (a , b in same domain) yes regards, sa

Critical event from AD - Event 4015 followed by some 4004 - Windows Server 2003 SP2

hi all since last reboot, have 1 critical event 4015 followed critical events 4004 in dns server event viewer. use windows server 2003 sp2. i not understand why. seems active directory not working not know why : users able connect domain without problem. 1 server can not access domain. if can drive me reports in order solve ? thank in advance change ip configuration, dcname points other dc primary dns server , secondary. same on other dc (i.e. have point dcname primary dns , secondary) restart dcname , let know if still seeing issue... hth marcin Windows Server  >  Directory Services

WARNING: /f switch does not behave as advertised!

according following microsoft article, /f switch supposed open new document based on existing document: http://office.microsoft.com/en-us/word-help/command-line-switches-for-microsoft-office-word-2007-hp010164010.aspx appears /f switch not behave specified. when opened document switch, edited document, , saved, original changed.  dangerous. in quick test, see nothing strange using /f switch. entering winword /f "path\filename.docx" in run dialog box , pressing enter, untitled document (based on specified file) , saving produces save dialog box. stefan blom, microsoft word mvp Microsoft Office  >  Word IT Pro Discussions

How to provide input for prompts ?

hi gurus, running executable prompts confirmation when invoked, c:\> commit.exe are sure want continue (y/n) ?  my script needs call executable (commit.exe) , provide input prompt either 'y' or 'n'. how take care of in powershell, such when expected prompt, can enter required input? here enter 'y' or 'n' prompt. -pranav hello pranav, that depends on executable using , if excepts parameter surpress prompt. e.g. del *.* command, can add parameter /q surpress prompt "do ...?" olaf helper * cogito ergo sum * errare humanum est * quote erat demonstrandum * wenn ich denke, ist das ein fehler und das beweise ich täglich blog xing Windows Server  >  Windows PowerShell

Manipulating a string

hello, say have string-variable this: $a = "\\some\\kind\\of\\text\\here\\seperated" what easiest way reverse , change delimiters .'s insted. result be $b = "seperated.here.text.of.kind.some" anyone has ideas? maybe not easiest: $split=$a.split("\\") for($i=$split.count+1;$i -ge 0;$i-=2){[string]$b+=($split[$i]+".")} $b.substring(1,$b.length-3) Windows Server  >  Windows PowerShell

What is the 2010 version of Visual Studio 2005 Team Edition for Software Architects?

hi 2010 version of visual studio 2005 team edition software architects? tnx hello, windows server forum not best place ask visual studio related questions. please post in visual studio forum: http://social.msdn.microsoft.com/forums/en-us/category/visualstudio http://www.microsoft.com/visualstudio/en-us thanks zhang Windows Server  >  Windows Server General Forum

Microsoft office can't find your license for this application. A regular attempt was unsuccessful or cancelled.

i unable open of office application while doing getting below error. "microsoft office can't find license application. regular attempt unsuccessful or cancelled". tried few steps technet nothing helped. please me resolve issue. regards, mahadev you can try that: https://social.technet.microsoft.com/forums/windowsserver/en-us/6119d4c0-c3c0-40bf-9c3e-46b46915e738/service-not-start-access-denied-software-protection-event-logs?forum=winservergen it speaks similar problem. this posting provided no warranties or guarantees , , confers no rights. ahmed malek my website link my linkedin profile my mvp profile Windows Server  >  Windows Server General Forum

computer config>windows setting>startup missing

set windows 2003 server dc (head office) applies gpo using start-up scripts, when applied branch (has dc 2k3) , performed rsop.msc client machine windows xp, computer config, windows setting, startup <<<<< missing cannot verify existence of batch file applied, , follow next security setting. effect of gpo start script or missing configuration, first time applied startup script. although machine has windows setting, startup existing, policy applying. hasn't fails. if ever how can add/enable client machine have startup entry. hi,   if deploy policy , policy not appear in rsop.msc on client, policy may not applied on client.   to check result, can run gpresult /v on client or use following steps collect report on gpmc.   on dc, open gpmc, right-click group policy results, choose group policy results wizard, follow wizard collect group policy result problematic xp client , user. may need disable xp firewall temporarily collect information.   reg

Change the Domain controllers IPs

we have 6 dcs (dc1-dc6) dns servers. need move them different vlan is there take consideration or change ips of dcs?? will there effect on users or exchange environment? thanks check ip configuration of dc's dns servers match new vlan. restart dc dns records updated (but make double check) if have dhcp server, don't forget updates scopes options dns forwarders... update if required. if have domain trust, update dns forwarders of other dns servers... here more informations: https://technet.microsoft.com/en-us/library/cc794931(v=ws.10).aspx this posting provided without warranty of kind Windows Server  >  Management

how to clear the kerberos cache?

please guide me clear kerberos cache... thanks& regards, selpri | india | +91-9986655633 future looks bright... hello, to clear cached kerberos tickets have use klist.exe command: http://technet.microsoft.com/en-us/library/cc738673(ws.10).aspx http://blogs.technet.com/b/askds/archive/2008/05/14/troubleshooting-kerberos-authentication-problems-name-resolution-issues.aspx best regards meinolf weber disclaimer: posting provided "as is" no warranties or guarantees , , confers no rights. Windows Server  >  Windows Server General Forum

GPO Working on Win 7/Vista machines, but not on XP.

i'm new gpo's , have been successful @ getting them work on windows 7 , vista machines on network.  xp different story. i on domain , applying gpo right ou. when run gpresult /v, can see gpo being applied, however, in reality it's not doing anything. experimenting , want add drive map , shortcut desktop. i've run gpupdate, gpupdate /force, restarted machine, etc., etc.  i've installed gpp.  i'm stumped. appreciate help. please , thank you! hi peter, before going further, want confirm you whether set of client side extensions has been installed on windows xp machines. use gpp, if operating systems windows xp, set of client side extensions must installed on client computers. we can follow links below download set of cses. supported operating systems: windows xp service pack 2 or later windows xp (x86): http://go.microsoft.com/fwlink/?linkid=111851 windows xp (x64): http://go.microsoft.com/fwlink/?linkid=111862 regarding point, follo

Location Based Printing and RADIUS WiFi authentication

good morning,    have group policies , print servers set populate based on users site/subnet/ip address.  technically works, mobile user/laptop user, going site site, didn't come in.  gpupdate /force worked needed restart.  once uac turned off, gpupdate /force worked , did not require restart.  noticed event viewer message saying not group policy because didn't have network connectivity.  how around , wifi connect sooner can hit group policy , not need batch file gpupdate /force when doesn't see dc (waiting network connect).  thanks. hi,   firstly, please verify device has been authenticated radius server. if device not meet condition or authentication method, cannot access wireless network. gpupdate /force fail. event log, appears device not allowed access wireless network. given situation, please check network policy settings on nps server. make sure these clients can pass authentication raduis server.   best regards, aiden   

FTP login without credentials

hi experts  how can configure ftp server without asking credentials. ftp://ftp.microsoft.com , displays files. server 2008 standard r2. thanks in advance gagan rawat gagandeep singh rawat 0508567106 hi gagandeep singh rawat, you can refer following relate kb , article, ftp has integrate iis role there have specific support forum, if have further question can ask in specific support forum there have more expert you. configure anonymous authentication identity (iis 7) http://technet.microsoft.com/en-us/library/cc770966(v=ws.10).aspx enable anonymous authentication (iis 7) http://technet.microsoft.com/en-us/library/cc731244(v=ws.10).aspx default ftp anonymous authentication settings <anonymousauthentication> http://www.iis.net/configreference/system.applicationhost/sites/sitedefaults/ftpserver/security/authentication/anonymousauthentication iis support forum http://forums.iis.net/ thanks understanding , support please remember mark replies an

Enabling Auditing on a File Server

if enable auditing on file server, sort of performance hit can expect? also, when audit particular folder, acceptable add "everyone"? , sort of information auditing give us? hello,  here article "auditing system impact on performance" : http://blogs.msdn.com/b/ericfitz/archive/2009/08/10/auditing-system-impact-on-performance.aspx & refer thread for auditing file server : http://social.technet.microsoft.com/forums/en-us/winserverfiles/thread/da689e43-d51d-4005-bc48-26d3c387e859 regards, ravikumar p Windows Server  >  File Services and Storage

Error on Windows Server 2000 Event ID: 7 The device, \Device\HardDisk0\DR0, has a bad block

Image
good day all, can advise how troubleshoot message on windows server 2000? microsoft offer article not indicate how troubleshoot: http://www.microsoft.com/technet/support/ee/transform.aspx?prodname=windows+operating+system&prodver=5.2&evtid=7&evtsrc=disk&lcid=1033 hi, there no support ws 2000 now. suggestions given in following link might you event id: 7 source: disk http://www.eventid.net/display.asp?eventid=7&eventno=672&source=disk&phase=1 i not represent organisation work for, opinions expressed here own. this posting provided "as is" no warranties or guarantees , confers no rights. - .... .- -. -.- ... --..-- ... .- -. - --- ... .... Windows Server  >  Windows Server General Forum

What is the DNS record replication time across domain .?

Image
hi, i have modiefied dns entry ip adress , so, how time take replicate in client macheins.? i tried nslookup in negibour servers, , found replicated but, not on clients. regards, dev it won’t replicate client machine.      it replicate between dcs part of dc replication if ad integrated zone.   check dc/dns on client machine , flush dns -ipconfig/flushdns santhosh sivarajan | mcts, mcse (w2k3/w2k/nt4), mcsa (w2k3/w2k/msg), ccna, network+| houston, tx blogs - http://blogs.sivarajan.com/ posting provided no warranties,and confers no rights. Windows Server  >  Directory Services

Internet Control

can tell me sites need allow for: windows updates windows activation office updates office activation and else might need no not disrupt ms services. mine mak keys if matters. still no clear answer, never thought hard question. if hard shame on ms. we don't use 365 we use mak keys office2010 volume activation https://technet.microsoft.com/en-us/library/ee624355(v=office.14).aspx#section3_2 office2013 volume activation https://technet.microsoft.com/en-us/library/ee624355(v=office.15).aspx both documents refer article list of crls https://support.microsoft.com/en-us/kb/921471 •https://go.microsoft.com/ •http://go.microsoft.com/ •https://login.live.com •https://activation.sls.microsoft.com/ •http://crl.microsoft.com/pki/crl/products/micprosecserca_2007-12-04.crl •https://validation.sls.microsoft.com/ •https://activation-v2.sls.microsoft.com/ •https://validation-v2.sls.microsoft.com/ •https://displaycatalog.mp.microsoft.com/

How to View the settings in WSUS

hi, the older updates did not approve are automatically removed after days wsus console list. want see these settings defined? can help? regards, mohan r sr. administrator - server support the older updates did not approve automatically removed after days wsus console list. not really. i want see these settings defined? can help? see these resources: using server cleanup wizard in wsus operations guide webcast: using server cleanup wizard - expert tips , tricks lawrence garvin, m.s., mcitp:ea, mcdba, mcsa principal/cto, onsite technology solutions, houston, texas microsoft mvp - software distribution (2005-2011) mvp profile: http://mvp.support.microsoft.com/profile/lawrence.garvin blog: http://onsitechsolutions.spaces.live.com Windows Server  >  WSUS

Wireless and wired GPO becoming unreliable

we have started having issues wired workstations , wireless laptops not seeing gpo changes or software installation gpos unless rebooted multiple times (more twice) , laptops booting login prompt before network connected , user getting "no domain controller contacted" errors unless wait several seconds , try again. the workstations , laptops used connect wired , wireless networks , not connect after reboots unless add wait network , add other artificial delays in gpo settings add additional wait times. this workaround makes reboot experience painful while users wait "applying computer settings" complete, if don't enable settings, network not available when login prompt displayed , software supposed installed during startup doesn't installed. i think network issue , not workstation issue.  are there settings on  network switches should have our networking people configure way optimize quick connections when computers started or restarted don't

Server backup to Seagate 3TB USB suddenly failed

Image
hi all, i have been running 600gb backup seagate goflex 3tb drive year.  4 days ago started fail everyday. there had been no changes server or source folders. no problems found on destination drive or source. reran setup server backup , selected 1 folder backup error persists.  error 517 there error in preparing backup image of 1 of volumes in backup set. detailed error:  specified backup disk cannot found.  any appreciated, james do still have same usb drive attached, functioning on computer if attach there? robert pearman sbs mvp itauthority.co.uk | title(required) facebook | twitter | linked in | google+ Windows Server  >  Windows Server 2012 Essentials

CA autoenroll not working

hi, i´m having hard time find solution problem. first of bit background description bigger picture i´m doing. i have 3 domain controllers: 2x windows server 2003r2 sp2 (ad1, ad2) , 1x windows server 2012 (ad3). pdc , fsmo roles @ windows server 2003r2. migration proccess server 2012 next mission after getting pki work. i have 3 ca servers: (offline root ca - non-domain; issuing ca - domain, revocation ca/ocsp - domain). server 2012. the problem autoenroll computer , user turned on , rsop can see gpo working. happening when use gpupdate /force (or restart) no certificate requested. @ same time when i´m using mmc , request certificate manually working , certificate requested. have tried turn off firewalls computers. can´t see denial cisco firewall traffic allowed. client computer have tried certutil -pulse no use. event viewer showing me:  certificate enrollment domain\user authenticated policy server event id 65 certificate enrollment domain\user load policy policy serve

How to ger tid of "A website wants to start a remote connection. The publisher of this remote connection cannot be identified."

Image
hi, have struggled couple of days rds work on 2012 test server, have succeed to configure rd gateway and so can use rd webaccess without vpn . still when try open webapp got the warning , windows logon popup, when put in credentials app works thanks mathias this warning due untrusted certs. have set necessary certs in server manager ui? 1. go server manager -> remote desktop services -> collections 2. click "tasks" drop-down "collections" pane (upper right-hand corner of window) 3. select "edit deployment properties" 4. in "deployment properties" window, select "certificates" section. hope helps, travis howe | rds blog: http://blogs.msdn.com/rds/default.aspx Windows Server  >  Remote Desktop Services (Terminal Services)

Distribution Group in details report

hi, i'm still new in powershell i'm trying list of users distribution groups , have authority send mails these groups "authorig" distribution group name | display name | description | members |message delivery restrictions (authorig) | created date then export result .csv thanks in advance! hi sharif, i think 2 queries. can list of properties via powershell on windows 2008 this: import-module activedirectory get-adgroup -filter {groupcategory -eq "distribution"} -properties name,displayname,description,members,whencreated | select name,displayname,description,members,whencreated | export-csv output.csv you can list of dacls of group this: set-location ad: (get-acl cn=groupname,ou=orgunit,dc=domain,dc=com").access --- tompa http://tompaps.blogspot.com Windows Server  > 

Using a locally stored profile on a Windows Server 2008R2 Domain

we currently have windows server 2000 domain. our users have profiles stored locally on pc's (windows vista). domain controller having lot of issues, have decided rebuild our domain , move windows server 2008r2. not going transfer our user ad accounts new server....just starting scratch. wondering if there going issues accessing users profiles once join new domain? our plan move needed data(files , applications) new server. then un-join domain on pc's. power off old dc , build new one. keep same ip address , server name , domain name  ....dcpromo install dns , set new users accounts,but same user names before. join new domain.  i sure there has more steps in last part of process provide new domain user account have  access old domain user account. i hoping feed on process. thanks help tom hi, if going setup new domain, starting scratch , planning join workstations new domain, surely end accessing user's old profiles issue. however, there solutio

How to Create Virtualized Domain Controller Cloning in Windows Server 2012 Hyper-V

Image
hi have created detail video of virtualized domain controller cloning in windows server 2012 hyper-v , want share <o:p></o:p> it wonderful feature of windows server 2012 <o:p></o:p> http://www.youtube.com/watch?v=ki3qxbewrvu hi, thanks effors, sharing, helpful for others in forum. regards, yan li yan li technet community support Windows Server  >  Windows Server 2012 Setup

WSUS

 i want use wsus patch management whole organisation around 14 25 location on india. i want centralize wsus @ 1 location best practises wsus deployment . do need install downstream server remote location. that depends on web connection @ each location, , if have secure vpn between each sub-office , main office. i have similar set-up.  in case, have poor (expensive) broadband in many locations, a reliable vpn.  have wsus server in each location have vpn, , servers set in replica mode take update approvals parent wsus server. i have each child server set download updates directly microsoft instead of parent (the default setting parent - , would clog up my vpn). if you, however, have broadband link offices , not many clients (10-50), might possible have clients in offices report directly wsus server in head office. think rare situation, , consume lot of bandwidth since each client downloading every update on vpn parent wsus server. without more information, advise

How do you renew the Anywhere Access certificate?

i followed wizard set anywhere access on our ws2012e installation, , used cacert generate server certificate. has due expire , renewed on cacert cannot see on certlm mmc plug in how can renew cert (under personal/certificate).... when following wizard sent request, cut , pasted generated cert (text including ##begin cert##  ##end cert## etc), seems there no way unless in actual cert file format. save text file , import using certutil? i appreciate clear , idiot proof instructions on how proceed. thanks in advance. mark hi, hope below article helpful you: windows server 2012 essentials (w2012e) - anywhere access own (homemade) certificate http://forum.wegotserved.com/index.php/topic/24772-windows-server-2012-essentials-w2012e-anywhere-access-with-own-homemade-certificate/ we trying better understand customer views on social support experience, participation in interview project appreciated if have time. helping make community forums great place.

i want windows server std 2008 R2 X64 bit media.becauce my server media misplace so please provide me original media or link...

i want windows server std 2008 r2 x64 bit media.becauce server media misplace please provide me original media or link... on wed, 3 dec 2014 11:39:00 +0000, robin goud wrote: i want windows server std 2008 r2 x64 bit media.becauce server media misplace please provide me original media or link... this forum questions windows 10 server technical preview. repost question windows server general forum: https://social.technet.microsoft.com/forums/windowsserver/en-us/home?forum=winservergen paul adare - fim cm mvp heisenberg slept here, or somewhere else nearby. Windows Server  >  Windows Server Technical Preview

Difference between Windows Server Standard and Enterprise Edition ????

hi pls ellaborate me regarding difference between windows server standard , enterprise edition ???? hiya, for 2008 r2 http://download.microsoft.com/download/f/c/6/fc6006b5-866e-42c1-88f8-9ac4b8bc610d/ws%20brand%20pages%20-%20editions%20comparison%20guide.pdf 2012, made simpler. http://blogs.technet.com/b/ieitpro/archive/2012/10/08/windows-server-2012-editions.aspx Windows Server  >  Windows Server General Forum

Forcing an OST to be created when a user logs into a new machine

Image
roaming profile enabled our users.  use cached exchange mode. when log machine first time , launch outlook message ost file can't found.  there way force outlook create new ost if 1 doesn't exist or there way around this? hi, please try visit exchange forum or outlook forum better resolution: outlook pro discussions http://social.technet.microsoft.com/forums/en-us/outlook/threads exchange server 2010 http://social.technet.microsoft.com/forums/en-us/category/exchange2010 understanding! best regards elytis cheng elytis cheng technet community support Windows Server  >  Group Policy

Can we track or get the list of sites and subnets deleted from ActiveDirectory?

Image
can track or list of sites , subnets deleted active directory? hello, have enabled auditing domain controllers deletion logged? http://technet.microsoft.com/en-us/library/cc731607(v=ws.10).aspx best regards meinolf weber mvp, mcp, mcts microsoft mvp - directory services my blog: http://blogs.msmvps.com/mweber disclaimer: posting provided no warranties or guarantees , confers no rights. twitter:   Windows Server  >  Directory Services

DCPROMO RPC unavailable

i'm sure there solution somewhere on great wide internet @ point alludes me. i'm student learning server , i'm having serious issues. setup complete forest following along  globomantics training videos when on same network. @ point have purchased own domain name in hopes of setting little corner of web. have setup house multiple routers simulate remote locations having main dc1 setup on 1 router , have computer setup a member server(which a mission in own right) ive been trying promote second pc domain controller few days no luck. first couldnt dns acknowledge there. after adding domain controller local hosts file can move along further in dc promo setup wizard. installation of dns , global catalog section , comes saying rpc unavailable. ive google , google , google , i'm ready throw keyboard through wall. both os' 2008 r2.  my router set follows. have main line coming in modem first linksys routera. there  i have linksys routerb hosting main network. se

Powershell Exit Problem via Batch File

hello, i'm hoping have simple problem solve. have requirement run a powershell command via java code provision exchange mailboxes accounts.  if create batch file run command it leaves process in powershell , need exit dos on completion. the command : powershell.exe -psconsolefile "c:\program files\microsoft\exchange server\bin\exshell.psc1" -noexit -command ". enable-mailbox <account id> '<exchange database>' i'm wondering if else has had deal scenrio such this? if add second line batch file has "exit" in (to exit ps) doesn't work. many in advance pointers. jay. remove -noexit , exit when finished. Windows Server  >  Windows PowerShell

Upgrading from Build 2.0.0.2620

looking upgrade wsus version 3.0 sp2. running build 2.0.0.2620. @ least running 3.0 on windows server 2003 box. question is, makes sense remove build 2.0.0.2620 , install fresh 3.0 sp2 install? (i believe have anyways?) , road blocks hit when go ad , remove policy had in place older version , create new policy 3.0? my question is, makes sense remove build 2.0.0.2620 , install fresh 3.0 sp2 install? absolutely. not because requirement.... there functional upgrade path wsus v2 wsus v3, process , end result not worth effort. have better installation result of installing wsus v3 sp2 fresh installation. the policy not need removed, merely updated in event url of wsus server different. there 0 issues phase of process. policy settings apply windows update agent, , not version of wsus installed, , settings have not changed in past 5 years. lawrence garvin, m.s., mcitp:ea, mcdba, mcsa principal/cto, onsite technology solutions, houston, texas microsoft mvp - software distri

Cortes en relacion de confianza

hola! ver si alguno me puede ayudar, tengo varios dominios con server 2003 con relacion de confianza entre ellos e interconectados por mpls (son distintas sucursales). el tema es que cada tanto (por fallas en el servicio mpls) hay cortes de comunicacion con las sucursales (que duran de segundos hasta minutos) y al reestablecerse la comunicacion, las relaciones de confianza entre los dominios, se pierden. la unica forma que veo de reestablecerlas es reiniciar el servidor (o volver crearlas)  mi pregunta es: hay forma de reiniciar algun servicio para que se vuelvan conectar sin tener que reiniciar el server?  intente reiniciando el servicio "estacion de trabajo" pero no funciono gracias de antemano por la ayuda! saludos Windows Server  >  Administración de servidor

winxp3 authentication errors 0x80090303

testing new ts server all components on 1 machine ,web,gateway etc, all clients on same domain ts-server vista clients can rdp in and access webremoteapps using domain accounts ,can use sso no problems winxp3 clients using same useraccounts vista can't authenticate run webremoteapp logonbox won't accept either username   domain\username     or    username@domain  combinations  error 0x80090303 webremoteapp will authenticate , run if logon tsserver\admin seems failure authenticate winxp client. winxp3 client has credssp tsserver member of domain , has kerberos delegation enabled ad domain servers webapp has been published localdomain ca ssl certificate google suggests kerberos or spn issues vista clients working ok what have missed please hi, please see thread here similar question yours:  http://forums.technet.microsoft.com/en-us/winserverts/thread/3861c357-a82c-49d0-a7c3-db3478ea0a38/ please make sure you enable credssp functionality (introduced in servicepack 3) in regi

WSUS and deleted workstations

is there reason why deleted computers ad still showing in update services statuses view? have manually remove sus? new machines showing deleted.  is there reason why deleted computers ad still showing in update services statuses view? yes. do have manually remove sus? yes. lawrence garvin, m.s., mcitp:ea, mcdba, mcsa principal/cto, onsite technology solutions, houston, texas microsoft mvp - software distribution (2005-2011) mvp profile: http://mvp.support.microsoft.com/profile/lawrence.garvin blog: http://onsitechsolutions.spaces.live.com Windows Server  >  WSUS

Creating non-interactive via Computer accounts

hi all, i have been looking @ using kerberos auth our exchange 2010. documenation reccommends creation of computer accounts spns  "because computer account doesn’t allow interactive logon" http://technet.microsoft.com/en-us/library/ff808312.aspx can leverage computer accounts all service accounts stops interactive logon? seems better solution system wide gpo , our forest not @ correct level 2008 r2 managed service accounts. thanks josh hi josh in principle sounds idea use computer accounts service accounts.  caveat can think of whether application using service account going happy computer account.  might want testing common uses within environment (e.g. windows services, schedule tasks, etc.) 2008 r2 msas can used on single machine no cas array (which requires same account computers in array). group managed service accounts (gmsas) feature introduced windows server 2012 on other hand trick nicely.  need microsoft update exchange supportability matrix

I want to use Group Policy to set the default printer for my users

i trying set default printers users on rds.  users set logon, session executes application , users not have access desktop on rds. i established gpo set users default printer , have been attempting link ou's users members. in each case receiving error event id 4098 34305 qualifier. - <event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> - <system>   <provider name="group policy printers" />   <eventid qualifiers="34305">4098</eventid>   <level>3</level>   <task>2</task>   <keywords>0x80000000000000</keywords>   <timecreated systemtime="2016-10-04t16:07:38.000000000z" />   <eventrecordid>20426</eventrecordid>   <channel>application</channel>   <computer>tbi-hqwnlts-01.tbi-ad.state.tn.us</computer>   <security userid="s-1-5-18" />   </system> - <eventdata>   &l

Exact Replication Backup and Primary Domain Controller (Shares and System Files)

hello. have client requesting replicate every file on primary domain controller secondary. create user file shares on c drive of primary domain controller, place backup domain controller down hall, hit replicate , files , ad schema copy over. possible? hello josh, by default, domain controllers in same domain replicate each other. if replication working expected, pri , sec domain controllers should have exact same copies of objects domain. for creating user's shares on c drive of domain controller high discourage might compromise domain security. recommended use domain controllers file servers well, if small environment , wish this, may need implement dfs replication. ifyou want go route, here info on achievingthis http://technet.microsoft.com/en-us/library/bb727150.aspx isaac oben mcitp:ea, mcse,mcc view mcp certifications Windows Server  > 

how to create RDS certificate

Image
this should point http://blogs.technet.com/b/askperf/archive/2014/01/24/certificate-requirements-for-windows-2008-r2-and-windows-2012-remote-desktop-services.aspx sanket. j 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  >  Remote Desktop Services (Terminal Services)

small business

Image
guys, am looking information how install server 2012 exchange in small business environemnt. can me? or there websites 0 downtime or swing migration? regards, hi, if using windows server 2012, , need download exchange 2010 or 2013 install on it. for how install exchange 2013 on windows server 2012: http://social.technet.microsoft.com/wiki/contents/articles/14506.how-to-install-exchange-2013-on-windows-server-2012.aspx installing-exchange-server-2010-sp2-on-windows-server-2012 http://syscomlab.blog.com/2012/09/installing-exchange-server-2010-sp2-on-windows-server-2012/ if using windows server 2012 essentials, contains exchange, more details, please refer below link: http://blogs.technet.com/b/sbs/archive/2012/07/26/email-options-supported-by-windows-server-2012-essentials.aspx cataleya li technet community support Windows Server  

Windows Server 2012 Essentials Not Completing Installation (Hardware does not meet the minimum requirements)

Image
i have been attempting complete installation of server 2012 essentials , keep getting following error; "your hardware not meet minimum requirement windows server 2012 essentials". -i installing server 2012 on vmware workstation 9 , have provisioned "90gb" s scsi drive installation. -i through initial installation run "setupmon.exe" once log on administrator user. -the installation goes through check , spues out aforementioned error , requires restart. please see attached.. windows server 2012 doesn't recognize there big enough drive , cannot find on technet helpful issue. out there have ideas?   per microsoft need 160gb drive 60gb partition. http://technet.microsoft.com/en-us/library/jj200132.aspx be kind , mark answer if helped. Windows Server  > 

Local Admin Password Serice (LAPS) and Server 2016

Image
hi can laps deployed manager local administrator passwords on server 2016? client side extension work on newer os? hi alexmags, i tested in server 2016, can install laps successfully, , common configurations. since didn't such familiar laps usage, it's hard further test. far i'm concerned, work. best regards, anne please remember mark replies answers if help. if have feedback technet subscriber support, contact tnmff@microsoft.com . Windows Server  >  Security

Configuration encountered some issues....

trying add windows server essentials role 2012r2 server. here's setup: 1. server domain controller, single domain, not fsmo (just domain controller). not read only. 2. windows server 2012 r2 standard. activated, updates installed. 3. domain functional level 2003. there 2 legacy 2003 servers, both dc's.  2012 server supposed replace 1 of two. 4. server running dns, local nic settings point dns 127.0.0.1 resolutions. tested , working. 5. dcdiag /test:dns tests passed 6. added domain\serveradmin$ domain policy "log on service" per: http://blogs.technet.com/b/sbs/archive/2013/12/04/you-may-be-unable-to-run-post-deployment-configuration-wizard-after-you-install-the-windows-server-essentials-experience-role.aspx ran gpupdate /force , rebooted server after changes. tried removing , reinstalling role after adding id policy.  same error. none of the  logs shows nothing can see.. event log shows logon failure serveradmin$ (yes, after adding policy,and

Windows Server Standard Core 2016 Downgrade to Windows Server 2008

hi, i have purchased winsvrstdcore 2016 sngl olp 2lic nl core licenses new servers, the  3rd party software can installed in windows 2008 server r2. can use same windows 2016 license windows 2008 r2 setup. or there possibility downgrade licenses windows 2008 r2 version. you can call microsoft exercise downgrade rights , obtain downgrade keys. https://www.microsoft.com/licensing/servicecenter/help/contact.aspx     regards, dave patrick .... microsoft certified professional microsoft mvp [windows server] datacenter management disclaimer: posting provided "as is" no warranties or guarantees, , confers no rights. Windows Server  >  Windows Server 2016 General

After editing DCOM policies PCs not working well

we have edited dcom security gpo in domain. after pcs have issues: xp: can log-in bust several functions not work windows7: stucked in log-in page blanck windows windows 8.1: no problems the windows 7 repaired them via restore system functionality to fix xp system tried multiple proccesses without success: restore system: not working (whithe windows while charges) edit registry: deleting registry values of hkey_local_machine>windows>microsoft>ole . importing registry of working-well windows xp repairing via cd reseting local security policies , group policies explained some symptom: can not accesed other pcs can acced other dcomcnfg not working can not edit local policie, not seing network adapter... thank in advance! hi, accroding description,did disable dcom support?if case,please try enable again. 1.edit registry: start registry editor. locate following path: hkey_local_machine\software\microsoft\ole change enabledcom string value

Get the whole screen content in PowerShell

hi everyone senario: i'm connecting remote server , operation on there. lets have function called do-operation in server 1. , ps1 file in server 2 called winrs/winrm server 1. can see process going on in server 2. if there error displayed on screen in server 1 powershell. problem: i want store whole screen content in server 1 's powershell example: tried use below cases not work fine case; stored part of it, (i create batch file , run "wimrm/winrs" using invoke-expression connect server 2: assume whole process in server 1 done in do-process function (created me) , want whole content of powershell stored in text file. do-process | out-file -filepath d:\log.txt do-process > log.txt http://gallery.technet.microsoft.com/scriptcenter/en-us/e8fbffde-7d95-42d9-81de-5eb3d9c089e0 refer above link complete solution in there Windows Server