Posts

Puzzled Hyper-v Setup

hello, i puzzled 1 of strange behavior , spent day troubleshooting no luck .my setup moderate , have staged hyper-v role on windows server 2012 , have 3 vm's configured domain controller + dns , scvmm, scvmm db. i have 2 physical nics ( internet facing ). both nic's has private ip hyper-v --> router --> internet i have created 1 internal nic 10.x.x.x (class )    hyper-v server = 10.1.1.1     dc+ dns = 10.1.1.2     scvmm = 10.1.1.3     mssql = 10.1.1.4 i added hyper-v server ad domain  never gets registered in dns server ( strange ) hyper-v 10.1.1.1 points 10.1.1.2 scvmm 10.1.1.3 points 10.1.1.2 mssql 10.1.1.4 points 10.1.1.2 mssql , scvmm registers automatically ( dynamically ) dns server , not hyper-v my scvmm fails identify hyper-v host embarrassing . i deleted dns zone, checked duplicate records in adsi , deleted netlogon , recreated them - no luck i able perform nsloo...

WSUS server problem with W10 - 1703 install

hello, i have ws 2012r2 server runs wsus fine, domain pc receive updates normally. problem wsus downloaded w10 - 1703 update w10 clients can't install it, w10 client windows update fail error 0xc1800118 each time. setuperr.log says "recovercrypto: file encrypted, no key provided." reading forum, tried install 2 kb listed make work, wsus server says installed. second kb, 3159706, needs manual part install http activation feature can't that, ends error 0x80070003. the event detailled on server : nom du journal :application source :       windows error reporting date :         03/05/2017 12:29:34 id de l’événement :1001 catégorie de la tâche :aucun niveau :       information mots clés :    classique utilisateur :  n/a ordinateur :   wsus.mydomain.com description : récipient d’erreurs , type 0 nom d’événement : cbspackageservicingfailure2 réponse : non disponible id d...

Changing permission on folder

i created group policy grant local users group modify rights on application folder. folder targeting 3 levels beneath program files. users group inherited read , execute writes thee parent. need put modify rights on folder. on window 7 workstations. when check workstation see inherited permissions not modify right. machine in on ou. gpo linked ou. have restarted machines , gpupdate /force.  still not applying. on appreciate.  which of following check gpo:  "propagate inheritable permissions subfolders , files" or "replace exisiting permissions subfolders , files inheritable permissions" thanks help. this one:   >  "propagate inheritable permissions subfolders , files"   elevated commandline, "gpresult /h report.html". examine report.html if change applied...   Windows Server ...

TS desktop show shortcut's based on security group

hello, i'm looking have users connect ts desktop , have applications shortcuts appear on desktop based on security group membership. if user in "oracle" security group "oracle" shortcut on desktop. tricky thing want these shortcut's show on ts desktop, not normal workstations. hi, >>the tricky thing want these shortcut's show on ts desktop, not normal workstations. based on description, can use group policy preferences shortcuts extension deploy shortcuts , utilize gpp item-level targeting apply settings users belong specific group when log onto specific computers. regarding gpp shortcuts extension, following article can referred more information. shortcuts extension http://technet.microsoft.com/en-us/library/cc730592.aspx configure shortcut item http://technet.microsoft.com/en-us/library/cc753580.aspx regarding gpp ilt, following article can referred more information. preference item-level targeting http://msdn.microsof...

new account inheriting permissions from group it's not a member of - Win2k8r2

hi all, i'm trying create new user account use iis7.5.  when ever create new user account, default gets added users group. , seems though permissions inherits group sticks after remove group, for example, have folder inherits permissions , part of permissions, users group has read/write permission on folder. when go advanced security , check effective permissions, new user has read/write though it's member of no group , i've given no permissions on folder. if remove users group permission folder, new user looses it's read/write access. seems though i've removed user users group, it's still sharing permissions group. please tell me don't need reboot server change user permissions/groups. did try logging off , on had no effect. so can tell me how user account belonging no group somehow inheriting permissions users group?  thanks it seems add local users. how remove new user users group? , os version , service pack version? ...

Server 2008 Print Spooler stops working

this server isn't in production yet, getting setup, , experiencing constant crashes spoolsv.exe. believe micrsoft's xps writer doing it. faulting application name: spoolsv.exe, version: 6.1.7601.17514, time stamp: 0x4ce7b4e7 faulting module name: wsdapi.dll, version: 6.1.7601.17514, time stamp: 0x4ce7ca31 exception code: 0xc0000005 fault offset: 0x000000000006ad4a faulting process id: 0xf80 faulting application start time: 0x01cd5645c86dc701 faulting application path: c:\windows\system32\spoolsv.exe faulting module path: c:\windows\system32\wsdapi.dll report id: c2b7abb6-c23b-11e1-a339-0050569a7128 this error believe causing mmc stop working also. side note fresh install on vmware. faulting application name: mmc.exe, version: 6.1.7600.16385, time stamp: 0x4a5bc808 faulting module name: ntdll.dll, version: 6.1.7601.17725, time stamp: 0x4ec4aa8e exception code: 0xc0000005 fault offset: 0x00000000000532d0 faulting process id: 0x%9 faulting appli...

Override password complexity or history when reset password

i create simple powershell import username reset csv file.  first run went fine.  done it, need change original (default) password, p@$$w0rd.  kept getting error doesn't meet complexity, length, or history. fyi:  use set-adaccountpassword i checked on gpo, password complexity set disable or 0 on of those. since script doesn't work, had manually reset 1 one password , went fine. any idea on how can solve this?  still need on 100+ users. are sure using single quotes instead of double? because if are using double quotes password less 8 chars. Windows Server  >  Windows PowerShell