Posts

Showing posts from March, 2015

forgot admin password of VSS

hi team,             i forgot admin password of 1 of vss database. ther way reset same. have admin access(os access) to vss server. please help.  hi,   sorry security purpose cannot crack on forum. please try recall password.   tim quan technet subscriber support in forum if have feedback on our support, please contact tngfb@microsoft.com   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ please remember click “mark answer” on post helps you, , click “unmark answer” if marked post not answer question. can beneficial other community members reading thread.     Windows Server  >  Windows Server General Forum

Same Username, different passwords.

using remote desktop client app android, stores username/password login credentials separate rdp saved sessions. if have multiple machines same username (i.e. user123) different passwords, i'm able save 1 login, extremely problematic when passwords unmemorable. is there way add multiple logins app same username , separate passwords? hi, how saving user names format <computer>\administrator, while <computer> name of computer trying connect to. should store several accounts each computer. please remember mark replies answers if , un-mark them if provide no help. if have feedback technet support, contact tnmff@microsoft.com. Windows Server  >  Remote Desktop clients

Quorum change

hi all, currently, have 3 node clustereing 3 hyper-v nodes.  now, need add hyper-v physical node existing cluster.  need change quorum node majority node , disk majority?  need create quorum disk?  what's recommended size? 1gb? thank you. check out doc, should answer questions: http://technet.microsoft.com/en-us/library/cc770620(ws.10).aspx short answer... don't have to.  adding witness move 5 votes allow survive 2 failures.  2 nodes... 4 nodes in node majority, can survive 1 failure. you see in doc recommendations around configuring witenss. thanks! elden Windows Server  >  High Availability (Clustering)

Setting up email

getting email working in wsus server , getting error - system.net.mail.smtpexception: failure sending mail. ---> system.net.webexception: remote name not resolved: 'smtp.gjha.org'    --- end of inner exception stack trace ---    @ microsoft.updateservices.internal.baseapi.soapexceptionprocessor.deserializeandthrow(soapexception soapexception)    @ microsoft.updateservices.internal.databaseaccess.admindataaccessproxy.sendtestemail(string emaillanguage, string smtpusername, string senderemailaddress, string smtphostname, int32 smtpport, string recipients)    @ microsoft.updateservices.internal.baseapi.emailnotificationconfiguration.sendtestemail()    @ microsoft.updateservices.ui.snapin.dialogs.emailnotificationsettingsdialog.backgroundworker_dowork(object sender, doworkeventargs e) ideas? hi keith_7, >system.net.mail.smtpexception: failure sending mail. ---> system.net.webexception: remote name not resolved: 'smtp.gjha.org' 1. according err

Group policy is not working at all

Image
hi, > thank reply. have changed password settings in default > domain controller .but still showing same n/a message only.   password settings computer settings. "n/a" message belongs user settings. neither ddp nor ddcp contain user settings default.   Windows Server  >  Group Policy

Unable to add RDS session Host to Session Collection

hi there, this may simple first time have set scratch apologise should easy! server 2012 connection broker , web access roles server 2012 r2 session hosts attempting add session host server session collection have created when attempted recieve following error - "the property sessiondirectorylocation configured vy usinf group policy settings. use group policy management console configure property." ive taken @ gpo configured use connection broker , appears configured correctly "configure rd connection broker farm name" , "configure rd connection broker server name" think causing problem. the farm name set remote.domain.local matches dns entry farm advised , server name server.domain.local server connection broker role installed correct?. all other gpo under rd connection broker configured enabled. my dr session collection doesnt use connection broker works fine , can added expected. any thoughts? hi, your connection broker shou

ts-getsession accepting array of computers

