Posts

Showing posts from September, 2012

Performance counter alert

i trying test performance counter alert warn me when logical disk space of c: drops below 30% i created data collection set selecting performance counter alert. added appropriate counter (%free space) on c:, configured alert when "below" "30" then set "alert task" run c:\windows\system32\msg.exe argument "administrator disk space low" (without quote) also check event log option. then create large file fsutil make c: free space drops below 30% but have non warning message nor event log in event viewer are there steps missed or got totally wrong? please me thank you regards andrew chan mcse mcitp:ea ccnp hi there, i understand contacting regarding post after long time, in process of regressing posts in forum , want know if still need assistance on issue. if need further assistance please post back, if not go ahead , mark question answer sainath windows driver development

RDS 2008 R2 with Web Access - Double prompts for credentials

we have gateway/webaccess/rds server setup.  we trying rid of gateway setup cannot seem rid of double prompts. we have server not using gateway , of our remote apps dont give double prompt, have rdp connection our rdp session server on web access page , double prompted that...  is there way avoid this? hi daniel, firstly, please ensure rd gateway's server name has been added credentials delegation group policy setting. you may configure use same user credentials rd gateway , rd session host server setting under remote app manager; when connecting rdc on clients, remember select use rd gateway credentials remote computer under advanced -> settings. in addition, trusted certificate must configured rd gateway sso work. here related links below you: configure remote desktop gateway settings https://technet.microsoft.com/en-us/library/cc772479.aspx enable or disable credential sharing connections through remote desktop gateway https://technet.microsoft.com/en-

Unable to join a server to the domain

we're running problem trying rejoin 1 of our servers our domain. when try join domain (as <ourdomain>) we're receiving error "dns name not exist error 0x0000232b rcord_name_error srv record _ldap._tcp.dc._msdcs.<ourdomain>". if try join <ourdomain>.local error "the network path not found". looking online main thing see suggested set primary dc server's ip primary dns ip. we've done that, , set our secondary dc secondary dns ip. both dc's running dns. the dcs running server 2012 core , new server running server 2012 r2. any insights on else can try? thanks, -tyler hi, in addition, can ping primary dc , secondary dc on server wanted join domain? please make sure related ports (espencially tcp/udp port 53, 135) , services required dcs , client computer not blocked or disabled. please check whether dns srv records dcs on dns servers exist. if not, can stop , start netlogon service on dcs force dcs re-re

How do I find out when a user logged on & off in Windows Server 2008?

can info pulling log files? best tool use this? used able windows 2003. can info pulling log files? best tool use this? used able windows 2003. hello,  with security auditing can accomplish it.so enable security audit on server. the below event ids corresponding user logon & logoff respectively. 4624-- an account logged on. 4634-- an account logged off more security events info can find in article how enable security auditing :  http://technet.microsoft.com/en-us/library/cc758201(v=ws.10).aspx regards, ravikumar p Windows Server  >  Windows Server General Forum

NetLogons Failed

an net use or lsapolicy operation failed error 67, network name cannot found.. ......................... server2012r2 failed test netlogons hi, please share more information configuration of environment, how many dcs located… regarding error, please run following command tools on each dc see if other error appears: ipconfig /all >c:\ipconfig.txt dcdiag /v /c /d /e /s:dcname >c:\dcdiag.txt netdiag /v >c:\netdiag.txt repadmin /showrepl dc* /verbose /all /intersite >c:\repl.txt here similar thread, take , refer to: server 2012 -dcdiag result netlogon "an net use or lsapolicy operation failed error 67" https://social.technet.microsoft.com/forums/office/en-us/9fe33ade-980e-4ddd-8cab-a84e11921817/server-2012-dcdiag-result-for-netlogon-an-net-use-or-lsapolicy-operation-failed-with-error-67?forum=winserverds regards, wendy please remember mark replies answers if , un-mark them if provide no help. if have feedback technet subscriber support, con

