Posts

Showing posts from April, 2014

xen.org mouse support (should be simple answer)

i looking me out. i've been reading every on net. says using linux_ic.iso , there xen.org. i've used google search. i've come here , done brief search , i've gone xen.org well. missing links or something? using fedora 10, i've got network connection trouble fixed , i'd use mouse :) you looking inputvsc. http://www.xen.org/download/satori.html it citrix, xenserver folks. brian ehlert (hopefully have found useful) Windows Server  >  Hyper-V

some user are locked frequently when they are trying to access window 2008 AD's Fileserver

i met 1 problem @ window 2008 active directory. havnt found case in eventviewer , still cant search event id. problem 1 active directory user locked in morning when open computer. using ubuntu 12 desktop. problem cant login im or windows network access fileserver. unlock account @ ad server everytime not solution becoz hvnt found suspected error log id in eventviewer account lock if hv solution kind of problem, let me yr suggestion. check if auditing enabled in environment computer configuration\policies\windows settings\security settings\local policies\audit policy\audit account logon event & audit logon events ...select both success , failure then can have events , corresponding data workstation bad logon attempts being generated advanced security audit policy step-by-step guide http://technet.microsoft.com/en-us/library/dd408940(v=ws.10).aspx jump step 2: creating , verifying advanced audit policy hope helps __________________________ best...

EWS - Error subscribing to streaming notifications

i'm using sample code pointed @ glen's exchange dev blog, open streaming subscriptions new mail notifications via ews. i've changed little bit because want listen main inbox opposed particular folder i've changed subscribetostreamingnotifications subscribetostreamingnotificationsonallfolders, .dll path different it's version 2, , mailbox , credentials have been set. i'm trying working before it. $mailboxname = "user@domain.com" $dllpath = "c:\program files\microsoft\exchange\web services\2.0\microsoft.exchange.webservices.dll" [void][reflection.assembly]::loadfile($dllpath) $service = new-object microsoft.exchange.webservices.data.exchangeservice([microsoft.exchange.webservices.data.exchangeversion]::exchange2010_sp1) $service.traceenabled = $false $service.credentials = new-object system.net.networkcredential("user@domain.com","password") $service.autodiscoverurl($mailboxname ,{$true}) $fldarray = new-obj...

How to download Files from Codeplex.org (by (displaying and) confirming the License) with PowerShell