nightly, want generate a list of computers in domain have admin id connected via. rdp , forcibly log them off. i'm using ts-getsession accmplish this, can't make accept list of computers. i'm using try-catch around problem of -ea silentlycontinue not functioning (in ts-getsession issue tracker on msdn code gallery). import-module psterminalservices $servers=get-qadcomputer –searchroot ‘corp.com/servers’|select-object -expandproperty name foreach($server in $servers) {     try     {         $sessionstate = get-tssession -computername $server -filter {$_.connectionstate -eq 'disconnected' -and $_.username -like '*admin'} -erroraction continue         write-host $sessionstate     }     catch     {         write-host $_.categoryinfo         write-host -foregroundcolor red "error: failed sessions machine (error:" $_.exception.message ")"         #continue #not sure why not continue     } }      output:

Can't download Windows 8 Server "IT" beta (DLM Issue?)

Image
i have tried multiple methods cannot download beta. have used multiple browsers and different operating systems w/ multiple browsers. nothing seems work. each time use ie download manager kicks in , error. when use other browsers redirect " sorry, no results found for: betaexperience pd downloadauthenticationhandler ashx url dl download win8svr 3 8 b 38baa0a6 2ba7 4341 aa72 eb72cab219e7 8250 0 winmain win8beta 120217 1520 x64fre server en hb1 sss x64fre en dv5 iso microsoft cookieid mac zfi7lekxxkpxi8uvm7ff2zqriugykd2rmtfl5e0oums" have plenty of hard drive space , running windows 8 consumer preview. i have tried can think of work.  link copy is: http://care.dlservice.microsoft.com/download/win8svr/3/8/b/38baa0a6-2ba7-4341-aa72-eb72cab219e7/8250.0.winmain_win8beta.120217-1520_x64fre_server_en-us-hb1_sss_x64fre_en-us_dv5.iso?lcid=1033&cprod=w8svr , 1 want. even: http://care.dlservice.microsoft.com/download/win8svr/3/8/b/38baa0a6-2ba7-4341-aa72-eb72cab219e7/8250

check disk space

hi,      i have check disk space on remote servers..and alert (send email) if free space goes below threshold value..any ideas please how implement using power shell...any appreciated. thanks #send file email alerts   if(test-path "$env:userprofile\server disks $datetime.txt") { send-mailmessage -attachments "$env:userprofile\server disks $datetime.txt" }   for more read: get-help send-mailmessage -full   Windows Server  >  Windows PowerShell

w32tm or regedit to synch time?

i tasked with setting time server , synching a few client machines it.  read current microsoft procedures , seem conflict steps found.  steps i have clients basically:   1. set the  maxnegphasecorrection   and  maxposphasecorrection   client's registry settings "ffffffff".   2. for clock in system tray, check automatically synchronize internet time server   checkbox.   3. in system tray's clock, set the  server   field server's ip address. the microsoft procedures ( http://support.microsoft.com/kb/314054 ) seem imply need on each of the clients is:   w32tm /resync /rediscover   which correct, or did miss something? hi. depending on envoirment, in domain clients domain controller pdc role long configured correctly. here article explians process. http://www.windowsnetworking.com/articles_tutorials/configuring-windows-time-service.html   you can either use registry configure or can use w32tm command. list complete list of commands type w3

How to rename massively security groups on AD? [SOLVED with SOLUTION]

