Multiple Owners for Accounts, Leads, Contacts - social. microsoft. com Well, a "best way" depends on what you need You know that you can share accounts, contacts, but maybe you want to do more than just sharing If you don´t know this could be interesting for you Personally I would create a custom entity "personal_contact" or somethin like this Link it to systemusers and to leads, accounts,
How to change primary attribute - social. microsoft. com I have one entity already created with its primary attribute new_name By mistake this atribute was missused and contains wrong data, I would like to created another attribute and make it primary one Has anyone done it ? Thanks
How does WHS allocate drive space? - social. microsoft. com Here is what I want to do: 1 Two drives of equal capacity for data I would like these drives to be mirrored 2 One large drive for backing up my other systems 3 Possibly a small drive for the system partition First off, is it possible to set the two drives as a software RAID, or does WHS mirror based on the folder duplication settings only?
Cannot open backups from two Vista machines - social. microsoft. com 1 On the first Vista machine, which is my main computer, I cannot open any backups The progress meter gets to 100% and disappears, but the explorer Window doesn't appear On this machine, I am logged into the real Administrator id, so there is no UAC This is the most troubling because if I have to restore a file for that machine, I have to go to the XP machine, and then point the restore to
How can I disable this redirection to $syncscopes??? I know about SyncSvcUtil exe utility but it generates client side code only for Windows Mobile 7 and Silverlight 4 client I am trying to generate client side code for iPhone and Android I know that Microsoft does not provide any utility for non-microsoft platforms so I am trying to create my own client code generation utility
Could not retrieve server initialization data - social. microsoft. com This is in regard to recent issue reported under MS Project 2010 Proffesional edition We were trying to connect MS Project 2010 Proffesional Client edition to MS Project 2010 server so that we can upload the project to resource center directly
Cannot configure backup on just one computer. . . . - social. microsoft. com I know that the subnets on the server and puter #1 are the same because that backup works fine How do I find the subnets on WHS and on the XP SP2 puter #2 that supposedly has the wrong subnet? Isn't there a way to do that through command prompt? Yep, open a command prompt and type ipconfig
[UWP] prevent file from being delete using filesteam? I have this code which I thought would prevent a file from being deleted in windows explorer until my app finishes with it I need to prevent this, is a filestream the best way to go? Note: sampleFile2 is a Windows Storage StorageFile sampleFile2 = finalfolder Result CreateFileAsync (tempfile, Windows Storage CreationCollisionOption OpenIfExists) AsTask sampleFile2 Wait () Dim file As Task (Of