hi! know way, how download files codeplex.org (by (displaying and) confirming license) powershell have tryed hyper-dumb way no luck! function verydumbdownloadfromweb($downloadurl) { # client download module stuff $client = (new-object net.webclient) $client.proxy.credentials = [system.net.credentialcache]::defaultnetworkcredentials $client.downloadfile($downloadurl, "c:\temp\nuget.exe") } verydumbdownloadfromweb 'http://nuget.codeplex.com/releases/58939/download/222685' please click “mark answer” if post answers question , click vote help if post helps you. bitte markiere hilfreiche beiträge von mir als hilfreich und beiträge die deine frage ganz oder teilweise beantwortet haben als antwort . powershell blog http://www.admin-source.info [string](0..21|%{[char][int]([int]("{0:d}" -f 0x28)+('755964655967-86965747271757624-8796158066061').substring(($_*2),2))})-replace' ' h...

integrate in to hosted exchange not office 365?

Image
hello, we have windows server 2012 essentials installed on premise , need integrate in 3rd party hosted exchange 2013 server off premise in hosted environment.  possible?  have seen plenty of articles on how integrate in office 365 going to:  services - other integrations - integrate exchange server.  appeas integrate on-premise solution. any adivce please? thanks andy no not possible. if third party create addin integrates them, 365 something. otherwise exchange server needs in essentials domain. robert pearman sbs mvp itauthority.co.uk | title(required) facebook | twitter | linked in | google+ Windows Server  >  Windows Server 2012 Essentials

Remote App connection problem

i cant figure out problem remote app connection. i've got 3 server 2012 vm machines installed 1 domain controller running in windows server 2012r2 standard, ive got sql server running 2012 r2 , remote connection broker,licensing, gateway manager,session , remote app collection in 3rd server. followed steps in configuring , installing remote app in msfreaks here's link https://msfreaks.wordpress.com/2013/12/09/windows-2012-r2-remote-desktop-services-part-1/.  configure iis rdweb pages application default ts gateway. issue im facing im getting remote desktop cant find computer "mydomain.com". might mean "mydomain.com: not belong specified network. let know have mydomain.local , configured rdgateway ti mydomain.com. tried credential delegation in gpo nothing works. im losing head on remote app.. need remote app connection. i've done split dns , appears not working me.apparently, read somewhere if have .local domain , want assign remote web .com wildcard ...

Find service pack level of operating system from computers in WSUS

i'm searching way information service pack level of operating system computers in wsus. i'm aware can see service pack level single computer when selecting in gui. want query specific service pack level machines. f.e. still have few computers w2k3 sp1 support has ended. want find computers w2k3 sp1 , alert responsible colleagues update sp2. had @ wsus database (susdb) not able find necessary information. can me matter?   because forgot mention deploying critical , security updates wsus. no service packs or updates other categories. fine, didn't said deploying service packs and there's no reason not synchronize update definitions can take advantage of scanning results. don't deploy service packs wsus servers either, have updates there know if/when machine needs service pack! simply enable service packs update classification , run report. only way in you'll able obtain information describe, , it's accurate , reliable way. lawrence garvin, m...

Sandy Bridge-E missing EPT (SLAT) support?

Image
hi, i wondering if body confirm newish sandy bridge-e line socket (2011) not support ept/slat?  i looking @ building dev white box , running hyper-v r2 , using either e5-2620 (cheap) or i7 3930k (6 cores 64gb of ram).  but according intel site not support ept.  i not there issues the original chips should have been corrected c2 stepping.  can 1 confirm either way? thanks. according coreinfo microsoft ( http://technet.microsoft.com/en-us/sysinternals/cc835722) it shows i7-3930k supports slat , intel hardware assisted vt "for each resource shows map of os-visible processors correspond specified resources, '*' representing applicable processors." Windows Server  >  Hyper-V ...

Find Disabled Users with OU details

i looking script , can list disabled users in windoes 2003. in addition should provide full path of ou , in user resides, , script should pull out users details phone no , email address ad. possible have aboce in 1 script. don,t mind 2 scripts.... eg..if disabled user john member of users ou in ms domain , script should give output in csv file as username               ou path                                     email address         phone     john             ou=users,dc=ms,dc=com                  john@ms.com        +3221 thnaks in advance effort.. sushil hello, check other posting answer: http://social.technet.microsoft.com/forums/en/winserverds/thread/d780da3f-158c-4b73-a97b-6d13df9e9a71 best regards meinolf weber disclaimer: posting provided "as is" no warranties, , confers no rights. Windows Server  >  ...

When backing up VMs is the C drive needed in Windows Server Backup?

we plan use windows server backup backing our vms stored 1 vm per volume on our san. config , vhd on volume. when use windows server backup asks want make system recoverable , automatically selects c drive of hyper-v server. i'm guessing not needed vm related files on san. trying confirm this. hi,   yes, that's normal behavior.   when create vm(no matter store vhd files , configuration files), @ same time, system create symbol file associate guid.xml file of vm in c:\programdata\microsoft\windows\hyper-v\virtual machines\(it's hidden folder). if start hyper-v manager, locate symbol file in c:\programdata\microsoft\windows\hyper-v\virtual machines\ first, if symbol file doesn't exist, never see vm in hyper-v manager console.   so, can backup volume contained vhd files , configuration files. however, can’t see vm after restore vm on same computer or on other hyper-v computers, because have lost configuration files while restore vm(even if configuration files exist...

Two CA certificates

hi all, i receive following error when try publish new crl (from sub ca server): active directory certificate services not publish base crl key 1 following location on server my.server: ldap:///cn=server(1),cn=server,cn=cdp,cn=public key services,cn=services,cn=configuration,dc=my,dc=domain. directory object not found. 0x8007208d (win32: 8333). ldap: 0x20: 0000208d: nameerr: dsid-0310020a, problem 2001 (no_object), data 0 i sure our ca configuration broken :) when open certsrv , display properties, on general tab see 2 ca certificates. remove 1 of them. grateful help. regards, stan   hello, please check following: http://technet.microsoft.com/en-us/library/cc726371(ws.10).aspx http://technet.microsoft.com/en-us/library/cc726336(ws.10).aspx http://social.technet.microsoft.com/forums/en/winserversecurity/thread/c891e2ac-1bb4-4256-947a-329e0848f119 best regards meinolf weber disclaimer: posting provided "as is" no warranties or guarantees ...

VPN Authentication to passthrough local computer to map drives

i have stand-alone windows server 2012 machine (active directory , vpn , file sharing etc etc). when users connect our office via vpn able map network drives name (\\myserver\share) , can connect various lab machines via rdp , name. remote computers not part of domain , users given username , password authentication. when users connect vpn , drive have mapped locally becomes available without need enter password vpn credentials used authentication share. fail during initial setup works point forward. so here question , when user connects computer via rdp located in our lab using local machine credentials  , possible automatically map network drive on computer , though computer not part of domain? lets connect vpn using "user" , password "password" , login to local computer using username "username" , password "userpassword" , possible automatically map drive on computer using credentials of vpn user , not machine user. i ...

what about server 2008 enterprise sp2 ?

i´m looking sp2 2008 server enteprise, me ? tks. i´m looking sp2 2008 server enteprise, me ? tks. here's download link ws 2008 sp2 :  http://www.microsoft.com/en-in/download/details.aspx?id=16468 hope that's looking for. regards, santosh i not represent organisation work for, opinions expressed here, own. posting provided as is no warranties or guarantees , confers no rights. blog | wiki Windows Server  >  Windows Server General Forum

default home page with internet explorer9

hi i want used domain name set default homepage of ie gpo on windows server 2008 r2 what can do? please hello. you can set ie home page through group policy. 1. create gpo , link scope (site, domain or ou level not group) contains specified user accounts. 2. edit gpo: gpo name-->user configuration-->policies-->administrative templates-->windows components-->internet explorer-->disable changing home page settings-->enable-->home page: input specified home page 3. logoff or restart user computer apply gpo for more information please refer following ms articles: group policy settings http://technet.microsoft.com/en-us/library/gg176671(v=ws.10).aspx group policy , internet explorer http://technet.microsoft.com/en-us/library/cc985351.aspx br marjan r. Windows Server  >  ...

Change email domain for Source Io Owner

i testing fsrm on server 2008, , able receive email notification administrators since manually entered email address.  however, when selecting option "send e-mail user exceeded threshold", there no place configure email format.  understand format account@domain; however, grabbing ad domain, not same our email domain.  how can change user account: domain1\user1 receives email @ user1@differentdomain.com? hi, did configure user’s e-mail attribute , test? right-click user in aduc, choose properties, on general tab, check if e-mail attribute set user’s exchange email address. thanks. this posting provided "as is" no warranties, , confers no rights. Windows Server  >  File Services and Storage ...

RD Client and RDWeb 2012 - RDP file is not valid when run from chrome browser on Android

Image
after signing rdweb using android chrome, see published remoteapp.  if click run remoteapp, tries open rdp file installed rd client got error "import error - rdp file not valid.  notify network administrator." i have google error. 1 of forum suggest use rd client remote resources tab access apps in our environment our user want use own web browser access apps. there way can solve issue?. hi, i’m afraid have configure remote resource. thanks understanding. jeremy wu technet community support Windows Server  >  Remote Desktop clients

Using dual NICs for different LANs

hello, i have windows server 2008 r2 sp1 vm using vmware.  i using server host network scanning tool find vulnerabilites on other machines on network.  my question is, there downside using dual nics give me ability scan 2 different lans?  the os gives warning...  "warning - multiple default gateways are intended to provide redundancy to single network (such intranet or internet).  they not function when gateways on two separate, disjoint networks (such 1 on intranet , 1 on internet).  do want save configuration?" i wanted know standard practice or if there major issues in doing this.  the program using (retina) seems fine utilizing 2 nics scan different lans.  of course alternative build different vm each network. thanks help, -linedrop you can use dual nics connecting computer different vlans, however, having default gateway configured on both interfaces, doesn't make lot of sens...

Surpressing Restarts

using wsus to patch on 1000 servers wondering there way download , install not restart these servers , in reporting showup "reboot pending" using gp - understand there might 2 main objects need configure control this  configure automatic updates properties no auto-restart scheduled automatic update installations i bit confused "no auto-restart" logged in users, correct? servers wont have users logged in, , therefore if set disabled restart, , if set enabled restart. i hoping use script restart servers when time came, , therefore wanted download/part install occur (pending reboot) stage anyone can enlighten me on design of gpo. delay restart yes, can't supress restart using wsus or gp. can set policy update servers once week in weekend. if need more control need tools microsoft sccm or gfi languard . adrian costea - mcp, mcts, mcsa 2003, mcitp: windows 7 my blog: www.vkernel.ro/blog ...

Network share file disappears from Open Files on Server

hi question bit tricky ask let me explain scenario give sort of idea of going on: all users on windows 7 professional in 2k8 domain connecting file server running windows 2008. user has open spreadsheet network share write access, can verified open files on server. user b comes along , opens same spreadsheet , again has write access. once happens user has disappeared open files on server, can corroborate file still open write permissions on laptop. this has been narrowed down particular user i'm sure issue laptop, wondering if issue has been seen before , known bug? many thanks hi is happening files user? can reproduce user? hope helps. 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  >  ...

Access Denied to Roaming Profiles Share -- Profiles Not Being Created or Used

hi folks! roaming profiles problem. got windows server 2003-based active directory domain. using roaming profiles users, , existing users having no difficulty. i'm adding batch of new users, however, , cannot roaming profiles work. i've tried creating them manually through ad users , computers using dsadd, , neither works. basically, create user , specify network location profile directory, in our case \\fileserver\profiles$\%username%. ordinarily, based on past experience, first time user logs in, profile , profile directory automatically created. doesn't happen. no directory created. tried creating profile directory manually myself in advance. still makes no difference. nothing copied directory when user logs in. normally, not seeing error messages. profiles don't created, copied, etc. however, enabled verbose logging on client , rebooted machine, logged network. after doing so, did roaming profile error @ log on. specifically: "windows cann...

job script not working when using variable

hello i have job  script work when sourceparth not variable in copy-item this,    copy-item c:\source "\\$ip\c$" -recurse  , when set  $sourcepath="c:\$folder", job not start more #begin script $folder= read-host "enter source folder name" $sourcepath="c:\$folder" $jobs = foreach ($ip in gc c:\cmp.txt) {     start-job -name "copyjob $ip" -argumentlist $ip -scriptblock {       param($ip)       if (test-connection -computername $ip -count 1 -quiet)       {         copy-item $sourcepath "\\$ip\c$" -recurse       }    } } $jobs | wait-job any idea...? thanks hi you have pass $sourcepath in argumentlist, did $ip, same reason : job has own scope, wich different calling scope. hope helps Win...

Remote Desktop access to our Windows Server 2012 R2 machine

hi, i have windows server 2012 r2 box business application installed on it that give access users few external laptops running windows 7 sp1. i have installed of rd roles on server, mapped our static ip address remote.companyname.com , have connected server using address in rd client on laptop in remote location. however, whilst connecting laptop seem able navigate around server. server take connections users standard accounts won't able change important, don't want them poking around server @ if possible. have gone in best way, or there solution might work better? you can create remote app business application , distribute link clients. clients can start application on server. users, application running on workstation when in fact have remote session working on server. more on remote apps here: http://technet.microsoft.com/en-us/library/cc755055.aspx cheers chaib opfergeld Windows ...

Required Policies/Privileges to Schedule Tasks

 hello, not sure if correct forum.  i have few .vbs , .js script files need schedule via windows scheduled tasks.  workplace not permit accounts included in administrators group.  know privileges and/or policies required account schedule jobs? thanks reading! julia pahountis julia.pahountis@alcoa.com   hi,   authenticated users can create schedule task on windows xp, windows vista , windows server 2008 machine. schedule new task on windows server 2003, must member of administrators, backup operators, or server operators. in addition, member of administrators group can use cacls.exe utility modify discretionary access control list (dacl) of tasks folder , grant member of group permission create or modify scheduled tasks.   for more information, can refer following article:   883273          user can schedule task run in security context of user account has more user rights http://support.microsoft.com/default.aspx?scid=kb;en-us;883273 ...

2 identical print servers & Cisco GSS

hello. trying create ha solution print servers. , partly works. our config: prn-02 (w2k12) - print server /w printers prn-03 (w2k12) - printe server /w printers prn-01 - zone in dns server, "hold" cisco gss servers. users connected name. so, after fail of prn-02 users  transparently connected prn-03. works, yes. we decided create same configuration on w2k8r2. the change in former scheme first print server & dns zone name have same name (prn-01). then first server fails, error in event log krb_ap_modified error , "target account name incorrect" in winexplorer. the problem may same name, have tested (unfortunately not 100%) it's not problem. maybe meet such problem? i guess issue caused kerberos , mismatch in fqdn/ip/spn.. post full event 'krb_ap_modified' ? for loadblancing, have 'virtual host/ip' different of nodes because each of nodes needs support alias. please note high availabiliy print server achieved usin...

Internet Connection Sharing via the command line

hi, everybody! need set/reset internet connection sharing command line rather gui tools under windows 2008 server (it .cmd script run startup or scheduler). possible? or there registry keys need set/reset , restart services? lot. looks it's possible tricky  http://forums.devshed.com/windows-help-34/enabling-ics-under-command-line-89499.html   --- cheers, howard centrel solutions Windows Server  >  Management

disk has no volume attached on HLK testing,Pls help

Image
hi, i cannot pass test  "system - sleep io before , after (reliability sysfund)" , "system - pnp (diable , enable) io b efore , after (reliability)". test using h lk(version 14332) with  windows 2016 tp5(14300) , huawei v3 storage. the error is: but in  the client sure volume right. pls why test can not find volume.  thanks, hi, according research, tests require ipv6 configured along ipv4 on system. have configured ipv6 on system along ipv4? similar thread reference: system - sleep , pnp (disable , enable) io before , after (certification) - failed https://social.msdn.microsoft.com/forums/windowsdesktop/en-us/22c90cfd-46f2-44ec-8189-baf21b610c60/system-sleep-and-pnp-disable-and-enable-with-io-before-and-after-certification-failed?forum=whck best regards, alvin wang please remember mark replies answers if , un-mark them if provide no help. if have feedback technet subscriber supp...

select objects displayed in results

i have designed form using primalforms lets administrators search ad user accounts, including deleted ones, can restore deleted accounts. form allows search using 5 different criteria (first name, last name, display name, account name , email address). results standard output (as below) deleted           :  true distinguishedname : cn=firstname lastname,ou=standardou,dc=organizationname,dc=com name              : firstname lastname objectclass       : user objectguid        : a1234bcde-567f-9012-g345-6hi78j9012kl i have been asked people rename accounts (changes of name after marriage/divorce etc.) if can include samaccountname in results prevent issues, trying rename account existing name. the script used search items standard 1 (though variables used make form work), shown below pleas...

Unable to join Windows 2008 R2 to a SBS 2011 domain

Image
i have new sbs 2011 setup hyper v role installed.  have been unable join windows 2008 r2 server running in hyper v sbs domain.  error recieve is: following error occured attempting join domain "raymond.local":  specified network name no longer available.  using virtual 2008 server on same network sbs 2011 host.  have tried running win 2008 server's nic dhcp , static, paying care keep dns pointing sbs server , appending dns suffix domain.  able ping sbs 2011 server using both ip address fqdm.  able join sbs domain using "connect" wizard on win 7 desktop joining win 7 system manually joining domain.  1 note though win 2008 server unable use "connect" wizard, trying on win 2008 server return joining window.  i have disabled firewalls on both servers same disappointing result.  have reinstalled win 2008 server hoping missed silly.  here setup:   windows sbs 2011 ip: 10.10.44.4 subne...

Using DSQuery, or CSVDE to find ACTIVE computer accounts and the OS that is running on the computers

Image
i'm trying find way extract thought going simple piece of information active directory.  i need list of computer accounts have been active last 30 days, , need extract os information well. i'm not scripter, don't know whole lot vb or vb script.  in past whenever i've needed extract information ad i've used either csvde or dsquery in conjunction dsget. i know can extract user accounts have not been active in amount of time, i'm trying opposite, , i'm not sure how, can use dsquery os information using this: dsquery * -filter (name=computername) -attr operatingsystem however output this: operating system windows server 2003 this doesn't me, i've got lot of computer accounts , makes difficult match output file input file.  i tried doing dsquery computer -name computername|dsget computer -operatingsystem    however when that, doesn't recognize operatingsytsem attribute. if can i'd grateful.   thanks hi, a...

I need to be able to use the Web SSO (RDWeb) for my applications - without Windows Authentication

two scenarios: first not use windows auth: getting ssl certificate site, , want users connect <mysite.com>/rdweb, want them go straight applications , without getting prompted windows authentication (will control access on database end internally). possible? pass through? second auth: possible publish applications based on connects? understand need kind of authentication? will able use ssl cert site rg gateway...   this using windows 2008 r2 , xp sp3 clients. not want make changes on clients side thanks   hello,   you cannot bypass login page without windows authentication, because there must method can authentication remoteapp publishing page.   there thread talks in detail on how enable windows authentication , bypass login page:   http://social.technet.microsoft.com/forums/en-us/winserverts/thread/91537308-0dc6-42d9-9d37-e9b9a474890c   please refer steps.   for second question, possible. can assign permiss...

Users Domain level Read access problem

we experiencing issue domain user appears not have authority read @ domain level though in "domain users" group.  issue started off sql server issue local users run jobs.  after doing research on forums , own testing we've discovered domain users, depending on application, cannot domain lookup.  example, same id i, same server can use "active directory users , computers" traverse through domain structure , see permissions, not change them read them; when use other commands "net user username /domain" on other user, other userid issuing, "system error 5 has occurred.  access denied."  all i've been able find on web generic advice making sure users trying issue such commands have read access @ domain level.  i'm thinking "net user" , "active directory users , computers" have different mechanics getting same information , difference root of problem.  can shed light or tell me i'm way off thank you, sean incedentl...

How can I prevent the secondary IP on a server to show up in DNS server ?

following situation: win2k8sbs/64 server called 'dc01-ott' - configured 2 ip adresses (192.168.1.2 , 192.168.170.2, second address space (170) is solely used administration 3.party developing vendors, connecting servers via rdp) win2k8/64 sql server called 'sql-01' win2k3r2/32 ts called 'terminal01' win2k8/32 lineofbusiness server called 'lob01-ott'   the network quite simple otherwise, plain switches, , branch office on other location using vpn tunnell on juniper ssg5's. the main problem: pinging 'dc01-ott' client in branch office resolves wrong ip adress dns (192.168.170.2), resulting in no answer on ping, in local office correct ip (192.168.1.2) responds. when looking dns table on server see 2 (ofcourse) lines each server 2 ip's configured. how prevent dns server send 192.168.170.x adress in response ?  i have tried delete entry in dns server and flush clients dns tables, worked hours, but entry reintroduced. is...

Authentication to more than one DC

com1 added domain ,and after ip , subnet in sites configure com1 still authentication different dc     hello, please stick 1 thread same problem: http://social.technet.microsoft.com/forums/en/winservergen/thread/18e0858c-b0f6-448c-b8e4-e831486f7c9c best regards meinolf weber disclaimer: posting provided "as is" no warranties or guarantees , , confers no rights. Windows Server  >  Windows Server General Forum

2003 DNS server - sometimes it works, sometimes it don't!

hi experts! problem: machines using our local dns server dns requests timeout, after few retries work. setup: - netgear router using our isp's dns. (192.168.0.1) - single 2003 server dns , ad. (192.168.0.3) - mix of mac, xp , vista clients. (192.168.0.100-200) all clients have single dns entry pointing our local dns server. the local dns server points dns resolution. the dns service uses routers ip forwarding requests. the router uses our isp's dns servers external resolution. using nslookup or web browser, requests timeout, after 20-30 seconds , bunch or retries, page load, nslookup work, etc. same on client or local dns server. this has been in place , working 2 years now, , started 2 months ago. if, on client machine, switch dns use router directly , bypass local dns server, fast , no timeout issues. please let me know other details can provide. thanks, goosey i think found solution after more input on network confirm... the problem our router, seems superstar in our comp...

After update Windows 10 will not boot up

hello every one, il glad if can me here i had latest build of windows 10 downloaded , pc restarted install it, left @ that, when got had black screen nothing on it, few hours restarted pc, when come bios pop out, there boot sitting "windows boot manager (po: st9750422as)" , "disabled", tryed restart system few times dose not seem help any 1 have idea? if nothing come guess il try format if possible , reinstall windows, if can avoid , few files not backed yet il glad cut off hassle thanks guys waiting response " i had latest build of windows 10 downloaded" what latest build? renee "modern programming deficient in elementary ways because of problems introduced modern programming." me Windows 10 Insider Preview  >  Windows 10 Insider P...

Remote Apps not visible

i have installed new rds server windows 2008 r 2 , also have 2 domains , have trust relations. domain 1 has rds installed. domain 1 users can access , use remote apps. but domain 2 users can access webpage (after entering username , password) cant see apps. domain 1 & 2 users have same rights, groups , permissions. ps: have old ts (windows 2008) which both domain users can access, group rights , permissions has no issue hi,   whether using windows server 2003-based server both domain controllers?   do configure rd gateway between both rds servers?   for first question, may refer following article: introducing remoteapp user assignment http://blogs.msdn.com/b/rds/archive/2009/06/12/introducing-remoteapp-user-assignment.aspx   for second question, can refer kb below. you cannot view "remoteapp" programs on rd session host server running windows server 2008 r2 using rd web access http:...

Word 2010: Saving a Favorite Footer

on documents use page numbers, include total number of pages.  aka   page x of y.   way things organized, i'm going different areas of inserting quickparts, while it's not difficult or overly time consuming; i'd save footer readily available rather build each time.   possible? thanks ~alan after have inserted footer in document, save template, can reuse on , on again. stefan blom, microsoft word mvp Microsoft Office  >  Word IT Pro Discussions

SSL Certificate Issues in Windows Server 2003

i have 2003 r2 sp2 standard server. have certificate issued trusted ca. certificate opens , displays "the integrity of certificate cannot guaranteed. certificate may corrupted or may have been altered" error on general tab , "this certificate has nonvalid digital signature." error on certification path tab. have installed kb938397, 948963, , 968730 hotfixes no change in behavior , @ end here. certificate lists sha256rsa signature algorithm , v3 version. connecting service uses certificate sign ssl , not working. ideas or suggestions? after contacting microsoft , working support staff, resolution found server needed connected temporarily internet in order check crl. works fine. on side note, why first response marked answer? not rude, response not helpful in way , suggestion indicated submitter had not read or comprehended problem. marking answer, not causes others looking solution incorrectly informed, makes others don't bother trying find actual sol...

DFSR cannot remove read only

Image
using dfsr replicate iis data between couple of hosts , set 1 primary , others read only. need remove read of folders. set read-write in dfs management. allow time replication , dont see go read write on local folder properties , can open properties uncheck read , comes back. have deleted replication group , copied data directory , keeps read no matter how many times remove it.  thanks hi joe, could please check more event in event viewer? > i set read-write in dfs management. allow time replication , dont see go read write on local folder properties , can open properties uncheck read , comes back configuring read-only replicated folder read-write simple selecting ‘make read-write’ right click menu. process cause dfs replication service on read-only member rebuild database before switches being read-write. https://blogs.technet.microsoft.com/filecab/2009/04/01/configuring-a-read-only-replicated-folder-on-windows-server-2008-r2/ may ask if access re...

Windows VPN setup in win server 2008R2

hello, i'm trying setup vpn server on 200r2. @ monet i've installed routing , remote access , nps (local) i've left connection request policy default , created network policy check's user group membership , machine group membership. if use machine group membership conenction works fine. however, when add machine group membership policy vpn fails saying. "the account not have permission dial in" in log files messages below. coid={na}: user domain name\username connected 82.152.46.162 failed authentication attempt due following reason: connection prevented because of policy configured on ras/vpn server. specifically, authentication method used server verify username , password may not match authentication method configured in connection profile. please contact administrator of ras server , notify them of error. the computer i'm using connect member of group in network policy machine group. how work using machine groups? basically want vpn...