Image
i need rename massively security groups on ou. is there way faster? tools or something? the security groups 5000 entries. dpm 2010 latest roll-up (kb2615782) | dell server r710 (windows 2008 r2 sp1) ram: 24gb pf: 36-60gb | dell tl4000 (4 drives) | dell tl2000 (2 drives) | d2t backup no disk pool (electric & disk costly) | , still struggling , monitoring... battle continues... life never happy ever after.. :( nobody here of giving right answer, turn out endless browsing. found own solution , below own answer own record , best i'm not microsoft certified person. my account domain admin account, i'm not global/universal domain admin. mean can change security groups base on ou. use power shell command line install on computer , use tool quest software, believe part of dell. i download this: http://www.quest.com/powershell/activeroles-server.aspx i put sample 2 condition on ou security group need rename. 001testabcde 001testabcde - local need re

Sharing Folders on Windows Server 2003

good day all,   i setting file server , stuck between hard place , rock want do.   i have set ntfs , sharing permissions , secure , limited , users need access have access. problem im encountering want users see folders have access (folders cant access souldnt see @ share).   i have seen once before in big firm folders shouldnt have access even, dont see! can see shared folders when try access 1 dont have permissions gives me error message "access denied:permissions etc etc".   is familiar setting , how go it? mcp, mcse, mcdst, mcsa, mct, mcitp:ea, mcitp:cst, a+, n+, ctt+, mcts, cbp hi tim, abe included in windows 2003 sp1, should still support sp2. would please test, share folder1 user1, create subfolder1, enable abe on (it should still shared user1). go computer, logon user2, access \\computer\folder1  to see whether subfolder1 listed. you can document abe in following link: windows server 2003 access-based enumeration http://www.microsoft.c

WSUS for one time update

i know if there way use wsus 1 time update, in non active directory environment. server hosting company , load windows on anywhere 20 - 100's of servers day. looking solution use internally allow patch newly installed server , hand on customer.   i know can change registry settings in non ad evironment point server @ wsus server, looking way without having make changes registry, because once have server loaded, hand on customer manages own environment.   if wsus cannot accomplish this, there other ways of getting done? there way bundle windows udpates single package? although still want use somthing wsus dont have manually add new updates package, if thats way, please explain how can done.   thanks in advance. i'm not licensing guy please keep in mind. however, think while servers under control/ownership (in 'build' phase) should able point them internal wsus box , patch them approved baseline. right before deliver system customer can run batch/script undo

Excluding multiple groups from a report in AD using PowerShell

i'm extremely new powershell, , i'm attempting pull list of inactive users, want exclude (currently 6) groups report.i admit mess, it's progress i've made far: get-aduser -server accounts -filter * -properties samaccountname, description, physicaldeliveryofficename, lastlogontimestamp, passwordlastset, lastlogondate, enabled | where-object {($_.memberof -notcontains "do_not_disable*") -or ($_.memberof -notcontains "pol_xxx") -and ($_.passwordlastset -le $84days) -and ($_.lastlogondate -le $84days) -and ($_.enabled -eq $true)} | select samaccountname, name, description, physicaldeliveryofficename, lastlogontimestamp, passwordlastset, lastlogondate, enabled |sort samaccountname, enabled, name, description, physicaldeliveryofficename, lastlogontimestamp, passwordlastset, lastlogondate, whencreated| export-csv c:\temp\20160216_notgroupmembers1.csv reason, no matter try exclude these groups, invariably still pop on report. once figure out, us

WDS Server 2012, get deployment statistics

hi, we're having bunch of wds on windows server 2012 spread out. need statistics these servers (one 1 or centralized). interested in how many deployments have occured @ wds machine. we looking @ wds logging couldn't quite find fact of how many installations had been performed. anyone know if possible? thanks erik, many, many certs! ;-) hi erik, as far know wds can not deploy statistics wds logging. about wds log: how enable logging in windows deployment services (wds) in windows server 2003, windows server 2008, windows server 2008 r2, , in windows server 2012 https://support.microsoft.com/kb/936625?wa=wsignin1.0 i’m glad of you! please remember mark replies answers if , unmark them if provide no help. if have feedback technet support, contact tnmff@microsoft.com Windows Server  > 

Help with simple batch file

Image
hello, i need create simple batch file following, how can regardless of username have many unique names? delete file                   c:\upm\<username>\upm_profile\appdata\local\microsoft\windows\webcache\webcachev01.dat folders not files c:\upm\<username>\upm_profile\appdata\local\google\chrome\user data\default delete file                   c:\upm\<username>\upm_profile\appdata\local\google\chrome\user data\default\chromedwritefontcache delete folder         c:\upm\<username>\upm_profile\appdata\roaming\google\cache\pepperflash\ folders not files c :\upm\<username>\upm_profile\appdata\roaming\google\cache\default thanks try attention !!! ::delete file c:\upm\<username>\upm_profile\appdata\local\microsoft\windows\webcache\webcachev01.dat ::all folders not files c:\upm\<username>\upm_profile\appdata\local\google\chrome\user data\default ::delete file c:\upm\<username>\upm_pro

