Posts

Problems with alignment when printing a mail merge envelope in Word 2013

i using mail merge in word 2013 print approximately 100 envelopes, size #10 landscape (9.5" x 4.12"), return , recipient address.  when goes print, alignment wrong: prints recipient address @ "top" of envelope, , return address cut off.  have set correctly in document file , can preview each 1 of envelopes.  looks great on screen, envelopes not print correctly. i have verified word's printer feed method (by going envelopes > feed > printing options) matches how blank envelopes sitting in printer tray.  have verified in both word , on printer setup #10 envelope correct paper shape/size.  have verified document's orientation (landscape) , margins.  however, envelopes still not print in alignment how appear on screen.  i've tried changing printer feed method , position of envelope, prints same way every time -- regardless of feed direction choose in word.  recipient address high on envelope, , return address cut ...

Moving cursor to bookmark on open using templates

my client using templates bookmarks , needs move cursor first bookmark when word open new document. is possible? you use code like: private sub document_new() activedocument.range.bookmarks   if .count > 0 .item(1).range.select end with end sub private sub document_open() activedocument.range.bookmarks   if .count > 0 .item(1).range.select end with end sub in template's 'thisdocument' code module. second sub needed if want same behaviour existing documents. cheers paul edstein [ms mvp - word] Microsoft Office  >  Word IT Pro Discussions

ADFS 2012 / multiple domains?

we have adfs 2012 installed , running under domain foo.com.  would able simultaneously run adfs under domain bar.com well.  is possible using passive use case / ws-federation?  if so, how setup? thanks hi, if have ad forest trust between foo.com , bar.com single adfs can serve users both domains. hope understood question. should ask question in a dfs forum @ http://social.msdn.microsoft.com/forums/vstudio/en-us/home?forum=geneva , might can give more background information try accomplish. regards, lutz Windows Server  >  Directory Services

Radius Accounting Forwarding - Radius Proxy

hello all setup - multiple nps servers running on network radius service. 52 wireless access points wifi users. introduced dell sonicwall firewall in network gateway device. requirement - wifi users should able authenticate through radius server wireless access , nps should radius proxy or account forwarding. issue - have people coming in non domain devices. connected wireless ssid using domain credentials gets verified radius server. gateway not aware of authentication part. web filtering applied @ gateway level firewall needs updated user information on byod. achieve this, trying forward radius accounts firewall. as of firewall able communicate radius server accounts not forwarded firewall nps. on access points, accounting information forwarded nps server. want nps server forward account information firewall user information can maintained on gateway. i tried go through radius proxy article did not help. if add gateway's ip instead of nps server in access po...

SidHistory and Group Security Migration

hello, need migrate user 1 domain in same forest, intra-forest migration, , wont use admt ,  can admt migrate user domain user exist?  if not (like think there is) , have microsotf tool can this?  thanks! hello, i think mean merging. can using merging option in admt. user account migration , merging – part (admt) - santhosh sivarajan mvp interforest migration admt 3.2 - part 3 regards Windows Server  >  Migration

NLB + IIS: can't connect to cluster by cluster name from node of this (401 error)

hi all! please me in problem. cluster description: nodes: nlbtest1.ad.local (10.40.10.5), nlbtest2.ad.local(10.40.10.10) cluster: nlbtest.ad.local(10.40.10.155), multicast, port rules default on both nodes created web-site static page 1.html node name , ip, every site have windows auth. , asp.net impersonation, anonymous disabled. in terminal session on nlbtest1 in ie go url's: - http://nlbtest1/1.html - ok - http://10.40.10.155/1.html - ok - http://nlbtest/1.html - failed, ie 3 requests login/password , showing 401 error from other machines, not nodes of cluster, url works fine, win2008r2 sp/path. thanks in advance! Windows Server  >  High Availability (Clustering)

Hyper-V Virtual Switch and VLAN Tagging Not Working?

hi all, we're in process of testing server 2012 hyper-v before upgrade our production cluster summer.  we seem having issue vlans when being tagged through hyper-v virtual switch.  the test switch hp procurve 2810 , i've triple checked vlan settings on physical ports make sure correct. i create new virtual switch , allow management os access no vlan identifier.  the management interface works fine , traffic going out untagged on physical nic expected , has connectivity.  if add vlan identifier on management os no longer external connectivity.  i have tried multiple vlans same effect.  i believe had same problem last time tried tagging vm traffic can't yet test this. if create team instead of virtual switch on physical interface, can create multiple virtual adapters vlans tagged on switches physical port , each virtual adapter gets connectivity. we have tried on 3 different physical network cards (broadcom, intel , realtek) same re...