Shared Folders Session Super Slow, even Freezing, Server 2012R2

hello, using "windows server 2012r2" , using scale out file server. when navigate "computer management / system tools / shared folders / sessions" listings populating super slow, freezing, , pretty can't have interaction console @ because of crawling speed. can issue that? have on 100 sessions run on hyper-v enabled sofs server, assume should not problem windows server 2012r2 datacenter edition. hi, above please try following steps provided in kb article (listed below) windows server 2008 r2. same windows server 2012 r2:   1. disable netbios on tcp/ip: 1. run ncpa.cpl 2. right click nic  3. select properties 4. click tcpipv4 5. click advanced 6. click wins 7. choose disable netbios on tcpip 2.       configure reverse lookup zone in dns server. useful computers added in domain. on windows server 2008, may have wait long time populate information on shared folder sessions in computer management console http://support.microsoft.co

Mac mouse pointer/cursor behaviour changing on second window on second screen if Display Arrangement changed in System Preferences

hi running mac os x el capitan remote desktop 8.0.39. opened 3 separate windows, dragged 1 off second screen (macbook linked 24" display). having made small adjustment display arrangement in system preferences on secondary macbook screen mouse click occurs away cursor pointer, believe amount of adjustment made - dangerous if working on database has delete button. example, moving relative location of second screen down results in mouse click below pointer, whereas moving relative position above main screen doesn't have same consistency of moving down, can result in menu being clicked @ top of screen displaying halfway down screen. we've been able reliable replicate behaviour. adjusting display preferences original position returns mouse action (roughly) same point mouse pointer. regards andy hi, does normal under previous versions? i suggest install remote desktop mac beta application below see whether works: http://aka.ms/rdmac-preview best regards

Cannot index into a null array.

hi i new powershell, , part of code have this; new-spprojectdatabase -name $pwadb -serviceapplication $projectserviceapp -tag $tag $webappurl = $webappurl $web=get-spweb $webappurl $web.properties["pwa_tag"]=$tag $web.properties.update() enable-spfeature pwasite -url $webappurl (this part of script) the second line seems throw error; cannot index null array. @ line:22 char:1 + $web.properties["pwa_tag"]=$tag any ideas? driving me crazy don't know means - cannot find on internet, helps me as question how find out other properties, did try: get - spweb $webappurl | format-list and pwa_tag 'can' database name, decided choose string tag, need not. understand it, has unique identifier project database have created new-spprojectdatabase –name databasename -serviceapplication "serviceapplicationname" -databaseserver sqlserverinstance -tag string this unique identifier later used associate created project web app

Listing Access Permissions on an OU

i have small script trying reset permissions on ou.  at point trying learn can or can't done , @ point of listing current permissions defined on ou , can't seem list permissions.  anyone know have misconfigured in code below?  the $childou.name work , can members list back.  i can list full code (it 27 lines) thought list problem is, since hope not doing correctly.  the failure seems in foreach($access in $accesslist)     {    $childou.name    $oude = $childou.directoryentry    $accesslist = $oude.objectsecurity.access    foreach($access in $accesslist)        {        $access.identityreference          # list account name        if($access.identityreference -eq "everyone"){write-host "found everyone"}        else {write-host "found nothing"}       } } tia paul sorry, forgot.  i ended using separate set of powershell instructions working.  some of have been doing posted out others. http://gallery.tech

Bluetooth for Windows Server 2008 R2 SP1

although there's past threads on this, http://social.technet.microsoft.com/forums/en-us/windowsserver2008r2networking/thread/1ea7b245-684e-4fd0-8784-44fa08ce3ebd , has progressed further on getting bluetooth drivers & services running windows server 2008 r2 , w/ sp1? still suboptimal , i've historically had best luck w/ using vista64 bit oem drivers in past, hasn't worked (dell bt365 vista64). found kb2486635 on bt fix windows server 2008 r2/windows 7 sp1 indirectly indicates patch bt issue in win7 , windows server 2008 r2 sp1. has anyoe found better way implement bt in windows server 2008 r2. thanks, mw61 hi,   here hotfixes related bluetooth , windows server 2008 r2.   device manager not display bluetooth device in windows 7 or in windows server 2008 r2 http://support.microsoft.com/kb/2319435/en-us   the mouse, usb ports, , pci-e devices not work when move bluetooth mouse during startup in windows 7 or in windows server 2008 r2 http://s

Unable to install RD Connection Broker role service on server

i'm having lot of difficulty trying setup new rds 2012 r2 session deployment. new-sessiondeployment -connectionbroker servername -sessionhost servername -webaccessserver servername -verbose receiving following error not descriptive , there doesn't seem of note in windows event logs either. unable install rd connection broker role service on server setup 2 updated windows server 2012 r2 standard vmware virtual machines (connection broker & session host). advise welcome. chris hi chris, this command being run client pc remote desktop module installed please try run cmdlet on remote server see whether works. best regards, amy please remember mark replies answers if , un-mark them if provide no help. if have feedback technet subscriber support, contact tnmff@microsoft.com. Windows Server  > 

Windows Server 8 Upgrades

greetings all, i know wondering if there upgrade path r2 server 8. company deals few businesses have small failover clusters(1 hardware domain controller , 4 hyper server r2 nodes) using csv , i'm interested in whether cluster can upgraded or if going have "torn down" , recreated. thoughts appreciated. -scott scott yes, supported through windows server "8" wsfc migration wizard. there full support hyper-v vms , csv disks. expect see more details posted in next few weeks... Windows Server  >  High Availability (Clustering)

A new Windows Phone App for Windows Server 2012 Essentials is released

Image
download new wp app windows server market place, can manage server, shared folders, , media files windows phone. you don’t need install server add-in use app. compared phone app sbs 2011, new features include file browsing , opening, server quick status, recent history of file operations, new , cooler user interface! see blog details: http://blogs.technet.com/b/sbs/archive/2012/09/18/my-server-phone-app-for-windows-server-2012-essentials.aspx this post "as is" , confers no rights. ning kuang[msft] windows server program manager hi, it's feature added in windows mobile device. support running on windows mobile emulator? from side testing, seems need windows phone linked microsoft account before apps store. if seperate .xap package available download , think better have test on windows mobile emulator: regards, james james xiong technet community support Windows Server

manage WDS remotly

hi all, i have 2 questions 1-i have wds working fine , want let user manage without rdp server. the wds working on server 2008 ent 64bit. what kind of options have ? 2-i need stored wim pc have , dont want use sysprep, posible work wds without sysprep client ?   thanks in advanced hi,   1.     if manage wds server windows server 2008 or windows server 2008 r2 computer, can open wds console, right-click servers , click add server add wds server. if manage wds server windows vista or windows 7 computer, please refer following threads:   http://social.technet.microsoft.com/forums/en/winservermanagement/thread/388742c0-02bc-4c80-850d-f2a286be9bc3 http://social.technet.microsoft.com/forums/en/winservermanagement/thread/83515a6b-8413-4503-b152-91e68ad75c66   2.     no. if deploy image other computers, must run sysprep /generalize. has no relation wds.   tim quan   Windows Ser

Adding a Printer via Print Management remotely

i've set windows server 2012 cluster , included ha printing in vm. the vm printing server fine, im having little problem managing server remotely. since having 4 people managing printers, i'd prefer them using print management in own computer rather using remote desktop connections. i've connected successfully through print management in 2 remote windows boxes, can see printers, drivers, etc. cannot seem add printer. set ip address, drivers & share names fine, it's when last stage in "installing printer" error "printer installation failed. operation returned because timeout period expired". print server on different subnet, when change remote computer in same subnet, new printers add fine. seems network problem, cannot seem find on event viewer in server or remote machines. what else can sort out? hi audiobrainwash, although timeouts related firewall settings, please verify: 1. happen if choose printer driver installed @ targe

Extra users and groups on in the local admin group on the servers from what configured through restricted group policy

we have group policy configured restricted groups on our servers ou. there sub-ou under servers ou. when checked 1 of servers in sub-ou under servers ou, see many users , groups added in local administrator group on server not coming through restricted group policy. these users , groups not being removed local admin after time ( after policy refresh). examine properties of sub-ou; inheritance blocked? the gpo containing rg settings appear in list of linked/inherited gpos? examine event log of target server; gp processing correctly without errors? you may wish ask further assistance in dedicated gp forum: https://social.technet.microsoft.com/forums/en-us/home?forum=winservergp don [doesn't work msft, , they're glad ;] Windows Server  >  Directory Services

Cannot seem to pass a variable to PowerShell command in a PHP script

i can run simple xenapp powershell commands in php script. example works many other commands: <?php $my_array = array(); exec('powershell.exe -command "get-xaadministrator|select -property administratorname,administratortype" <nul ', $my_array); ?> i hit wall though trying posh command part of php script accept variable posted html form. not work (and know variable extracted): <?php $my_array = array(); exec('powershell.exe -command "get-xasession | select -property servername, accountname, logontime | {$_.accountname -like $id}" <nul ', $my_array);` i xenapp sessions result seems variable gets ignored. aha, realized if hard code account name still not work. here's pertinent line: exec('powershell.exe -command "get-xasession | {$_.accountname -like "dhe\joeb"} <nul ', $my_array); in powershell console of course typed that: get-xasession | {$_.accountname -like "dhe

server 2008 x64 install failure, anyone could help? (right after Product key page)

server 2008 x64 install failure, help? trying install server 2008 x64 standard edition downloaded microsoft website. @ beginning, setup process asked me enter product key. chose not enter, , go ahead pressing next button. click no make sure. after that, computer totally stuck there. mouse crusor became busy status, , computer showed same page there, doing nothing hours. can me? system : e7200, gigabyte ep45-ud3p mb, ati x300se video card, wd 640g hard disk.   hi, first please wait patiently after time. installation time can vary due different hardware configurations.   if hangs long time (for example 1 hour), y ou can download trial version of windows server 2008 following site test result: http://msdn.microsoft.com/en-us/evalcenter/cc137233.aspx   if still hangs , not continue, suggest trying following steps run windows memory diagnostic tool:   1.   boot windows server 2008 disk. 2.   click on system recovery options. 3.   click on windows memory dia

Slow Copying Between 2 WIndows 2008 SP2 Servers

we have 2 x asus rs120 e5 servers quad core intel processors, gigabit lan , 8gb ram. have server grade seagate sata drives (i.e. no throughput throttling) running in raid 0 using onboard lsi raid card. each server running windows 2008 server std sp2 , latest updates. both have active directory roles installed. 1 acts primary dc , print server 6 printers, has iis7 enabled light in-house use , second used solely primary file server. both have kaspersky enterprise edition installed (latest version updates)   we have 2008 test server. fast machines plenty of ram, plenty of processing capacity , never have resources on utilised. run @ under 5% cpu usage. have planet gigabit smart switches connect structured cat5e network.   i experiencing big problems in copying large files between servers. when mean large, i’m talking 5-20gb files. virtual disks, or workstation drive images. i’m using simple explorer based file copy , it’s real pain. don’t want resort robocopy or other copy

No me toma las CAL en Windows Server 2003 SBS

estoy cargando licencias cal en un servidor windows server 2003 sbs en el administrador de licencias de acceso de cliente cargo los product keys de las cal, me las toma bien, pero, me figuran en licencias instaladas: 50 y en uso maximo: 15. a medida que iba instalando las cal, me agregaba las licencias instaladas, pero no me modifico el uso maximo, que siempre me quedo en 15. llamé microsoft y me dijeron que desinstale las cal y las vuelva instalar. 1- como se desinstalan las cal?. 2- alguien sabe como solucionar mi problema de alguna otra manera?. gracias. hola en este link te puede ayudar eliminar cal aun server en windows 2003. http://support.microsoft.com/kb/187614/es saludos ramon ant. morillo rodriguez mcitp: enterprise administrator windows server 2008 mcitp: enterprise messaging administrator microsoft exchange 2007 a+ n+ s+ dominican republic Windows Server

script termination from module: exit vs. break

hi, have script below loads module writes line. runme.ps1 contents: import-module .\mymod.psm1 write-host "from runme.ps1" mymod.psm1 contents: exit running script outputs: from runme.ps1 this indicates exit in module not terminate script, exits module load.  why?  isn't supposed exit script? just comparison, i've done same in ruby , python.  both exit when exit() called , output nothing. and can't find reference exit command if can send me links... importing module not execute module.  loads memory. \_(ツ)_/ Windows Server  >  Windows PowerShell

Error 0x800070057

Image
hello, i'm trying applying on internet explorer proxy via gpo hi, i confirm using group policy or group policy preference? in addition, what’s detailed error message? please refer following microsoft technet article troubleshooting information: troubleshooting group policy problems http://technet.microsoft.com/en-us/library/cc787386(v=ws.10).aspx if issue persists, please upload following files skydrive , post link here our further research. collect gpresult output ============== 1.run command gpresult /v >c:\gpresult.txt. 2.upload c:\gpresult.txt above link. collect gpmc log ============== 1.on domain controller, click start -> run, type gpmc.msc, load gpmc console. if gpmc snap-in not installed. 2.right click on "group policy result" , choose wizard generate report problematic computer , user account (please place appropriately). (choose computer , select proper user in wizard) 3.right click resulting group policy res

Problems in Windows 10 Technical Preview build 10049

start menu not working cortana not working can not use apps what solution these problems? m 1 facing these problems?? hi vims_69, also, apps issue, please use following command re-register apps: get-appxpackage | foreach {add-appxpackage -disabledevelopmentmode -register "$($_.installlocation)\appxmanifest.xml"} please remember mark replies answers if help, , unmark answers if provide no help. if have feedback technet support, contact tnmff@microsoft.com. Windows 10 Insider Preview  >  Windows 10 Insider Preview General

Stale data in "IIS:\AppPools\Butler_WCF\WorkerProcesses"

hi! using powershell module iis 7.5 it's easy list worker processes given app pool: dir iis:\apppools\butler_wcf\workerprocesses my problem if app pool recycled there's new worker process result of above command not date. this: process  state      handles  start time id -------- -----      -------  ---------- 3280     running the handles , start time properties empty , process id old process dead. my question therefore: how can force results updated when querying app pools way? it's cumbersome have start new powershell session every time... thanks in advance. emil   i connected in web server , ran command returned populated data correctly after recycle. im going leave connection open , wait recycle see happens might take day, i'll let know find when happens Windows Server  > 

How do I reduce the number of redirected printers in a remoteapp session?

we have set several applications on windows 2008 r2 rds server.  printing very important for some of applications , users find hard locate printers because printer list shows redirected printers.  there 60 100 printers listed depending on time of day.  time consuming them go through list find printer.  have published applications remoteapp rdp file but, have tried remoting server first , launching program , long list of printers still there.  users see there direct attached (usb) printer , printers loaded directly on rds server.  have enabled redirect default client printer , there no affect.  as side note, have disabled use remote desktop easy print printer driver first because leaving not configured made printing slow.  any appreciated.  hi, this indication application not using proper method obtain list of available printers.  recommend contact software manufacturer , see if there update available. as test may try cleaning out list of printers 1 user , see if helps. 

FSRM reports different size than Explorer

the question is: metric windows file server resource manager using determine how of quota in use? running w2k3 r2 storage server.  the volume in question 3tb array, partition formatted in 4k blocks.  we use directory quotas our project space management. (i.e. f:\project 1, 20gb, f:\project2 10gb, etc.)  noticed directory quota reporting different size when viewed in explorer (size on disk)     i set couple of experiments confirm saw. test 1 - created 100 '0' byte files total size = 0 bytes explorer size on disk = 0 bytes fsrm quota = 101k in use test 2 - create 1 hundred '1' byte files total size = 100 bytes explorer size on disk = 400k bytes (makes sense, via 4k block size) fsrm quota = 101k in use test 3 - create 1 hundred '100' byte files total size = 9.76 k explorer size on disk = 400k fsrm quota = 101k in use test 4 – since know drive formatted in 4k blocks, let's see how windows reads 1 hundred 4k files: create 1 hundred '4000' byte files s

RDP and password issue

hi all i have taken on sbs 2003 server. if save user password in rdp, won't work. login screen , still need type password. love nor money, can't seem find setting enabled in group policy anyone got ideas thanks hi,   thanks post.   please note there several possible reasons can cause issue:   1. server configured prompt password.           the “always prompt client password upon connection” group policy configured on server         windows server 2003 – “administrative templates\windows components\terminal services\encryption , security\always prompt client password upon connection” 2. credential has been saved not valid. 3. in rdp options, select always ask credentials .   since rdp related issue, may consider post @ remote desktop services forum. understanding.   http://social.technet.microsoft.com/forums/en-us/winserverts/threads     best regards, aiden

Monitoring usage from users through the Everyone access Permission

hi, i planning data migration server has shares on have "everyone" set full control.  i need find way of working out how these shares being used , who. currently taking twice daily manual snapshots through hyena output not great, wondering if knows of tool automatically track accessing particular shares.   thanks check out: http://social.technet.microsoft.com/forums/en-us/winserversecurity/thread/491f6053-3313-4bfb-b6dc-e66b86d56eac o. Windows Server  >  Security

Pool of CPUs available to Hyper-V

is possible allocate pool of cpus hyper-v subsystem, can make these cpus available virtual machines? for example, if have 24 cores, possible tell hyper-v use cores 1 through 16? understand hyper-v allocate cpus in form of virtual cpus vms, question whether it's possible restrict pool of cpus hyper-v whole. thanks. no, hyper-v model not work way. if place management layer on top of hyper-v (such scvmm) can allocate , fence folks consuming amount of 'capacity' - done managment layer, not hyper-v. brian ehlert http://itproctology.blogspot.com learn. apply. repeat. disclaimer: attempting change of own free will. Windows Server  >  Hyper-V

LAN card Usage

Image
hi everybody, there hp proliant server in office. works fast ethernet lan card(100mbps).(win server 2003 sp2) what percent of "network utilization"(networking tab, task manager) consider best performance lan card? network utilization can vary , affected number of things, such speed of nic, port switch speed, network traffic load of applications , services communicating in background, etc. can run performance logging @ further, results can skewed services , apps running, other variables. on top of that, viruses can eat network traffic, depending on virus. are there concerns network traffic? if yes, prompted concerns? ace fekay mvp, mct, mcitp/ea, mcts windows 2008/r2 & exchange 2007, exchange 2010 ea, mcse & mcsa 2003/2000, mcsa messaging 2003 microsoft certified trainer microsoft mvp - directory services technical blogs & videos: http://www.delawarecountycomputerconsulting.com/ this post provided as-is no warranties or guarantees , confers

Direct Access on Windows Server 2012

we trying deploy direct access on windows server 2012, since not have test environment group policy getting replicated on live env , pc going off domain. can know how have direct access deployed in office , changes should made exactly. in advance! direct access on windows2012 1 of best feature support single lan i.e on domain if have single lan able acess internet can deploy it. needs dc,dns,dhcp servers needs certificates security .. direct access should domain member .. cannot domain controller. , deployment bet streight forward.. refer microsoft documentation step step documentation can find tubes it.. http://technet.microsoft.com/en-us/library/jj204618.aspx best Windows Server  >  Network Infrastructure Servers

Deduplication + Team Foundation DropFolder

hi everyone, we got , issue using windows server 8 + deduplication feature + dfs replication. dfs share used drop folder team foundation build server. drop folder used ~200-300 build definitions read/write data to/from drop folder. once switched windows server 2008 r2 dfs share (disabled target) windows server 8 dfs share (enabled target) - started getting crc issues builds "read" drop folder of previous build. actions copy drop folder , copy drop folder executed same build machine... if try copy same drop folder once again - no crc errors appears (to local machine or build agent), if open "working folder" of build definition - find files broken , md5 hash differs actual. (it noticed on zip files, not verified dll/exe , etc) eventlog not report issues, replication configured "night", issue reproducing rate high if build template #2 executed "right after" build template #1 completed (copied files drop folder), not 100% reproducing rate,

Group policy from 2000 AD to 2008 member server

i have windows 2000 based domain 3 dcs. i have around 600 windows 2003 servers operating member servers, running fine. i planning rollout of 2008 , have found (on here) can add 2008 servers member servers 2000 ad no problems - there issues 2000 ad group policies being applied these new machines? i not planning upgrade 2000 dcs @ moment migrating them 2008 in future. if admnistering group policy try 2008 box (or 7 workstation).  you can manage group policy 2000/2003 machines 2008 box can't manage 2008 group policy settings 2003/2000 box. you use group policy preferences when manage 2008/7 box.   thanks mike http://adisfun.blogspot.com http://twitter.com/mekline Windows Server  >  Directory Services

Running the NAP Sample SDK

ive managed setup nap environment, , compile sdk sample code , followed readme.txt instructions on registering dll's on client , server. this seems installed fine next question is.... how invoke "plugins" run/communicate nap/nps? want point can attach (on both server , client) vs.net debugger , hit breakpoint (if possible) can see how works. i understand sample code may not or much..... because stated full working example, have thought able @ least see happen :-) need 2 @ ms - ms way! follower since 1995 ms super evangelist| msdn forums moderator hi, here steps on how nap sdk sample work copy nap sdk binaries locally (say c:\sdk) , navigate newly created folder 1) on client, register sdk sha  using sdksha.exe /register   and register sdk qec using sdkqec.exe /register   2) on nps server, register corresponding sdk shv using  regsvr32 sdkshv.dll and register sdk qec using sdkqec.exe /register  3) nps server , modify nap group policy object through gpme.msc   to enable

Add role error 0x800F0818

Image
ok role sumary has error , details says error code 0x800f0818.  so looked @ technet , says @ file in c:\windows\logs\cbs\cbs.log failed update.  i went there , looked , lists quite few.  but when go check windows update gui lists successful last week , doesn't show week.  now run updates form internal wsus server.  is case of failed updates , should try run them again?  here link cbs.log file https://skydrive.live.com/redir.aspx?cid=b65975d2a5854327&resid=b65975d2a5854327!139&parid=b65975d2a5854327!118&authkey=!ap30zzcgbyg2i8u   after installing numerous windows updates, when bringing newly installed server date on patches, may recieve following error in server manager: error: unexpected error refreshing server manager: exception hresult:0x800f0818d this issue occurs when corrupt .mum or .cat files present after extraction , installation process of windows updates. to reolve need complete few steps 1. download , run microsoft update readiness tool ht

Is SharePoint 2010 Supported on Windows 2012 R2

hi i have read trevor seward's responses various questions on subject :- http://social.technet.microsoft.com/forums/en-us/ad4e17ee-83de-41d6-a974-244ceccb8a63/is-sharepoint-2010-sp1-is-supported-by-windows-server-2012-currently-i-have-os-version-of-server?forum=sharepointadminprevious http://social.technet.microsoft.com/forums/en-us/e7539d34-aaa2-4d9c-a44c-e65d388d8944/support-for-sharepoint-foundation-2010-on-windows-server-2012-r2?forum=sharepointadminprevious however, have farm sp2010 sp1 upgrade sp2010 sp2 running on windows server 2008r2 , sql server 2008 r2. farm not supported microsoft. we looking upgrade farm sp2013 sp1 running windows server 2012 r2 , sql server 2012. we plan start process of upgrading windows server 2008 r2 windows server 2012 r2. will sharepoint 2010 sp2 run on windows 2012 r2 (or need windows 2012) ? once server 2012 r2 (or server 2012) , running, upgrade sp2010 sp2 sp2013 sp1. finally upgrade sql server 2008r2 sql server 2012. so th

Consolidation roots for 2012

does know if consolidation roots dfs in 2012 possible yet? trying migrate hp polyserve fileshares (--server-shares) windows 2012 , need keep unc paths intact. 2012 dfs requires 3 fields (--domainname-namespacename-sharename or --dfserver-namespacename-share) in both domain , standalone namespaces. ideas on how achieve server , share name unc path 2012 dfs? have on 400 shares we've inherited keeping unc paths critical. might better create new ad forest , consolidate everything that way. as uncs virtual machines can setup anyway need windows mvp, xp, vista, 7 , 8. more people have climbed everest having 3 mvp's on wall. hardcore games , legendary way play developer | windows it | chess | economics | vegan advocate | pc reviews Windows Server  >  Windows Server 2012 Gene

Not able to find Prevent Access to Registry Editing Tools

hello all, i got task enable option in our environment,  ii got know path  user configuration  - >  administrative templates  - >  system  and open  prevent access registry editing tools when goto gpmc in our dc win 2012r2 , not able find system under administrative template. i tried search admx , adml template local machine, not able find related template please advise aamir na hi, i recommend check following thread , article before further actions: no administrative templates node in group policy editor - windows 7 x64 rsat client, windows 2003 sp2 dc https://social.technet.microsoft.com/forums/windowsserver/en-us/61dcd25d-fce6-44fd-a4cb-63227be97698/no-administrative-templates-node-in-group-policy-editor-windows-7-x64-with-rsat-client-windows?forum=winservergp some templates missing in administrative templates item after enable filter option using group policy management editor window on computer running windows server 2008 https://support.m

Using WMIC to get a specific Process ID

i'm trying write batch file grab processid of specific w3wp.exe process. there multiple w3wp's running on server, need add clause right one. can part...so, i've got far: for /f %%a in ('wmic process "commandline '%%prod%%'and name='w3wp.exe'" processid ') echo %%a the problem output contains literal column heading 'process id' along numeric value process id i'm looking for. want actual pid, can store in variable , use further down in batch file. any appreciated. thank you. if powershell solution this: get-process w3wp |  select id | ft -autosize or can use: stop-service w3wp but if want batch file, guess kinda hard.. batch file:  for /f "tokens=2" %%i in ('tasklist ^| find "w3wp.exe"') set pid=%%i every second counts..make use of it. disclaimer: posting provided no warranties or guarantees , confers no rights. it stuff quick bytes

Server 2012 Essentials freezes and stops responding

i have several customers running server 2012 essentials experience freezing/lockups after running approximately week.  symptoms local pcs can not logon network or access mapped drives or network locations on server.  recourse hard reboot.  below system event logs 2 systems.  have listed last 2 events before restart , first event after restart. here 2 failures system 1. 12/30/2014 9:09:29 pm  event # 5186 - worker process process id of '13128' serving application pool 'webapiservice' shutdown due inactivity.  application pool timeout configuration set 20 minutes.  new worker process started when needed. 12/30/2014 9:16:19 pm  service control manager event # 7036 - windows update service entered stopped state. 1/2/2015 12:01:58 kernel general event # 12 - operating system started @ system time ‎2015‎-‎01‎-‎02t18:01:58.494060300z. we had lockup yesterday , system logs show: 1/4/2015 9:23:19 pm service control manager event # 7036 - winhttp web proxy auto-di