3 DC on one network, 2 DC goes down.

Image
lets have 3 dc's on subnet. 2 dc's goes down, , clients can join (the client have dc1 , dc2 primary , second dns). possible make more redundant?  hi, it redundant default. you may check dc locator process following picture: in addition, may read following microsoft technet articles: enabling clients locate next closest domain controller http://technet.microsoft.com/en-us/library/cc733142(v=ws.10).aspx fooling dc locator http://blogs.technet.com/b/ad/archive/2009/01/02/fooling-the-dc-locator.aspx regards, arthur li technet community support Windows Server  >  Windows Server 2012 General

"H" Drive not mapping

Image
i have installed new dc in branch office , replicated , running fine. had restore data on server backup. after restoring folders (with correct ntfs permissions) went users profile tab on server , had re map users "h" drive. went each user account on branch , gave path users home folder. users unable map "h" drive when logging in. can map manually no issues know users have appropriate permissions folder. drive not connect either through logon or mapping manually , checking "reconnect @ logon" option when manually mapping. cause drive mapping not work? thanks! chad guiney hi chad, thanks posting on technet forum. >>however drive not connect either through logon or mapping manually , checking "reconnect @ logon" option when manually mapping. cause drive mapping not work? as mentioned above, have restored data old dc new dc. i suggest check gpo settings on new dc , enabled driver map logs. location : gpmc.msc->comput

IE9 Group Policy for Popup Allow list not applied

ie9 on win7 sp1 domain-joined pc; domain controllers win2k8 r2 sp1 ie9 installed – therefore latest inetres.admx files installed. group policy pop-up allow lists not enforced when added in either computer or user config -> administrative templates (admx) -> windows components -> internet explorer -> pop-up allow list. in researching this, in regedit can see policies show under either hklm or hkcu\software\ policies \microsoft\internet explorer\new windows\allow. when user opens internet options -> privacy tab -> popup blocker settings button, these entries not listed , navigating these sites still blocks popup windows. o nly method have found works to: 1. disable machine policy of security zones: use machine settings; 2. configure user config -> windows settings -> internet explorer maintenance -> secuirty -> security zones , content ratings – import settings , on privacy tab modify popup blocker settings. i’ve noticed entries made way

Word 2003 Crashes When Pasting HTML Content

hi there, a customer experiencing strange problem when copy , paste web browser microsoft word 2003 (sp3). word stops responding , needs ended via task manager. i have ensured latest updates have been performed on both windows xp sp3 , office 2003 sp3. normal.dot has been deleted , recreated, have performed detect , repair , uninstalled , reinstalled office 2003, no prevail. the issue not occur when user opts paste "unformatted text". issue occurs when pasting html formatted text. any ideas why happening? your assistance appreciated, arty best regards arty hello carlo, i have seen issue few times , when pasting html content word, word process performing html compatibility (if \* in html code i've seen cause problems) or word crashing when trying spell check not recognize or conflict in spell check.  when 3rd party applications have "hooks" word, can read called process , depending on functionality of act or not. i've got 2 suggestions

dns streamline

windows 2008 server connected 2008 server 100mbps wan cable simple action can done in dns streamline name resolution between 2 networks? without need of new infrastructure.. :) im guessing mean dns on local networks can setup conditional forwarders. this walk through talks through   http://msmvps.com/blogs/ad/archive/2008/09/05/how-to-configure-conditional-forwarders-in-windows-server-2008.aspx dave   dave lawlor offer advice is, , use advice @ own risk. not in environment may not infer going on there post/question. use common sense if know advice conflicts environment. Windows Server  >  Network Infrastructure Servers

Adding 2008 Dc to 2000 domain with missing Domain Controller

