Posts

Showing posts from September, 2014

trying to update textbox text based on another textbox but it isn't working

ok have following script.  $mainform = new-object system.windows.forms.form $mainform.text = "assign $lu $newpcname" $mainform.size = new-object system.drawing.size(600,250) $mainform.startposition = "centerscreen" $mainform.autoscroll = $true $mainform.font = new-object system.drawing.font("californian fb", 14,[system.drawing.fontstyle]::bold) $mainform.formborderstyle = "fixeddialog" $mainform.maximizebox = $false $npnlb = new-object system.windows.forms.label $npnlb.size = new-object system.drawing.size(130,25) $npnlb.location = new-object system.drawing.point(5,16) $npnlb.text = "pc name: " $npntb = new-object system.windows.forms.textbox $npntb.location = new-object system.drawing.point(140,14) $npntb.size = new-object system.drawing.size(150,35) $npntb.text = $newpcname $npntb.add_mouseenter({$this.backcolor = [system.drawing.color]::fromargb(6,139,138)}) $npntb.add_mouseleave({$this.backcolor =

Win2k8 R2 - remoteapp farm (for IE8)

i in process, of design implamentation of remoteapp, stream ie8 down users. have looked on alot of documentation. , dont see hard matrixs how many users per session server, or how many users broker can handle? anyone have ideas? not looking hard numbers shot in dark of thats realistic start with.   -nex6 hello nex, there couple of blog posts that address scalability of rds in general , may of you. http://blogs.msdn.com/b/rds/archive/2008/03/12/how-msit-uses-terminal-services-as-a-scalable-remote-access-solution.aspx http://blogs.msdn.com/b/rds/archive/2010/02/26/remote-desktop-session-host-capacity-planning-in-windows-server-2008-r2.aspx   Windows Server  >  Remote Desktop Services (Terminal Services)

update.microsoft.com.nsatc.admin.fixme

hello, i not using wsus, closest forum find related decided post question. i have been dealing issue several days ever since microsoft removed xp support list of supported products. have not found else issue yet , not sure way should go here. first of all, details of setup. have firewall protecting domain network. closed network no servers on other side of firewall , no dmz. started last week when began see alert dns queries in firewall logs. started analyzing packets , found coming inside of firewall enabled logging on internal dns servers. found dns queries originating many of internal workstations. , querying our internal dns server location of following domain: "(6)update(9)microsoft(3)com(0)." of course our internal dns server forwarding information on our isp's dns server. proceeded hex dump of both outgoing queries , incoming responses. outgoing query had hex dump: "*.......update.microsoft.* *com.nsatc.net......!....*

Cannot sync latest driver updates using WSUS.

hi, not able detect driver updates on windows 7 machine using wsus. when scan microsoft server able detect driver updates missing on machine, however, when sync wsus microsoft not able driver updates, can approve it. tried searching update on wsus using title, in right pane search box, not find it. have selected 'driver' classification , 'windows 7' product while synchronization. any help, appreciated. & regards, suraj k. hi, not able detect driver updates on windows 7 machine using wsus. when scan microsoft server able detect driver updates missing on machine, however, when sync wsus microsoft not able driver updates the drivers available client scan microsoft different set of drivers published wsus. same; not. if have enabled "drivers" classification, have of drivers available wsus. lawrence garvin, m.s., mcsa, mcitp:ea, mcdba solarwinds head geek microsoft mvp - software packaging, deployment & servicing (2005-2014) m

Creating DNS infrastructure

hello friends : i going implement dns infrastructure dns infrastructure use in internet windows server 2003 in organization. we not have active directory @ time maybe going have within few months , important implement dns infrastucture works , familiar dns not in advanced situation. does created such project ? i want have document or guide shows me implement , dont want desig guide wanna know how implement it. 1-root dns (.) 2-top level domain (.ts , .bs , .cs ) 3-second level domain (bmi,cli,...) 4-third level domain (info.edu,acc,...) thank guys network love i want have document or guide shows me implement , dont want desig guide wanna know how implement ??? without logical designing never able implement dns please read , implement it. thanks http://technetfaqs.wordpress.com Windows Server  > 

Retreive an AD object GUID to a string, NO Quest cmdlest

hello; i trying retreive computer's guid string. $computerdescription = @{} $computerou = @{} $computerguid = @{} $results = @() $strcategory = "computer" $stros = "windows*server*" $domainname = 'ldap://ou=ent,dc=state,dc=mt,dc=ads' $root = new-object directoryservices.directoryentry $domainname $objsearcher = new-object directoryservices.directorysearcher $objsearcher.searchroot = $root $objsearcher.searchscope = "subtree" $objsearcher.filter =  "(&(&(objectcategory=computer)(operatingsystem=windows*server*))(name=server*))" $colresults = $objsearcher.findall() foreach ($objresult in $colresults) { $objcomputer = $objresult.properties #; $objcomputer.name#; $objcomputer.description $computerdescription.add([string]$objcomputer.name, [string]$objcomputer.description) $length = $objcomputer.item("distinguishedname")[0].split(",").length $ou = $objcomputer.item("distinguishedname")[0].split(",

Montar servidor ftp sobre IIS7

hola todos, estoy montando un servidor ftp sobre un iis 7 en un servidor windows 2008 r2. trabajamos en un directorio activo. el servidor va a apuntar una carpeta de su hd y dentro de esa carpeta quiero que haya: carpeta con permisos para leer todo el mundo, acceso anonimo sin que te solicite usuario ni contraseña. carpeta con permisos para leer solo usuarios del dominio carpeta con permisos para leer y escribir, para los usuarios del dominio que pertenezcan un determinado grupo. ¿como tengo que poner los permisos en las carpetas y en el iis para que esto funcione? gracias!!! empezando ;) sigue las presentes guias http://www.iis.net/learn/publish/using-the-ftp-service/creating-a-new-ftp-site-in-iis-7 http://www.iis.net/learn/publish/using-the-ftp-service/configuring-ftp-user-isolation-in-iis-7 Windows Server  > 

Configuring ADFS

we have implemented adfs authentication in our application. if person not in domain , tries access application cloud displays error "internet explorer cannot display page" this because adfs url not reachable since person outside domain. is possible customize error page when displays "internet explorer cannot display page"? thanks hello, this belong more iis/ie settings directory services. http://forums.iis.net/ http://social.technet.microsoft.com/forums/en-us/category/internetexplorer best regards meinolf weber disclaimer: posting provided "as is" no warranties or guarantees , , confers no rights. Windows Server  >  Directory Services

Control Panel\All Control Panel Items\Windows Firewall

this on server 2008 r2 , access shared files. i'd little clarification on windows firewall, "file sharing , want turn on public networks"? perhaps misunderstanding on part want sure setting correctly , secure can. i want enable file sharing on domain, not home or work , public networks keep things tight can. want people on domain access folder , file shares. believe setup , allowing sharing all, domain, home or work , public networks. seems though there may more possible access , risk shared i'd like. please advice. thanks hi, if understand correctly, want enable file sharing only domian users. you use group policy achieve this: enable or disable file sharing group policy http://technet.microsoft.com/en-us/library/cc754359(ws.10).aspx regards. vivian wang Windows Server  > 

printers and scanners

when migrated vista win7 had severe problems printer (overcome now) , scanner (still struggling). have similar/the same problems migrating win10? gg you may or may not depending on printer , drivers manufacturer develops.  speaking if printer run on win 7 should run on win 10 may require compatibility mode. wanikiya , dyami--team zigzag Windows 10 Insider Preview  >  Windows 10 Insider Preview General

remote desktop problem

Image
when log in remote desktop web access  can access applications local connection. when connect through vpn , if connect connecting after select application prompt me user name password again again. hi, why need vpn internal , access rd web? can directly publish web site external, not need use vpn more. best experience, recommend deployment rd gateway external requests. for further deployment rd gateway, not impact internal rdp architecture. more detailed information, please refer following articles. hope helps. overview of remote desktop gateway http://technet.microsoft.com/en-us/library/cc731150.aspx checklist: configure remote desktop gateway http://technet.microsoft.com/en-us/library/cc732654.aspx virtualization: use rd gateway http://technet.microsoft.com/en-us/magazine/hh708743.aspx best regards, aiden if have feedback on our support, please click here aiden cao technet community support

no login bitlocker

why bitlock key id: c08a3db5 no login although remember password, me! much. hi, >> why bitlock key id: c08a3db5 no login although remember password, me! much. did shows this? symptom: when boot pc, you are presented the bitlocker recovery screen. see screen says “preparing bitlocker recovery …” followed recovery key entry screen. after enter recovery key correctly, you are shown an error “the tpm defending against dictionary attacks , in time-out period”. hit continue , system reboots bitlocker recovery screen again. if case,please check link: bitlocker troubleshooting: continuous reboot loop bitlocker recovery on slate device http://social.technet.microsoft.com/wiki/contents/articles/18671.bitlocker-troubleshooting-continuous-reboot-loop-with-bitlocker-recovery-on-a-slate-device.aspx ________________________________________ best regards, cartman please remember mark replies answers if , unmark them if provide no help. if have feedback

Access denied when moving AD object - log

Image
hi, is there log somewhere can provide more information regarding why getting access denied when moving ad object? thanks hi, is there log somewhere can provide more information regarding why getting access denied when moving ad object? thanks if have enabled auditing ad objects show in security log of dc selected move object. when moving objects, not forget need remove protectedfromaccidentaldeletion checkbox, otherwise move fail. mahdi tehrani   |     |   www.mahditehrani.ir please click on propose answer or mark post , helpful other people. posting provided as-is no warranties, , confers no rights. how query members of 'local administrators' group in computers? Windows Server  >  Directory Services

File replication Error in 2003 DC

dear team, before days, added additional domain 2008 std in 2003 pdc. but in new additional server 2008, sysvol & netlogon not shared, , in 2003pdc & 2008adc, showing same following event error. ntfrs service alredy started in both & in 2003 pdc, checked registry entry "enable journal wrap automatic restore" i.e. value 1. please me issue. error : the file replication service has detected replica set "domain system volume (sysvol share)" in jrnl_wrap_error.  replica set name : "domain system volume (sysvol share)" replica root path : "c:\windows\sysvol\domain" replica root volume : "\\.\c:" a replica set hits jrnl_wrap_error when record trying read ntfs usn journal not found. can occur because of 1 of following reasons.   [1] volume "\\.\c:" has been formatted. [2] ntfs usn journal on volume "\\.\c:" has been deleted. [3] ntfs usn journal on volume "\\.\c:" has been

Windows Domain - XP workstations - Phantom Route Table Entry?

hello, our environment has second router added facilitate frame relay connection service application.  the frame relay has been replaced site-site vpn. the default login script add non-persistent route few of computers.  have updated login script to add new route -  then delete old route. well new route being added , old route deleted comes back.  phantom route entry. if i create batch file delete old route , place in startup group, route gone.    if logout , in again or reboot without batch file remove old route - comes back. there no gpo's running other batch files. i tested logging in workgroup not domain - without batch file remove old route entry - , route not there. it seems phantom route table entry related logging in domain. i have rebooted default gateway, , frame relay router.  still phantom returns.. how find source of phantom? thank you.. in advance hi kevin, posting here.   so code set in batch file update route table c

How many Forests and Domains at MS?

we trying determine how grow our environment , there opinion stay within single domain.  as example, have been told ms has 1 ad forest , 1 domain itself.  that doesn't sound right me.  i don't need specifics or exact number, know if ms has 1 forest , 1 domain? thanks! hi, it's not matter of following organization doing. better question ask business requirements , goals of organization requiring directory. keeping design simple possible addressing requirements should goal. designed strategy 1 addresses today's requirements, , crystal balls future requirements know nothing yet. a single forest, single domain model that, complex requirements may not make possible. using role-based access model administration of directory hugely in keeping design simple. hope helps. adrian Windows Server  > 

Change location where word searches for unsaved files

Image
we use word 2010 win7/64. use mandatory profile.  with grouppolicy have changed place auto save/recover documents go h:\word. that works.  now when word crashes, , restart word recovered documents @ startup.   but if pc crashes, , user restart pc, there no auto-saved documents. word doesn't find them because registry key /resilency  is gone restart, because of mandatory profile, makes user has clean profile.  now there nice button "recover unsaved documents" @ bottom of recent list, out, if wasn't pointing local userprofile  c:\users\username\appdata\local\microsoft\office\unsavedfiles there seems no way change location, 1 expect point same auto-save location, documents go.  another annoyance when browse the h:\word folder, word won't open .asd files. if instead copy file c:\users\username\appdata\local\microsoft\office\unsavedfiles, word open fine. so conclude: if the "recover unsaved documents" point same dir autosave dir, , open

Having Proglems Printing Using TS Easy Print.

i have vps account window 2008 32 bit server. i having problems printing using ts easy print driver administrator or users. have done: 1. have added .net frame 3.0. ms publication states need .net frame sp 1. not sure whether cause of problem. 2. have added terminal services role, dns server role,  , addc role. 3. in environment tab administrator , users, have checked connect client printers @ log on. 4. tried print page notepad.  when open print box, see number of printers redirected, e.g. printer-a(redirected 2). when try print, nothing print local printer (printer-a(redirected 2). 5. printer box, add printer => add local printer => using existing port => in pull down menu, see many ts##(inactive ts port), , many ts##(mycomputer-prn#). 6. clicked on 1 of tz##(mycomputer-prn#), installed driver of local printer , use it. nothing comes out of printer. i wondering whether due not have to-date net frame 3.0. any suggestion appreciated. david_castle

AD Integrated DNS Question

i'm cleaning dns zones. i'm noticing old entries in name servers tab. i'm going clean out via powershell. my question is. need populate name servers tab if ad integrated? since i'm removing old ones going add\update new ones.  being ad integrated i'd assume dc's getting copy authoritative.  why need populate tab? i notice * next of entries.  makes me think auto-added.  if are, 'adds' them exactly?  since each dc contain copy i'd think wouldn't need go other dc\dns server in forest. thanks in advance. david jenkins hi david, run small test: c:\>nslookup default server: dnsservernamex address: 10.xxx > set q=ns > google.com server: yourdnsserver address: ip non-authoritative answer: google.com nameserver = ns1.google.com google.com nameserver = ns3.google.com google.com nameserver = ns2.google.com google.com nameserver = ns4.google.com ns1.google.com internet address = 216.239.32.10 ns3.googl

Storage Space Virtual Disk is write protected

hi, i have 10tb storage space 1 virtual disk , 1 volume (e:). this disk became read-only.  server manager shows virtual disk healthy readwrite access property. diskpart doesn't show disk read-only: diskpart> list disk   disk ###  status         size     free     dyn  gpt   --------  -------------  -------  -------  ---  ---   disk 0    online           60 gb      0 b   disk 4    online           10 tb      0 b        * diskpart> select disk 4 disk 4 selected disk. diskpart> attribute disk current read-only state : no read-only  : no boot disk  : no pagefile disk  : no hibernation file disk  : no crashdump disk  : no clustered disk  : no but can't write disk in elevated prompt: e:\>mkdir test media write protected. also, windows explorer has write-related menus (cut, move, new item) grayed-out when disk selected. i tried rebooting , command-line/power shell command remove read-only attributes without success. thank in advan

Pop up window while the script is running

Image
hi, can please tell me how close pop window appears when powershell script runs in windows server 2003 asap. nafeesa just reference, new thread script in question started here: https://social.technet.microsoft.com/forums/scriptcenter/en-us/4fffa102-19ba-4ed0-a6c9-bd2d291c6713/my-script?forum=winserverpowershell Windows Server  >  Windows PowerShell

2012 R2 DC crashes when user account is renamed using RSAT Tools on Windows 7

hello everyone, we have forest , domain both running in 2003 native mode. have mixture of domain controllers running 2003 and 2008 r2 , deployed 2 new domain controllers running 2012 r2. 2012 r2s configured global catalogs not hold additional fsmo roles. unfortunately have strange issue 2 new 2012 r2 dcs: we have installed domain management tools on the 2012 r2 domain controllers. when managing our domain using locally installed tools on dcs ok. dsa.msc shows version 6.3.9600.16384. have number of admin workstations running windows 7 enterprise 64 bit service pack 1. have rsat tools windows 7 sp1 (windows6.1-kb958830-x64-refreshpkg.msu) installed on these machines. dsa.msc shows version 6.1.7601.17514. whenever try rename user account win7 computers, 2012 r2 dc targeted shows message saying reboot within 60 seconds - , that. on client see message saying "windows cannot complete rename operation on <name> because: server not operational. name related proper

Windows Patching

Image
greetings, the patching of windows server(2003, 2008 & 2012) done using sccm on global scale, japanese sub- organization  unit use wsus patch server environments. as part of global standardization activity, looking integrate server patching global scale model moving local wsus platform global sccm platform. our client worried of operating systems run on native japanese language platforms (windows 2003, 2008 & 2012) , may miss critical  japanese  specific patches, if moved global sccm model. as per understanding, updates same irrespective of language platform , same patches applicable native english language servers same , applicable other language servers. is understanding correct or patches vary based on operating system native language pack (based on patches released microsoft every month). in advance. appreciate support. hi, >> as per understanding, updates same irrespective of language platform , same patches applicable native engli

Terminal Server Licensing can't connect

hi installed ts licensing on windows 2008 dc, followed every step ms white paper still cannot connect ts licensing server, i've checked firewall allow ts licensing data pass , went down list of ms troubleshoot on tsl page.  have ideas?  if connect win2k8 tsl, show unknown status on xp client win2k3 admin tools.  in w2k3 tsl, can see new tsl being active.  how can test connection see if receiving request or not? hi connect windows 2008 license server, same manage windows 2008 need @ least windows vista. or can connect via rdp particular w2008 server. the administration tools vista can installed way: http://www.microsoft.com/downloads/details.aspx?familyid=9ff6e897-23ce-4a36-b7fc-d52065de9960&displaylang=en microsoft remote server administration tools enables administrators remotely manage roles , features in windows server 2008 computer running windows vista service pack 1 (sp1) or later versions of windows vista service packs. system requirements supported operating syste

Windows Server 2012 R2 VM acting as a print server

i'm running windows server 2012 r2 vm print server. installed print server role. i'm hosting 20 printers (majority of them xerox mfps). had installed hp printers thought causing print spooler crash. got rid of them i'm still having issues remaining xerox mfps. if go properties on of them, microsoft management console has stopped working unexpected error occurred in print driver. it's going bad worse. appreciated. hi, à if go properties on of them, microsoft management console has stopped working unexpected error occurred in print driver. on current situation, please check , install latest print drivers, monitor result. meanwhile, please open event viewer , relevant log file , check if find more clues. may go further analyze. if update, please feel free let me know. hope helps. best regards, justin gu Windows Server

Switching to Windows 2008 R2 native mode

hi, i need swtich windows 2008 r2 native mode forest , domain. still have windows 2003 dc terminal server license server on it. i thinking demote last wiidows 2003 dc , switch native. not sure happen terminal server license server..it still working after demoting dc ? , still work after switching forest , domain windows 2008 r2 native mode ? thanks ! bodo how move terminal services cals 1 license server in windows 2000, windows server 2003 , windows server 2008 twitter: @stealthpuppy | blog: stealthpuppy.com this forum post own opinion , not reflect opinion or view of microsoft, employees, or other mvps. please remember click " mark answer " or " vote helpful " on post answers question (or click "unmark answer" if marked post not answer question). can beneficial other community members reading thread. Windows Server

Group Policy with local administrator not work ?

hi i have dc window server 2008 enterpise r2, want know why group policy created not work local administrator on pc's? that mean linked , enforecd test ou , when put user on pc  administrator policy not set ? thanks ahmad ramadan  hi ahmad, there's 2 basic components on gpo, user , computer. in gpmc computer policy first , user policy below. have check apply policy, computer or user. in case, seems applied policy user. in case, local administrator of computer not subject of user policy, of computer policy. there's application of policy,local computer policy applied first, site, domain , ous general specific. after user logs domain identifies user , apply corresponding policies. alfredo arizaleta just begining Windows Server  >  Group Policy

Default domain policy

hi, i have join institute having win2003 server plus 50 workstation. previous sys admin has left job. yesterday checked group polices in ad , found strange. i have attached images(sorry can't see attach file button paste here). please can me out sort this. there no default group policy. 1 hidden student policy , 1 test policy present. i don't know how solve problem. i'm afraid can mess something. please help!! hi sysmahesh,   the default domain policy gpo cannot deleted while can renamed. guid of default domain policy gpo {31b2f340-016d-11d2-945f-00c04fb984f9}.   please follow steps below identify guid:   1.     in group policy management console, highlight 1 of gpo 2.     on right pane, click details tab. 3.     check if guid {31b2f340-016d-11d2-945f-00c04fb984f9}. if so, it’s default domain policy.   for more information, please refer to:   you receive "failed delete group policy object" error m

OS Version Question

hello, i having issue cluster management tool on my hyper-v server cores.  error states culstering feature available in enterpise or datacenter versions.  not understand.  of tech articles read state can done.  furthermore, os itself has festures built it.  missing? regards, ws this thread has answer. http://social.technet.microsoft.com/forums/en-us/winserverclustering/thread/821da6cb-d494-4b18-9cac-fdb76559d41e/ david a. bermingham, director of product management, steeleye technology Windows Server  >  High Availability (Clustering)

Cloning Disk Drive To Upgrade My Raid Array, Will Robocopy Suffice?

hi, noobish question here goes anyways: have secondary partition data on server containing shared folders , folders user permissions set. need backup of drive data keeping these shares/permissions intact can upgrade raid array 5 10 reasons. possible use robocopy backup files external hard disk, use raid config create new array, , use robocopy transfer files new logical drive without losing shares , permissions? if not, has been suggested copy of acronis , try that. feedback on or suggestions other tools or methods accomplish task? yes, robocopy can preserve acls , permissions. see http://support.microsoft.com/kb/323275  which might useful acronis work too, depending upon version have, things can little interesting , challenging if decide make new volume bigger or smaller   www.msftmvp.com , vhd tools @ www.vmutil.com Windows Server  > 

Hyper-V - suggestions

hello, i need the opinion of those which already have something more experience virtual environments . i have two physical servers domain controller and sql server . the two servers i to virtualised microsoft hyper -v environment. i read on the net that the problem is virtualization  of domain controller , i wondering how to start the thing . i'm thinking in direction that put windows 2012 r2 with hyper -v server a workgroup - outside domain . in exposing the two environments virtualizes the old dc and sql . what you get working , what should look ? how to make backup of   virtualized environment ? thank you. if don't have experience hyper-v environment, don't think should practice virtualizing 2 systems. should start sort of test environment , comfortable first. there's absolutely nothing wrong virtualizing these systems, though. save lot of grief , join hyper-v host domain.

Windows Server 2003 SP2 Event ID: 1003 Category (102) after upgrade

greetings, performed upgrade windows server 2000 2003 sp2 , went until received bsod out of blue. details follow: event type:    error event source:    system error event category:    (102) event id:    1003 date:        11/24/2009 time:        3:41:46 pm user:        n/a computer:    description: error code 0000000a, parameter1 00000034, parameter2 d0000002, parameter3 00000001, parameter4 80a7e4a9. data: 0000: 53 79 73 74 65 6d 20 45   system e 0008: 72 72 6f 72 20 20 45 72   rror  er 0010: 72 6f 72 20 63 6f 64 65   ror code 0018: 20 30 30 30 30 30 30 30    0000000 0020: 61 20 20 50 61 72 61 6d   a  param 0028: 65 74 65 72 73 20 30 30   eters 00 0030: 30 30 30 30 33 34 2c 20   000034, 0038: 64 30 30 30 30 30 30 32   d0000002 0040: 2c 20 30 30 30 30 30 30   , 000000 0048: 30 31 2c 20 38 30 61 37   01, 80a7 0050: 65 34 61 39               e4a9    vital production box our hospital , search on google has not helped. appreciated. thank you, rod hi rod, th

PC keeps waking up from sleep. Alreay took away persmision from devices.

this not new me. every time after installing windows on machine problem. so after installing windows 10 went device manager , disallowed of devices waking pc everything fine few days but yesterday believe update installed , pc wont stay sleeping more minute before starting up i have disallowed every single device waking pc , yet keeps waking up. is else having issue after latest update windows 10? has found solution? thanks reading Windows 10 Insider Preview  >  Windows 10 Insider Preview Feedback

Error with group policies

hello, im having error when ever try gpupdate /force" through cmd error: c:\users\administrator>gpupdate /force updating policy... user policy not updated successfully. following errors encount ered: processing of group policy failed. windows attempted read file \\bank a.com\sysvol\banka.com\policies\{7e60cafc-6077-4fbb-b30a-f5feaf4a38f1}\gpt.ini f rom domain controller , not successful. group policy settings may not applied until event resolved. issue may transient , caused 1 or more of following: a) name resolution/network connectivity current domain controller. b) file replication service latency (a file created on domain controller has not replicated current domain controller). c) distributed file system (dfs) client has been disabled. computer policy not updated successfully. following errors enc ountered: processing of group policy failed. windows attempted read file \\bank a.com\sysvol\banka.com\policies\{7e60cafc-6077-4fbb-b30a-f5feaf4a38f1}\