Posts

Published applications / MAC OSX Remote Desktop clients : issue

Image
hi, something i've noticed when minimising published application using os x client. published application "disappears" , can find no way of retrieving other opening session same application. old session though, remains open on windows server until it's either closed admin or times out. i'd have expected minimised application have dropped down os x dock, nope :o( anyone else experience ? hi, based on description, suggest should post issue in office mac forum. believe better assistance there. best regards, justin gu Windows Server  >  Windows Server 2012 Essentials

CredUnPackAuthenticationBuffer returns error 775

  i have enabled following policy on windows server 2008 : local computer policy\computer configuration\administrative templates\windows components\credential user interface\require trusted path credential entry.   i use following function funtion user credentials : creduipromptforwindowscredentials ( ref creduiinfo, 0, ref authpackage, incredbuffer, incredsize, out outcredbuffer, out outcredsize, ref save, creduiwin_authpackage_only );   the above function not return error.   now buffer (outcredbuffer) populated in above function has decrypted , converted strings (username, domain name, etc).   to used following function: credunpackauthenticationbuffer( cred_pack_protected_credentials ,....,.,..) but function not able decrypt buffer , returns error code 775.   any appreciated!   note: works fine if disable policy (mentioned above) i assume performing these functions os supports credssp. in event, question ...

Antivirus exclusions for Hyper-V

hi again, on the faq , on blogs read recommended antivirus exclusions hyper-v machines: [...]   resolution ========= configure real-time scanning component within antivirus software exclude following files , directories:   • default virtual machine configuration directory (c:\programdata\microsoft\windows\hyper-v) • custom virtual machine configuration directories • default virtual hard disk directory (c:\users\public\documents\hyper-v\virtual hard disks) • custom virtual hard disk directories • snapshot directories • vmms.exe • vmwp.exe laura zhang - msft just make sure: it's these folders , files? thanks, eduardo your quote laura came quoting knowledge base article: http://support.microsoft.com/default.aspx/kb/961804 . written hyper-v team , authoritative. should confident , comfortable following guidelines. you have option - don't use antivirus. ben armstrong briefly discusses here: http://blogs.msdn.com/virtual_pc_guy/archive/2009/03/17/antivirus-and-hyper-v-o...

Hyper V 2008 R2 Multiple NIC's

dear team currently r using hyper v 2008 r2 has 2 physical nic my query how utilize both nic's in case of failover & load balancing & how configure it regards diven shah hi! recommended best-practice configuration suggests dedicate 1 nic hyper-v host management , other vm network. nic teaming, such as fail-over , load balancing, is possible unsupported microsoft. in order team nic's, nic's must support , it's done in driver settings or a downloadable management software (for example: bacs suite broadcom nics). not nic's can teamed. Windows Server  >  Hyper-V

DS query for users and group membership

hello all, i hoping ds command generate text file show me list of users in ou , respective groups. if not possible powershell great. thank in advance. hi, if want display list of members of group, try use dsget command. example, when want list of members of backup operators group, please type following command: dsget group "cn=backup operators,ou=test,dc=contoso,dc=com" -members –expand . details command, please try refer following microsoft kb article. dsget group http://technet.microsoft.com/en-us/library/cc731202(v=ws.10).aspx additionally, make query via script , powershell. details, please refer following articles. how can list members of group in alphabetical order? http://blogs.technet.com/b/heyscriptingguy/archive/2004/11/23/how-can-i-list-the-members-of-a-group-in-alphabetical-order.aspx list group members in active directory http://gallery.technet.microsoft.com/scriptcenter/dcc9432e-d541-4be2-a39c-637c8d4c9fd0 list memb...

al ejecutar gpupdate /force desde W7 En dominio ws2k3r2 no resuelve

hola tengo un cliente con w7, agregado un dominio, que tiene por sistema operativo, ws2k3r2, tambien tengo clientes con vista y xp, al ejejecutar gpupdate /force en el cliente que tiene w7, me dice c:\users\martín>gpupdate /force actualizando directiva... se completó correctamente la actualización de directiva de usuario. la directiva de equipo no se puede actualizar correctamente debido los siguien tes errores: windows no pudo determinar si la nueva configuración de directiva de grupo defin ida por un administrador de red debe aplicarse este usuario o equipo porque el  reloj de este equipo no está sincronizado con el de uno de los controladores de l dominio. por esta razón, puede que este sistema del equipo no cumpla los requi sitos del administrador de la red y que los usuarios no puedan usar parte de la funcionalidad en la red. windows reintentará periódicamente esta operación y es posible que el sistema o e...

Change recognized HAL in WIM File

i new wds. know wim xml description. if mount (with imagex), replace new hal.dll file, , unmount /commit create another image different hal machine, can that?   i tried once, seems not work. found wim file might have record in itself, becuase when used "imagex /info", return stored xml descriptions, displaying hal type. wonder, if change that. mounted wim file , tried find xml file, not find one.   please help, if could. . . in advance.   hacking hal type of wim image not supported.   windows vista , newer images hal-agnostic don't need anyway. images of legacy operating systems in wim format, you'll need maintain separate images different hal types - have ris, ghost, etc. Windows Server  >  Setup Deployment ...