hi guys so onsite while between permated staff. want install new 2008 dc there old 2000 domain (yes 2000 native domain.) issue can see in ad there domain contoller missing. generating dcdiag errors. see below. the question can normal upgrade of domain 2008. eg dcpromo /forest, dcpromo /domain. or have clean out missing domain controller first. thanks in advance craig setup adc 2000 dc wholes fsmo rolls bdc 2000 dc ad-connect missing dcdiag results. dc diagnosis performing initial setup:    done gathering initial info. doing initial non skippeable tests       testing server: amber-syd\adc       starting test: connectivity          ......................... adc passed test connectivity doing primary tests       testing server: amber-syd\adc       starting test: replications          [replications check,adc] recent replication attempt failed:             ad-connect adc             naming context: cn=schema,cn=configuration,

Can't access internet

i installed windows 10 tech preview. have internet connection unable access internet using ie or firefox. other programs require internet connectivity cannot connect, yet able run windows update , download 1 update. unable sign off on 1 account (which signs on fine) , sign on using account. using computer access internet now. i have same problem.  i can ping gateway , google.com. can telnet google.com 80 index file. yet chrome/ie/skype cannot access internet; tried disable ipv6, uninstall network components none helps. anyone has idea can check? sounds dns issue. run nslookup see if you're resolving names. sam boutros, senior consultant, software logic, kop, pa http://superwidgets.wordpress.com (please take moment vote helpful and/or mark answer, applicable) _________________________________________________________________________________ powershell: learn before it's emergency http://technet.microsoft.com/en-us/scriptcenter/powershell.aspx http://technet.micr

Problem in website open internally, Website Name & Email host Name are same

i need solve issus ...... ex: my website name : http://connect.com and email host name same, after configure exchange server 2013 internal network can't able open website please provide me best solution asap thank you. hi kalidasan, >>after configure exchange server 2013 internal network can't able open website did see prompt information when open website: http://connect.com ? it helpful if provide more detailed information us. besides, seems question more related exchange, better help, post issue on forum below: https://social.technet.microsoft.com/forums/office/en-us/home?category=exchangeserver best regards, andy_pan Windows Server  >  IPAM, DHCP, DNS

Error in W2003 server

hi, i´have fileserver w2003 server , need backup weekly, server don't have tape unit, i´have server w2003 , it´s have tape, backup utility runs server across net, thing after 48 or 1 hour backup shutting down, check server tape , backup stop normal, other server and...surprise!!!! famous blue screen!!! here message!!! ***hardware malfunction call hardware vendor support nmi: parity check / memory parity error ***the system has halted*** i can stop server while because dhcp server too. i'm not sure asking because message appears quite evident. run hardware level diagnostice identlfy memory module faulty , replace it. if diags don't identify module bad can swap them 1 @ time until problem goes away , last 1 replaced bad one, assuming there 1 bad module. roy mayo | mcse Windows Server  > 

CA Encryption

Image
hello, the isp have somting name https inspections client if open things on https know that. is there recommende encryptio bypass it? thnaks.   hi amin el-zein, thanks posting here. could more specific on “https inspections” mentioned? just fyi, if not quite pleased our isp service why not consider find new isp , replace   ? thanks. tiger li tiger li technet community support Windows Server  >  Security

Propietario objetos creados

buenos días, a ver si pueden echarme un cable con un problemilla con el propietario de los ficheros que creo desde sap. la cosa es que necesito que el propietario sea el mismo usuario que los crea, pero no sé porque no es así, cuando creo un fichero nuevo el propietario es el grupo administrators. hasta hace poco los creaba bien, pero ahora no sé que hemos tocado que siempre los crea con administrators como propietario, cosa que me crea problemas con los transportes en sap. bueno, espero que puedan ayudarme. muchas gracias todos de antemano!!! hola roger_fv ¿han actualizado el sistema operativo? porque según veo en el enlace que pongo abajo la configuración por gpo que permitía modificar eso desde w2008/vista dejó de ser válida revisa el siguiente artículo: microsoft support https://support.microsoft.com/en-us/kb/947721   guillermo delprato buenos aires, argentina el blog de los paso paso mvp - mct - mcse - mcsa-2012 mcitp: enterprise administrator / server adm

