Posts

Showing posts from February, 2011

Indexes Blew up after migration from SQL 2000 to SQL 2005

i migrated sql 2000 sql 20005 client using backup/restore method. evverything perfect until weekend. on weekend had scheduled rebuild index job. after (i presume caused issue) database blew 18gb 80gb! 65% index. main issue table mhgroup.docmaster holds documents. (this document management system intervowen). basicly there 5 million records , 16gb of data , 46gb of indexes. table huge , there 33 non-clustered indexes. 1 clustered index created via key constraint. suspecting forwarded records wrong. thoughts?? below table sctipted. use [mbdocs] go /****** object: table [mhgroup].[docmaster] script date: 09/02/2009 10:49:32 ******/ set ansi_nulls on go set quoted_identifier on go set ansi_padding on go create table [mhgroup].[docmaster]( [docname] [varchar](254) null, [docnum] [float] not null, [docsize] [float] null, [editwhen] [datetime] null, [docinuse] [char](1) null, [entrywhen] [datetime] null, [editprofilewhen] [datetime] null, [indexed] [char](1) null, [ve

Copy production database to test server

hi trying copy production database test server.  first step (in control flow) of etl package have set run automatically sql server agent.  the production database on different server test server database.  production database overwrite database on test server each time job run.  please advise me on how best accomplish task? thanks in advance! don't use ssis. prod db , restore on test server. james beresford @ http://www.bimonkey.com ssis / msbi consultant in sydney, australia ##### bi monkey ssis etl framework @ http://ssisetlframework.codeplex.com/ SQL Server  >  SQL Server Integration Services

What permission is needed to delete a user from SharePoint

Image
i used command below remove user share point server      $site = get-spsite 'http://svcssp2010:80'      $site.rootweb.siteusers.remove('svcsad\test') if run the command when logged in sharepoint server administrator, performs job without issue. however, if logged in different user , ran same command, give me error as. user configured "full control" permission site. #################################################### exception calling "remove" "1" argument(s): "attempted perform unaut horized operation." @ line:1 char:31 + $site.rootweb.siteusers.remove <<<< ('svcsad\test')     + categoryinfo          : notspecified: (:) [], methodinvocationexception     + fullyqualifiederrorid : dotnetmethodexception #################################################### my question is, kind of permission needed delete user in sharepoint server. hi, based on research, users have full control o

Tomcat Server.xml permissions for W2k3 server. Users have R and E rights. Is that ok?

hi! what's default user permissions tomcat server.xml file on windows 2003 ms? read , write appropriate or security risk? thanks! hi, thank posting. in regard iis related issues, suggest refer experts on iis forum professional support: the official microsoft iis forums http://forums.iis.net/ thank understanding , support. best regards, amy wang Windows Server  >  Security

How can I create private groups in Office 365 with Powershell?

hi, i'm new admin of office 365 , i'm little lost. in the latest version of office 365 online , users can create groups through the "people " panel , can public or private. now can see kind of groups in office 365 administration with existing security groups. i need create first kind of group via powershell don't know how. it seems " new-msolgroup " cmdlet used add new security groups azure ad. if use " get-msolgroup ", grouptype of groups created users " distributionlist ". so i've tried exchange commands. i groups i'm interested in, when execute get-groupmailbox. and also, can see " moderngrouptype" property (public or private) . i function of link: https://support.office.com/en-gb/article/use-powershell-to-manage-groups-aeb669aa-1770-4537-9de2-a82ac11b0540 but still don't know how create kind of groups powershell. when execute " get-distributiongroup " othe

\\fileserver is not accessible. You might not have permission to use this network resource. Logon failure: the target account name is incorrect.

hi, i face problem new added server or workstation cannot access old w2008 sp2 file server host name or fqdn. can access file server by ip. other old servers can access file server without problems. error: \\fileserver not accessible. might not have permission use network resource. logon failure: target account name incorrect. what have tried: 1. disjoin file server domain, delete ad account , join again win different name , ip. 2. delete dns , wins entries , reregister dns , wins entries. 3. ip, dns , wins entries same server. 4. firewalls off. but not help. related authorization. is else can do? thanks hi, dns pointing should configured proper on new added servers, domain controllers , domain members. configure dns settings on dc , members per below article. best practices dns client settings on dc , domain members. http://abhijitw.wordpress.com/2012/03/03/best-practices-for-dns-client-settings-on-domain-controller/ once done above, run below commands:

Old domain controller error

this error has started appear "certificate enrollment local system failed enroll domaincontroller certificate domain controler - (the rpc server unavailable. 0x800706ba (win32: 1722))." can delete object active directory site , services, object in certification authorities folder no longer exists. apppear left on migration , before time organization. thanks in advance paul hello, please see steps in http://support.microsoft.com/kb/555151/en-us  for manual removal ca. best regards meinolf weber mvp, mcp, mcts microsoft mvp - directory services my blog : http://msmvps.com/blogs/mweber/ disclaimer: posting provided no warranties or guarantees , confers no rights. Windows Server  >  Migration

Virtual 2003 Server cannot talk to certain IPs

Image
hello all, i have several (dozen) 2003 hyperv's cannot ping .255 addresses in particular 21 bit mask. it's odd scenario, , i've run out of things for. example: 3 networks, 1.1.1.1, 2.2.2.2 , 3.3.3.3. have netmask of 255.255.248.0 , routing in between good. 2003 hypervs on of above networks cannot ping .255 addresses on 1.1.1.1 network. when can't ping, misnomer ran wireshark on several 2003 hyperv boxes having issue and... wireshark sees reply, yet ping request still times out, applications trying talk 1.1.1.255 or 1.1.2.255, etc. oddly enough, 2003 hypervs can ping .255 addresses on other 2 networks (2.2.2.255, 2.2.3.255, 3.3.3.255, etc. ) any 2008 or 2008r2 hyperv can ping .255 addresses.   all vm hosts running 2008r2. vm hosts able ping .255 addresses.   hopefully i've supplied enough info here (in non-confusing manner) gets pictures , has idea? from vm cannot ping 1.1.1.255 type "arp -a" , see if there mac associated ip. mike crow

cisvc.exe

i have web application running on win server 03. time time noticed process cisvc.exe taking resources available , slows down system. know indxing service windows xp, not know it's function in win server. ok if stop permanently? ideas / experiences ? hi kim_a,   according research, cisvc.exe functions indexing service on windows xp-based or windows server 2003-based computer. may find cpu usage in indexing service ( cisvc.exe ) increases 100 percent in situations problematic operation system uses removable memory storage device.   for windows server 2003, please follow steps add registry key check if helpful.   1. click start, click run, type regedit , , click ok.   2. locate , click following registry subkey:   hkey_local_machine\system\currentcontrolset\control\contentindex   3. point new on edit menu, , click dword value.   4. type mountremovablecatalogs , , press enter.   5. double-click mountremovablecatalogs , type 0 in value data box, click

How do you setup a server to use multiple DNS servers that are not connect to each other?

is there way setup server connects 2 different domains use proper dns server name resolution? let say there two dcs: servera.subdomaina.domain.com , serverb.subdoamainb.domain.com.  domains independent , not connected.  need common server connected both , need resolve names both domains. is possible? i have setup server in workgroup.  1 nic has subdomaina.domain.com connection specific suffix , other nic has subdomainb.domain.com.  each nic has dns server listed domain connected to. this configuration resolve fqdns of 1 domain not other.  believe due fact server querys 1 dns server , doesn't try other dns server. is there way make server try dns server, if first 1 doesn't have entry? " let there 2 dcs: servera.subdomaina.domain.com , serverb.subdoamainb.domain.com.  domains independent , not connected. "  actually, since have them both in domain.com, these 2 different sub-domains of common domain, related.  not answer question. by 'not connected&#

Authorizing DHCP

i have new 2008 server setup , part of forest.  it's own domain.  want set dhcp on , have done think needs done.  set range, domain, router etc.  everytime try authorize it says "access denied".  please help.  i'm tech @ small school. have made little progress.  had forest admin put me on enterprise admin.  able authorize server put still won't give out ip's.  there red downward pointing arrow on ipv4 , ipv6 , still need authorized. hi there, this forum specific answering windows 2008 generic queries, query related networking, there seperate forum answer query. please post under http://social.technet.microsoft.com/windowsserver navigate platform networking forum or network infrastructure servers forum. ============================================================================================ you correct in active directory domain, must logged on server using account member of enterprise administrators group. happens when right click server object , click

WinSvrCAL and WinRmtDsktpSrvcsCAL license for "Select Plus " type

dear all, i use sesion host of hyper-v , "slect plus" type license, need below licenses or not? winsvrcal 2008     winrmtdsktpsrvcscal    i not find out above product in product list, and  @ "microsoft application virtualization rds" it that"this product not require product key." i think don't need it. ( open license need above license) if have experience please me. i prepare active license not clear yet. thank answer. hi, activation you must activate microsoft product confirm each copy of product not installed on more limited number of computers indicated in software end user license agreement (eula). activation process can performed using telephone, modem, or internet. none of information collected during activation used identify you. activate product on telephone, use 1 of following numbers: office activation (u.s. only): (888) 652-2342 windows activation: (888) 571-2048 tty number: (800)

windows deployment services

hallo, momenteel ben ik bezig met een homeserver thuis zoals domain controller etc. maar nu wil ik graag een windows deployment server dit maakt mogelijk om computers te installeren via het netwerk alleen wilt dit me niet lukken hij zegt telkens dat die niet gestart kan worden en dan krijg ik de volgende errors: domainserver 268 fout wdsimgsrv toepassing 28-2-2014 22:13:17 domainserver 513 fout wdsserver toepassing 28-2-2014 22:13:17 domainserver 258 fout wdsimgsrv toepassing 28-2-2014 22:13:17 domainserver 257 fout wdsserver toepassing 28-2-2014 22:13:18 ik heb windows deployment server al meerdere keren opnieuw geinstalleerd maar hij blijft dit telkens doen. heeft iemand enig idee wat het kan zijn? could please post in english. thanks Windows Server  > 

Applications impact when upgrading the windows 2003 to windows 2012 and FFL and DFL

i have 52 win 2003 dcs & upgrade in win 2012. wondering applications impact when migration done. don't have paralal test env. using 316 applications. fews 3rd party - oracle , cisco , remedy , citrix & on. how analyse impact before upgrading. any suggestion highly appreciated. aliahmurfy hi, see, impact of changing domain or forest functional level there should no impact. if still have concerns third party applications (non ms products), should contact vendor find out if tested product @ proposed level. refer : http://blogs.technet.com/b/askds/archive/2011/06/14/what-is-the-impact-of-upgrading-the-domain-or-forest-functional-level.aspx devaraj g | technical solution architect Windows Server  >  Directory Services

What is the most powerful books for Windows server 2008 and R2?

hi, there many books out there cover windows server 2k8 , r2 successor wonder ones focus on. in same time, books 1 purpose, "windows server 2008". each author has his/her own view on platform. don't want read them avoid confusions , complications. these list of books have along books finished reading them: exam 70-640 configuring windows server® 2008 active directory® (finished this) exam 70-642 configuring windows server 2008 network infrastructure (finished this) exam 70-643 configuring windows server 2008 application infrastructure (finished this) exam 70-646 windows_server__2008_server_administrator_second_edition (finished this) mastering_windows_server_2008_r2 (finished this) mcgraw.hill.microsoft.windows.server.2008.administration.feb.2008 mcgraw.hill.microsoft.windows.server.2008.the.complete.reference.feb.2008 oreilly.windows.server.2008.the.definitive.guide.mar.2008 sams.teach.yourself.windows.server.2008.in.24.hours.may.2008

Windows Server 2008 R2 foundation - Ha desaparecido la barra de tareas

ha desaparecido la barra de tareas en windows 2008 server foundation. si se hace algún cambio en las opciones de barra de tareas sale el siguiente error: firma con problemas:   nombre del evento de problema:    appcrash   nombre de la aplicación:    explorer.exe   versión de la aplicación:    6.0.6001.18164   marca de tiempo de la aplicación:    4907e791   nombre del módulo con errores:    explorer.exe   versión del módulo con errores:    6.0.6001.18164   marca de tiempo del módulo con errores:    4907e791   código de excepción:    c000001d   desplazamiento de excepción:    0000000000023fc7   versión del sistema operativo:    6.0.6001.2.1.0.272.33   id. de configuración regional:    3082   información adicional 1:    b916   información adicional 2:    ff58723ce8dc3d5276d913956e5ceaec   información adicional 3:    cacd   información adicional 4:    cb85b03eec6d053b099cf179dead7e68 lea nuestra declaración de privacidad:   http://go.microsoft.com/fwli

Binding a combo box to more than one data column

i have silverlight application uses wcf service data source. i databinding combobox in client_completed event handler of wcf data call follows: void client_getsitescompleted( object sender, myproject.myservicereference. getsitescompletedeventargs e) { sitecombo.itemssource = e.result; sitecombo.displaymemberpath = "sitename" ;   // messagebox.show("sites: " + sitecombo.items.count); } as can see binding combo "sitename" column of datasouce. when user selects combo item, need siteid associated column in database. field returned query , availabkle in e.result. is possible associated siteid after user has selected sitename combo box? thanks help    hi gp100mk   i wondering if result retreive wcf list of object? if so, when you  retreive siteid using code sample below //i assume e.result list<siteobject> siteobject  = (siteobject) combobox1.selecteditem; int sid = so.siteid;   hope can help.

update query in MS-ACCESS don't working + C#

hi guys, prblem cannot update sql query against ms access using c#. everytime wen so, got exception (at runtime) ' update syntax not correct '. don find error in 'update' syntax. i can run other dbase operations insertion, deletion & all.; except updation. but, can run same update query in 'sql query tab' of ms access, , executed successfully. i'm using vs.net 2005 & ms access 2003. please me...its urgent. i'm including code below : **************************************** ************************* string provider = "provider = microsoft.jet.oledb.4.0; data source = db1.mdb;"; string sql = "update table1 set password = 'modify' id = 'abhi'"; try { oledbconnection oc = new oledbconnection(provider); oledbcommand od = new oledbcommand(sql, oc); oc.open(); od.executenonquery(); oc.close(); } catch (exception exp) { return exp.message; } **************************************** ************************* my table

Form Controls?

hi, i started using flex , made pastebin it: http://paste.sharewonders.com i thought try , see how silverlight similiar/different flex, don't see form controls! http://msdn2.microsoft.com/en-us/library/bb188567.aspx i don't see input boxes or containers or basic stuff. :/ hi btipling,   at time, there not form controls.  however, please bear in mind silverlight still in technology preview phase.    chad campbell Archived Forums SA-SM  >  Silverlight (formerly WPF/E) Developer Issues

Where to update product key

when open tfs administration console, not finding anywhere update product key. i'd able in order gain access our msdn subscription level features. running tfs 2013 update 2. hi, thanks post. as the link posted mentions: where find product key if not appear in administration console on sleeve of setup dvd. on microsoft subscriber downloads web site. have tried that? we trying better understand customer views on social support experience, participation in interview project appreciated if have time. helping make community forums great place. click here participate survey. Archived Forums V  >  Team Foundation Server - General

Error on MDX Query "this way" tells me to do it "that way"....doing it "that way" error tells me to do it "this way" :(

hi gang,   i'm finding mdx pretty frustrating far.  i've been banging head against wall day trying feel quite simple...if know doing.   work school system, want compare retention rate of students prior year rate current year.  my dimenions/measures in play are: [school dates].[end year].&[2010]  *prior year [school dates].[end year].&[2011]  *current year [school dates].[active].&[true]  *a bit field set true records in current year [school dates].[prior year].&[true]  *a bit field set true records in prior year [measures].[retention rate] *a percent field (13.78%, 17.52%, etc) i've tried dozens of combinations throughout day , gotten dozens of error messages, current closest i've gotten.  if try this: with member cygoal as ([school dates].[end year].&[2011], [measures].[retention rate]) member pygoal as ([school dates].[end year].&[2010], [measures].[retention rate]) select case when cygoal > pygoal t

WSUS Client Detected 0 updates

i have upgrading 600+ win xp sp2 pcs sp3.  found 5 pcs having problem detect further new updates after upgraded win xp sp3.  it showing 0 update needed on wsus console.  client windowsupdate.log shows 0 update detected.   i followed steps on below microsoft kbs doesn't resolved. http://support.microsoft.com/kb/943144   took 8 hours complete first pc. ouch!!! might suggest before applying service pack on other machines consider cleaning temp files, ie caches, etc, , defragmenting hard drives. eight hours install xp service pack 3 4-5 times longer should take, on slow pentium iii system! lawrence garvin, m.s., mcitp:ea, mcdba, mcsa principal/cto, onsite technology solutions, houston, texas microsoft mvp - software distribution (2005-2010) mvp profile: http://mvp.support.microsoft.com/profile/lawrence.garvin blog: http://onsitechsolutions.spaces.live.com Windows Server

location of temporary file?

i downloaded word document e-mail neglected 'save as'.   while edited file hit 'save' several times, once closed file can no longer find it.   there temporary file or folder somewhere can recover work? if re-open file in email , choose save (without saving file), word show proposes save file. if see previously-saved version of file there, can re-open folder. otherwise, temporary folder used typically gets deleted when close email program, if file's not there, it's gone. cheers paul edstein [ms mvp - word] Microsoft Office  >  Word IT Pro Discussions

Script opens server in background, but I want a window; runas issue

i'm trying game server setup scripts make sure stays date, , there's line here that's particularly troubling. whenever following line runs, opens "runserver.cmd" in background, whereas if "runserver.cmd" manually executed, opens in window.  runas /trustlevel:0x20000 "$installdirectory\shootergame\saved\config\windowsserver\runserver.cmd" if use powershell command start-process have ability define windowstyle -windowstyle <processwindowstyle> {normal | hidden | minimized | maximized} you can find out more on following page:  https://technet.microsoft.com/en-us/library/hh849848.aspx hope helps. regards, ryan Windows Server  >  Windows PowerShell

LDAP Question Host name or IP

when using ldp test ldap connection our domain unable bind via ip address, can bind via fqdn.  expected? i ask because our groupwise server crashed , re-started services , brought online.  unfortunately, no 1 login .  fixed disabling ldap on ssl, our ldap comm between groupwise , our ad taking place on port 389. if using native ldap on 389 using name or ip not matter.  however, if attempting use secure ldap connection based on certificate name (or san) this article speaks point: subject = "cn=<dc fqdn>" ; replace fqdn of dc how enable ldap on ssl third-party certification authority http://support.microsoft.com/kb/321051 dave guenthner [msft] posting provided "as is" no warranties, , confers no rights. http://blogs.technet.com/b/davguents_blog Windows Server  > 

WDS 2008 R2 Ports?

what ports clients use when deploying images 2008 r2 servers running wds? i have ports 67 routing dhcp , wds , 4011 routing wds i had issue wds service not starting , clients unable authenticate pull available online images, , found port 49156 being blocked opened ports , wds services is working clients have sit 10 min before can pull list of available online images.  i think there must rpc port range needs opened can not find documented in 49156 range.   server placement: ad & dhcp in a resource vlan (les a) wds , clients client vlan (lets b)  when client gets point pulls list of available online images errors asking network credentials (the credentials in unattended file correct) if let machine sit 10 min , type in credentials manually works, once 1 connect can build other machines without them stopping. (it port works gets cached on router other machines connect no issues.) if don't image hour or stops again asking credentials.   i know ports wds on 2008

Odd RoboCopy behavior in script

i using code robocopy , getting odd behavior. robocopy $sourcefolder $destinationfolder /mir /mt /copyall /r:5 /w:5 /log:$env:temp\pxcopy.log /ns /nc /np | out-null when hard code source , destination works right every time. however, when use source , destination paths have been pulled xml, robocopy returns 0 (no new or changed files copy) , nothing, when verifiably not so. code using process xml function working 15 other tasks have need paths, new robocopy task has issues.  fwiw, work fine when copying empty folder, it's when trying compare mirror fails. also, working ps 2.0, , not in position require newer version, if issue. any thoughts? thanks! gordon unfortunalt there not enough info determine problem sib=nce has withhowyou retrieving xml data.  youneed post tehxml , script or as necessary demonstrate issue.  mosst mistake inhow retrieving xml data. if there spaces int paths may have other issues. ¯\_(ツ)_/¯

Issue with windows automatic updates

hi team, please divert correct team not sure title choose, i have been trying update windows 2008 r2 servers in corporate, when try chose patches in automatic updates, windows displaying july & aug 2015 patches , 2014 patches also. remaining patches jun 2015 not displaying in automatic updates. i have tried patches , installed on servers, servers listing , displaying month patches after reboot. any idea how install patches particular moth via windows automatic updates. we have genuine windows activation on servers. thanks, gowtam d. thanks, rud are using windows updates or wsus?  has the system update readiness tool been run without error? http://windows.microsoft.com/en-us/windows7/what-is-the-system-update-readiness-tool?signedin=1 then post complete contents of; %systemroot%\logs\cbs\ checksur .log       regards, dave patrick .... microsoft certified professional microsoft mvp [windows] disclaimer: posting provided "as is&

Is there a step-by-step guide for replacing a server?

yes, searched , ended tons of results. sorry. here's situation. it's simple, want make sure right. we bought new 2011 server , want replace our failing 2008 server. there's 1 server , 1 domain, atm. there's no exchange or sharepoint. server pretty simple domain controller active directory  file serving. simple set up. while know running dcpromo , stuff, in theory, i've never done in practice. can point me nice little step-by-step guide replacing dnc dummies, please? i have taken 1 step of adding new server existing domain, haven't promoted or anything. thought i'd check forums, first. thanks help. appreciate it. hello, since old dc still working, proceed that: make new server points old 1 primary dns server run dcpromo and promote new server additional dc in ad domain. choose server dns , gc server. don't click on rodc option once promoted, transfer fsmo roles new dc: http://support.microsoft.com/kb/324801 run dcdiag /v on both dcs

TS-CAP

when try put in "domain user" in group authorization, get: " the specified domain either not exist or not contacted".  if don't spell out group want, still knows typing.  connected domain.  else having problem?   ok, figured out.  here happened.  have 2 network cards in computer.  1 nic connected external router , other nic connected internal router.  have have gateway in both nic's.    i installed new ts cal's.  odd reason, removed ts gateway manager policies.  so, when attempted setup cap , rap again, couldn't find domain.  so, had go external nic card, remove gateway.  went connection authroization policies (caps) , resource authorization polices (raps) , added groups without problem.  went external nic , re-added gateway.  did that, able connect remotely. Windows Server  > 

Administartor

i using windows server 2008r2 , client site windows 7. have more 18 sites on each site there i.t guy. when i.t guy installing software or application asking adminstrator rights (administartor username , password). want create 1 more administrator account , did problem account had created admin rights able login server. so please me. want create , admin account should not login server. how can this?????? you can add each user account of guys @ local administrators group on client in work, without givng them domain administrators credentials. hth edoardo benussi - microsoft® mvp management infrastructure - systems administration https://mvp.support.microsoft.com/profile/benussi windows server italian forum moderator edo[at]mvps[dot]org Windows Server  >  Windows Server General Forum

Problem to create virtual hard disk different size in spanish version

Image
hi, i try windows server 2012 spanish today, , see problem when create virtual disk different sizes. when create disk 80gb or 70gb works ok, when try 80.50gb or 74,53gb (with dot or comma) it's 7,80tb , don't create because big or create disk size left on real disk. i don't know if it's problem in spanish version. thank you, giorgio hi, did create vhd/vhdx file in hyper-v manager or disk management console? in hyper-v manager, text has whole number. or else, w warning following one.   in disk management, can create vhd decimals, such 70.4gb. by way, can use command line create vhd files. http://blogs.msdn.com/b/7/archive/2009/10/08/diskpart-exe-and-managing-virtual-hard-disks-vhds-in-windows-7.aspx http://www.hyper-v.nu/archives/hvredevoort/2012/06/mike-kolitz-superduper-windows-8server-2012-deployment-cmdlet/   Windows Server

can I install windows server at home without static IP and without a domain?

can install windows server @ home (not windows home server) without static ip , without domain? i starting study on windows server 2012 , don't have money spend. thought can install server os on home pc , practice. not sure if can ignore static ip , domain needs. @ home can setup static ip environment on router, don't have pubic static ip address companies.  i heard of free dyndns services provide free dns (i have study on too) please let me know thoughts. thanks in advance. should work ok, may depend on you're going it. example if server interact others on network static ip's desirable.       regards, dave patrick .... microsoft certified professional microsoft mvp [windows] disclaimer: posting provided "as is" no warranties or guarantees , , confers no rights. Windows Server  > 

Group Policy issue in applying physical server to Virtual Client.

hi, i'm unable apply power management group policy virtual machine (win 7 , win vista) deployed in physical server (windows server 2008 r2). have created 2 policies namely block_desktop , power_management. first 1 block write access of client machine working fine in virtual client machine. second policy power_management in sleep settings, located in computer configuration => admin template => system => power management => sleep settings not applied virtual machine. have tested power_management policy in physical server physical client machine , virtual server virtual client machine, works fine. not work physical virtual machines. issue , how can solve this? with gratitude, loganathan s hi, i have overcome problem changing settings in virtual machine's settings. it's working fine.  it's working very fine windows vista , above operating systems. windows xp the power management group policy doesn't seem work. can please on this? log

Small Business Server Remote Desktop

basically, have program run on server needs accessed remotely @ least 5 users concurrently well have have 2008 premium able use remote desktop services, comes 2008 standard can install on second machine. here might find more info on virualization sbs 2008 premium. http://technet.microsoft.com/en-us/library/dd239202(ws.10).aspx in case if vpn , use rds , have 5 cal's, 10 users using rds need buy additional 5 server cal's , 10 rds cal's. main requirment sbs premium 2008 in first place. pubforum.net founder , bible of remote desktop services! love microsoft &its people bits! Windows Server  >  Remote Desktop Services (Terminal Services)

windows server 2008 fail over cluster test

hi everyone when test on windows server 2008 ,"start logo test culser"is faild   error log cannot find pattern "c:\wtt\jobsworkingdir\tasks\wttjobruncd96c10b-15ce-49ce-ac51-6358608f6c3c\*.trace" error code 2 (the system cannot find file specified) failed start task "copy logomscs" zero files copied when trying copy path "c:\wtt\jobsworkingdir\tasks\wttjobruncd96c10b-15ce-49ce-ac51-6358608f6c3c\logomscs"....failing task information : job "start logo test cluster" got cancelled message machine "b0f9eeb2-88d9-47b6-a836-da3da344c711" flags 2 failed job "start logo test cluster" job failed , rest of tasks cancelled because task "runjob - launch server logo kit" failed failure action failandstop winsock error during operation winsockerror code of 11001 (wsahost_not_found - host not found) does have solution solve problom winsock error (host not found) implies dns-resolution / netbios name lookup doesn't w

Move a certificate from current user to local computer store in 2012

hi,  how can move a certificate current user local computer store in windows 2012 when certificate's private key marked not exportable ? drag , drop possible in windows 2008 r2 when open both current user , local computer stores in same mmc. in windows 2012 not possible.  thanks... there no way move certificate non-exportable private key between different store contexts. my weblog: http://en-us.sysadmins.lv powershell pki module: http://pspki.codeplex.com check out new: powershell fciv tool. Windows Server  >  Security

Enable Firewall Service Using Group Policy

hi support team install windows image in firewall service set disabled so have many systems firewalls make on i used system services group policy , set automatic did not work (it did not enable service) i tested sc config sharedaccess start= auto , works so think can can make computer startup script , use there other standard gpo ? do have use  policy maker or third party tool ?   > went system services (on 2008 dc) , set windows > firewall auto   yes, technically results in service called "mpssvc" start automatically. (remark: if did through administrative tools - services, affects local firewall service on server... hopefully did within gpo ;-))   > went xp client , not applied >   sure applied, on xp, there no service called mpssvc.   > mean target xp os. how can ? >   install gpmc on xp box , edit gpo on xp machine. will - technically - result in service "sharedaccess" start automatically.

Problem with Certificate enrollment on Windows 8

Image
hello, our company uses certificates (for efs, email encryption etc.) has in certificate template enabled setting  archive subject's encryption private key  (in request handling tab). on laptops windows 7 certificates enrolled , renewed without problem. on laptops windows 8.1 received error below when try enroll new certificate or renew current user certificate: error: certificate not valid requested usage. 0x800b0110 (-2146762480 cert_e_wrong_usage) if disable   archive subject's encryption private key  setting in certificate template , try enroll new or renew current user certificate user certificates done on windows 8.1. our certification authority running on windows 2008 (sp2) server. domain functional level windows server 2003. help, regards, petr m. this error can due problem of client in validating caexchange certificate / should used encrypt key pair. certificate has extended key usage private key archival set. if windows

How to backup Hyper-V VMs available in CSV using Cluster API?

hi, i have environment 1. have 2 hosts , both active nodes. 2. created csv c:/clusterstorage/volume1 in host1 i.e node1 3. added vm in node2 using vhd available in csv. 4. trying backup vm node 2. i'm using hyper-v vss writer backup vm's. i'm able take snapshot unable read vhd file csv. getting error code 1920(error_cant_access_file). did search , found cluster api's. tried following stpes 1. find volume csv using function clusterispathonsharedvolume 2. if volume csv tried volume mount point clustergetvolumenameforvolumemountpoint(l"\\?\globalroot\device\harddiskvolume1\clusterstorage\volume1\", lpszvolumename, max_path); but still im getting error code 5. (access_denied). whether i'm doing correctly or not?. if not correct way this? can please tell me solution this? urgent. thnx in advance.. regards, ilavaa. ilavaa hi, did want deploy backup tool backup virtual machines in csv? if so, recommended perform fu