Posts

Is not a supported file type or file is damange

hi    i have following issue when try open file share in windows 2008 server receive followind error message  "is not supported file type or file damange" strange not file in same share give me message file is open correctly. hi, please test to: 1. find exact file type -  display extension of file , see if can open different files same file type.   2. copy file local , see if same issue persists. 3. try computer on same file see if issue occurs on system. if file cannot accessed computer should corrupted.  if have feedback on our support, please send tnfsl@microsoft.com. Windows Server  >  File Services and Storage

Open Office help !!

using xenapp 6.0 on windows 2008 r2 how sort out multiple instances issues using office 3.4. cant open of software using 2 + users same account. did "change user" ? http://technet.microsoft.com/en-us/library/cc742815(v=ws.10).aspx the dedicated ts/rds forum here: http://social.technet.microsoft.com/forums/en-us/winserverts/threads don (please take moment "vote helpful" and/or "mark answer", applicable. helps community, keeps forums tidy, , recognises useful contributions. thanks!) Windows Server  >  Windows Server General Forum

Anywhere Access - CERTIFICATE NOT VALID OR PASSWORD INCORRECT

setting server essentials 2012.  during "anywhere access" wizard followed link ssl company's url directed @ server.  i chose 1 of 2 options presented during setup , purchased "ssl cert ssl certificate - comodo essential" enom inc. once got certificate in email, , continued wizard following error: certificate not valid or password incorrect either certificate not supported or password incorrect.  please try again. i've tried can in wizard no avail.  if manually push certificate manager accepts there essentials dashboard still thinks it's no installed believe have complete wizard.  i cannot find support on on internet on searching.  anyone able help? (by chance server unable install 2 critical updates.  i taking things 1 @ time in order come right though.) kevend. i’ve jumped ahead here , tried myself seems have worked.  i imported .cer “certificates (local computer) / personal / certificates” repository...

How to Schedule A Task As A Group Policy?

 hi! new group policies , need create policy schedule task defrag run on workstations on domain. windows server 2003 using , not see option in group policy management this, sure not looking in right place. info can appreciate. thanks! بسم الله الرحمن الرحيم folow these steps in link http://www.techrepublic.com/blog/datacenter/create-a-defragmentation-scheduled-task-in-windows-server-2008/2985   mohamed abd elhamid abd elaziz microsoft system administrator abdul samad al qurashi co. blog: http://mabdelhamid.wordpress.com/ Windows Server  >  Group Policy

parse, copy, move files in powershell

hi, i totally new ps.  please help: here i'd accomplish using powershell. i have 2 folders: c:\folder1 d:\folder2 folder1 contains files of type containing 2 portions; numbers , letters: eg. 10file.jpg, 22file.jpg, 124file.jpg etc... i'd to: a.  taking example above, i'd create folder names 10, 22, 124 etc...and put them in d:\folder2 if these folders not present in d:\folder2.  if folders there folder creation not required b.  then, i'd append word "new" each file (eg. 10file_new.jpg, 22file_new.jpg, 124_new.jpg) , move them corresponding folders (eg. 10file_new.jpg move folder d:\folder2\10 etc...) thanks in advance,   $files = gci c:\folder1\*.jpg foreach ($file in $files){ if ($file.name -match "^(\d+)(\w+)\.jpg$"){ if (!(test-path ("d:\folder2\" + $matches[1]))){new-item ("d:\folder2\" + $matches[1]) -type "directory"} $newname = $file.name.split(".")[0] + "_new." + $file....

Win2k3 SP2 DC With Win2k8 SUA Mapping Issues.

hi all, been using sfu few years on domain running 2 2003 sp2 dc's sfu3.5 utilising ad unix account mapping password synchronisation using nfs server redhat , fedora clients can access shares. have installed windows 2008 dc , have installed sua components , appear have populated unix attributes existing users. appear have 2 issues i'm not sure how resolve. 1st, on 2003 server "server nis" tab not list 2008 nis subordinate server. that's listed master. assumed windows nis auto populate i'm wondering if compatibility thing or whether have problem. 2nd, when creating new user account on 2003 server populate "unix attributes" tab in "active directory users , computers" once saved check 2008 server has been updated. instead when check "unix attribute" tab presented message "no primary group assigned user. specify primary group user before saving user's unix attributes" once accept message it's...

Windows Server 2016 Directory Services ForestMode Enumeration - 'Unknown'

namespace:   system.directoryservices.activedirectory os - windows server 2016 rtm role - directory services issue category - .net framework forestmode enumeration .net version - .net framework 4.6.2 issue- when trying enumerate "forestmode" of 'xyz.com' forest stand-alone member server (windows server 2016 rtm non-domain joined server) using below commands, output comes out 'unknown'. however, when run (get-adforest).forestmode on root domain controller itself, output comes out 'windows2016forest'. why discrepancy? solution, if there one? when can except correct value returned via .net way? $forestcontext = new-object system.directoryservices.activedirectory.directorycontext('forest','xyz.com','user@xyz.com','password') $forestinfo = [system.directoryservices.activedirectory]::getforest($forestcontext) $forest.forestmode "unknown" hi, not quite sure problem suffering is. based o...