Active directory MS Server 2003 and MS Exchange 2003

i have to complete a task......can body tell me how make same user different domains on ad intgrated exchange 2003...so far have add different domains on ad making changes in ad domains , trust console(upn suffixes )...when make new user on adu&c same logon name created other domain(for example:daniel@abc.com,daniel@xyz.com)the error occurs"the user in domain use other pre-2000 windows login name" kindly me out!   hello, you can have 1 samaccountname in forest. use name user account. best regards meinolf weber disclaimer: posting provided "as is" no warranties or guarantees , , confers no rights. Windows Server  >  Windows Server General Forum

Unable To Connect To Terminal Server Farm Externally With TSBroker Enabled

remote clients not able connect our farm externally when have tsbroker service enabled. internal connectivity not issue. we have external ip address being natted ip of broker service server. able connect think due fact broker service server has directed connection instead of 1 of other servers in our farm. when disable broker service, able connect without issues. happens when attempt connect receive initial login screen ( broker server think ) , login screen ( server directing client use) , @ point errors out , states client unable connect remote computer. remote users able connect if establish prior vpn connection. there better method accomplish we're trying here enable have ability connect remotely tsbroker service features without needing have active vpn connection? thanks, markpl have considered using rdweb , rdgateway r2 out?  rdgateway th service looking believe.  pipe connections through single ip address on ssl.  session broker not functionality.

XEN to Hyper-V Cluster Project

at moment planning conversion project xen hyper-v (server 2008 r2). there multiple xen servers connected fiber channel san. plan set 2 new servers hyper-v move virtual machines hyper-v servers, delete san, make new luns quorum and  cluster shared volume, make cluster hyper-v servers , move virtual machines csv. my question if way work or if should better set cluster before adding virtual machines hyper-v hosts. alternative set cluster on iscsi nas , move quorum , csv partition san later. it great if have suggestions us. if storage limited can migrate vms hyper-v servers. and create clusters , csvs and export each vm to its csv , import vms csv , make them ha. then end goal have vms on csv of cluster , have them ha.  there many possible ways there. if go direct target csv have 1 planned downtime per vm.  if go storage , csv have 2 downtimes.  unless implement server 2012 hyper-v have 1 downtime conversion , none storage move. and question arrises if consider accept

Imposition of a digital certificate to receive DHCP IP (NAP /NPS)

good afternoon friends; i'm doing project , project need block machine has not 1 of internal ca certificate receive ip dhcp server. thought in nps nap create rules , impose same on corporate network. have installed enterprise ca , created scopo dhcp, set nap , nps make charge? marcus hi marcus, this not possible nap unless use ipsec enforcement or 802.1x enforcement. in ipsec enforcement scenario, certificate referring called exemption certificate. need add system health authentication eku certificate. dhcp server need placed in secure zone , need deploy ipsec policies. http://technet.microsoft.com/en-us/library/dd125391(ws.10).aspx to 802.1x authentication need enforce certificate authentication 802.1x , place dhcp server on vlan unreachable except authenticated computers. -greg Windows Server  > 

Moving domain controller to new subnet

here in week moving 1 of our domain controllers 1 physical building building 45 minutes away.  new building on different subnet , want server renamed because name of physical location used in server name.  server running few roles: 1) active directory domain services 2) dhcp server 3) dns server 4) file services my question have guide or follow on exact steps take migrate server?  plan turn off dhcp , dns server roles, reboot, change server name , shutdown server.  take server new location , turn on.  going go active directory services , create new subnet , new site in there , turn on roles.  hello, personally i prefer when renaming dc demote, rename , promote again. netdom can used rename described in: http://technet.microsoft.com/de-de/library/cc816601(v=ws.10).aspx also required is: http://technet.microsoft.com/de-de/library/cc794759(v=ws.10).aspx do not use gui way renaming, normal computers, there more trouble. for ad sites , services: - create new

802.1x configuration

Image
hello, don't know how configure 802.1x authentication on 3com 4500 switch , win 2008 nps server? i tried 7 step-by-step tutorial without success. i have connected switch radius server without problems if tried connect computer network via protected port received "authentication failed". lines radius log: 192.168.0.xxx,host/computer.domain.local,12/27/2011,17:05:44,ias,tmg1,4,192.168.0.xxx,32,001ac15dce02,5,16785409,61,15,6,2,7,1,31,001f-d091-38fc,4108,192.168.0.xxx,4116,43,4128,switch,4154,microsoft routing , remote access service policy,4156,microsoft routing , remote access service authentication servers,4155,2,4157,192.168.0.yyy,4136,1,4142,0 192.168.0.xxx,host/computer.domain.local,12/27/2011,17:05:44,ias,tmg1,4157,192.168.0.yyy,4155,2,4156,microsoft routing , remote access service authentication servers,4154,microsoft routing , remote access service policy,4128,switch,4116,43,4108,192.168.0.xxx,4136,3,4142,112 hello, i found solution. problem

Active Directory Design Question

i doing assignment , in have been asked design active directory head office in melbourne , 1 branch office in state. thinking of creating child domain each state, , each store part of there local state domain. each store have group policy part of there local child domain. thought head office have own group policy need part of own store , part of other states well, within child domain. ceo, need authority of head office domain , other states domains well, done trusts or inheritance?. how can state group policies part of regional management ou without being part of there local staff ous? hello, why use of child domains? if want use child domains recommanded have @ least 2 dcs servers per domain. you can use 1 domain with: two rwdc in head office: 2 dc/dns/gc servers one rodc enabled password caching in branch office that enough ensure high-availability of ad service , wan connections between head , branch office down, users in branch office still able logon. if plan

File Sharing and Offline files

we have sbs 2008, file sharing turned on, has functioned several months now.  setup domain.  not 1 set up, when setup, of computers setup of user accounts store user profiles on network share, , not stored locally use to.  means if unplug ethernet cable, have blank desktop.  setup offline files on every computer.  the problem 2 computers, both used same user.  happens once log on, perform sync, disconnect server , work offline.  there database connects server , no longer connect (before connecting share setup offline use).  have turned offline files off of desktop, , works perfect, cannot done laptop, because once taken offsite, there no files. how problem fixed?  or how can revert settings not save profile on network share, combine local profile , network share? thanks it perform sync, disconnect server , work offline i know that it finish sync before disconnected or not? if not sync, means connection between client computers , server not working correctly.

Chrome GPO Settings for Windows 8

i manage bunch of windows 7 machines gp , adding windows 8 ones mix. windows 7, chrome administrative templates work fine setting stuff homepage, making chrome default browser etc. windows 8 these same settings seem have no effect whatsoever. have insight why is? hi, >>the chrome administrative templates work fine setting stuff homepage, making chrome default browser etc. windows 8 these same settings seem have no effect whatsoever based on description, can run command gpresult/h report.html collect group policy result report check out how group policy settings applied. note, collect computer part settings, need run command admin privileges. besides, involves third-party product, in order better help, it's recommended contact vendor support ask suggestions. best regards, frank shen please remember mark replies answers if , unmark them if provide no help. if have feedback technet subscriber support, contact tnmff@microsoft.com.

Remote Desktop failed after P2V with VMM 2012 SP1

Image
hi team, i got issue,  after perform p2v scvmm 2012 sp1, remote desktop vm failed. other services no issue, rdp problem. can me solve issue ? note : cant find event viewer related rdp problem.    somehow can display logon pages, , lost connection thanks hi, i think during p2v process network adapter binding rdp-tcp connection lost. check resolve issue: http://support.microsoft.com/kb/555382/en-us hope helps regards sebastian Windows Server  >  Hyper-V

Using PowerShell for automatic email notification on file changes

suppose have shared folder called ourfiles getting updated time-to-time new files , subfolders. there way use powershell to: 1. run command output list to see files in folder were: a. added, b. updated/modified, or c. deleted in past day (or past hour or past minute, or whatever)?  2. take output of command , redirect text file 3. or (preferred) take the output of command , send email output body of message? am asking of powershell, or that's pretty doable? here's started: $fsw = new-object system.io.filesystemwatcher d:\scripts $fsw.enableraisingevents=$true $fsw.includesubdirectories=$false register-objectevent -inputobject $fsw -eventname created -sourceidentifier createdevent -action {     write-host "$($eventargs | format-list | out-string)" } register-objectevent -inputobject $fsw -eventname changed -sourceidentifier changedevent -action {     write-host "$($eventargs | format-list | out-string)" } register-objecte

Setting up AD CS

i'm aware of how install it, i'm more concerned expect it's deployed in domain , configurations need edit. i'm running 15-20 servers various function suchs sql , exchange in domain , want cover of bases before proceed. can tell me important things check ensure don't have major hiccups or service interruption introducing ad cs environment? hello, first of recommend keeping root ca offline security reasons. for requirements, check microsoft article:  http://technet.microsoft.com/en-us/library/cc772393(ws.10).aspx   this posting provided "as is" no warranties or guarantees , , confers no rights. microsoft student partner 2010 / 2011 microsoft certified professional microsoft certified systems administrator: security microsoft certified systems engineer: security microsoft certified technology specialist: windows server 2008 active directory, configuration microsoft certified technology specialist: windows server 2008 ne

Need help in rdp

hi, i new windows server 2012 , i have group user, user logon server remotely through remote desktop connection ( client machine may win xp-32, win xp 64, win 7, win8.1) when ever the  user login through rdp( mstsc) a application installed in server need open.( user need have access application application environment) when give print in application print should done in local printer. help in installing , config regards karthik hi, when ever the  user login through rdp(mstsc) application installed in server need open.( user need have access application application environment) in case, application needs accessed users, may configure remoteapp published through rd web access. when give print in application print should done in local printer. you may configure group policy setting “redirect default client printer”. more information you: publishing remoteapps in windows server 2012 http://social.technet.microsoft.com/wiki/contents/articles/10817.publ

Clarification of Assigning RDS Device CAL and User CAL

we using rds 2012 .previously purchased rds device cal . having exceeded number of device cal decided purchase  user cal for special reason. issuer how possible categorize in user need have device cal , in should have user cal. hi, the situation looking install per device , per user cal depends on requirement. here trying explain more regarding cal make clear understanding. user cals: user cal, purchase cal every user accesses server use services such file storage or printing, regardless of number of devices use access. purchasing user cal might make more sense if company employees need have roaming access corporate network using multiple devices, or unknown devices, or have more devices users in organization. device cals: device cal, purchase cal every device accesses server, regardless of number of users use device access server. device cals may make more economic , administrative sense if company has workers share devices, example, on different work shifts. in

What is the usage of "Hidden Bookmark"?

Image
hi, i try add bookmark word document. , find there option "hidden bookmark". try enable , disable option, cannot find difference. bookmarks hidden. actual usage of option? below screenshot: thanks when create hyperlink or cross-reference part of document, word creates hidden bookmark target of hyperlink/cross-reference. in a table of contents, page numbers act hyperlinks default, associated hidden hyperlinks too. if tick 'hidden bookmarks' check box, these special bookmarks listed in bookmark dialog. regards, hans vogelaar (http://www.eileenslounge.com) Microsoft Office  >  Word IT Pro Discussions

Cluster

hi cluster basic terms , creation of clusters active, passive, 2, 4 node, even,odd, again if difference in file , print server cluster , sql cluster setup please specific expectation definition , difference again how setup active , passive cluster technet contains information looking for.  can search topic in clustering like.  sounds place start overview, such https://technet.microsoft.com/en-us/library/hh831579.aspx?f=255&mspperror=-2147217396 microsoft has virtual classrooms on many different topics @ microsoftvirtualacademy.com.  here course helps learn failover clusters - https://mva.microsoft.com/en-us/training-courses/failover-clustering-in-windows-server-2012-r2-8489 . : | : . : | : . tim Windows Server  >  High Availability (Clustering)