Posts

Showing posts from April, 2013

Event ID 5002/5014 Group Policy DFSR problem

i have 4 domain controllers running on windows server 2012. rpc disconnects/fails having error event ids 5002 , 5014. ad objects replicated across dcs on group policy dcs either inaccessible or differ in gpo version. thanks help. good.  okay, it's 5014's & 5002's.  here's wiki on 5002: http://social.technet.microsoft.com/wiki/contents/articles/1207.dfsr-event-5002-dfs-replication.aspx on 5014, there should corresponding error number. can please respond , specific error messaged (edited privacy, of course.)? Windows Server  >  Group Policy

not a valid database file header. The PageAudit property is incorrect.

having problems sql7 database after moving database production environment test environment. message when use sp_attach_db command. how resolve issue? hello,   according description, issue seems related sql server. focus on general question windows server system , here not best support resource sql server, recommend further support in sql server forum.   for convenience, have list related link followed.   sql server http://forums.microsoft.com/technet/default.aspx?forumgroupid=93&siteid=17   hope issue resolve soon. david shen - msft Windows Server  >  Windows Server General Forum

How to retreive specific privileges for an account ?

hello ! context: have 2 ad (2003 , 2008 r2). create same gpos in different ads. gpos give security rights accounts, "log on service" or "log on batch", example service account "domain\engine" i want retrieve these informations (and these)  powershell script (v1 or v2 versions) in text file (gpo_name,account_name, list_privileges "selogonrights") how can retreive ? thanks advance ideas / - regards - have nice day ! rhum2 try using get-dsacl retrieve user permissions:   get-dsacl   powershell check check user security permission using dscals   best regards dale qiao technet subscriber support in forum. if have feedback on our support, please contact tngfb@microsoft.com please remember click “mark answer” on post helps you, , click “unmark answer” if marked post not answer question. can beneficial other community members reading thread. ” Windows S

Invalid Window Handle when .NET App is hosted in Windows 2008 R2 64 bit Remote Desktop Services

i apologize front if incorrect forum question.   remote desktop services server: windows 2008 r2 64 bit application: 32bit .net application using windowsapicodepack windows 7 features. client machine: windows 7 64bit (all date) we have .net application using .net 4.0, , when applications runs through remote desktop on server works fine no issues.  when mean remote desktop mean issue mstsc /v:servername windows 7 client machine, , double click short cut on desktop , application renders fine. now when set same application remote app under remote desktop services, , create rdp file , use rdp file windows 7 client machine application goes , spikes processor. attaching debugger , stepping through code looks issue result of invalid window handle being given application in main form show event.  this handle value passed function itaskbarlist3::thumbbaraddbuttons method, , getting e_invalidarg error returned.  the documentation states "the hwnd parameter not specify hand

Re-authentication Time limit on RemoteApps

Image
hi all, i have tried configure time limit when remoteapp asks authentication via gp , local on collections: locally: and via gp: even now, if start remoteapp after 20-30min asks me fill in password again. does have idea how configure time limit properly? hi, i not able view contents under “locally” , "via gp", kindly post again. if configuring session time limit setting both collection properties , gp, please note: “in order avoid problems it preferred not apply group policy settings conflict in collection or deployment properties”. “if apply group policy setting rds servers and/or users, setting not show in deployment or collection properties.  if there setting conflict computer group policy setting override”. quote tp within thread below: 2012r2: gpo not working nla/printer redirection https://social.technet.microsoft.com/forums/windowsserver/en-us/57432ba3-ce56-4f8d-b311-526463313b53/2012r2-gpo-not-working-for-nlaprinter-redire

Active Directory Windows server 2008 standard

Image
this message trying install ad. *x* local administrator account becomes domain administrator account when create new domain.the new domain cannot created because local administrator account password not meet requeriments. currently password not required local administrator account.we recomended use net user command line tool /passwordreq:yesto require password account before create new domain;otherwise,a password not requiredfor de domain administratoraccount hi, if want resolve problem have create new domain in new forest windows server. that, have go through below steps. first of go cmd , type below mentioned command , press enter c:>net user administrator password /passwordreq:yes example > net use administrator pass@word1 /passwordreq:yes close wizard , run wizard once more , done process. please refer below similar thread below: unable complete dcpromo. password not meet complexity http://social.technet.microsoft.com/forums/da-dk/winserversetup/t

Console Users and Remote Desktop Services

Image
just noob question. have server 2012 doubling workstation save space. every user logs onto console , none of them using remote desktop services or rdp. none of rds roles or features installed on machine. why seeming log rds? hi, source of these events “localsessionmanager” related remote desktop services(local service running default).  such as, event id 21 , 23, indicates user account log on/off locally. normal conditions , no further action required, default behavior windows server. if have installed rds related roles, event source “licensing”, “gateway” , etc. logged. remote desktop services events in windows server 2008 r2 can considered reference: https://technet.microsoft.com/en-us/library/ff404148(v=ws.10).aspx best regards, eve wang please remember mark replies answers if , unmark them if provide no help. if have feedback technet support, contact tnmff@microsoft.com. Window

Changing AD-User Properties

hey there, i'm trying change officephone properties.. my script far: $user = get-aduser -filter * -searchbase "ou=,ou=,ou=,ou=,dc=,dc=" -properties officephone foreach ($line in $user) {     $phone = $line.officephone     if($line.officephone -like '*8900*'){             }     else{     $line=$line.officephone -replace " ",""  | set-aduser -officephone $line.officephone         } } so want replace every  space in phonenumbers " " ""  im getting érror set-aduser : cannot find object identity:  can anybody me? thanks in advance   your variable name bit odd.  :-p  but think you'll either want $line.officephone = $line.officephone -replace ' ', '' set-aduser -instance $line or $line | set-aduser -officephone ($line.officephone -replace ' ', '') i haven't tested those, both should work.  use whichever prefer. john h. moe

Offline Backup options

hi guys we havent got vss aware app take online backup of live hyper-v vm. what think best option offline backup (i dont mind downtime) 1. turn off - copy files. 2. import / export?  any others?   thanks   techie  hi,   i prefer using export/import. option, able original state of vm if there failure on hyper-v host computer. if use script or other application copy files only, need create new vm , attach existing vhd files.   by way, can use script in following link.   powershell script snapshot , exporting(backup) virtual machines http://mindre.net/post/powershell-script-for-snapshot-and-exporting(backup)-virtual-machines.aspx   important note: response contains reference third party world wide web site. microsoft providing information convenience you. microsoft not control these sites , has not tested software or information found on these sites; therefore, microsoft cannot make representations regarding quality, safety, or suitability of soft

Adding Windows Streaming Media Services to Windows Server 2008 Service Pack 2

i running windows server 2008 enterprise service pack 2. trying add role, i following instructions here, http://support.microsoft.com/default.aspx/kb/934518 . download , run msu file streaming media services role here, http://www.microsoft.com/downloads/details.aspx?familyid=9ccf6312-723b-4577-be58-7caab2e1c5b7&displaylang=en . i unable install download. choosing proper architecture system, x64. error is, "the update not apply system." i see there thread info in it, but, reason, not able reply it. when there fix this? what can in meantime? thinking, perhaps need create hyper-v vm xp or , install media services software there? thanks help. hi,   please download windows6.0-kb934518-x64-server.msu following site:   http://www.microsoft.com/downloads/details.aspx?familyid=9ccf6312-723b-4577-be58-7caab2e1c5b7&displaylang=en   i installed update without errors.   if issue still appears, please verify whether has been installed on system. open control panel\progra

AD ID Account lockout with caller computer name blank.

Image
i facing issue few users ad id getting locked frequently. observation: during account lockout, security event id 4740 getting generated on domain controller.  in additional information "caller computer name" is blank. based on various technet & other blogs caried out troubleshooting below tools. * lockoutstatus, * alockout.dll *psexec.exe *cmdkey.exe *aloinfo.exe *findstr.exe *netwrix.exe *adlockouts.exe *nlparse.exe the identified hostnames few of tools users own hostname, hostname of dc & radius server. still no saved of specious program or service found on system or servers. does have idea regarding issue. pls find below snap same. - sumit duduskar. hi, i've has issue previously, due conficker virus. , able find source of infections , clean them using article below. please see if helps you: click here reg, darshan Windows Server

Only need a file server which will be accessed from 2 sites

hi all background accountancy practise based in 2 sites, 3 users in 1 , 4 users in 2nd static ips on both sites looking implement windows file server on 1 site host documents , database used of our filing , client management software will need create vpn tunnel remote site have access main site , file server have server  dell precision r5500 x5675 12gb 256gb ssd quadro 2000 what version of windows or windows server need use server file server , have vpn remote site can access directly. i have background in desktop support , quite pc savvy , give try myself before have pay set me. any appreciated hi, computer running windows server 2003 sp1, standard edition can acted file server. setup site-to-site vpn between 2 sites. vpn connections (also known router-to-router vpn connections) enable organizations have routed connections between separate offices or other organizations on public network while helping maintain secure communications. refer articles belo

RemoteFX 3D performance tuning against the limited video memory

hi, have setup server 2012 hyper-v test remotefx, , nvidia m2070q installed on server r720. i have run games suchas wow, warcraft on vm have 8gb memory , 4 cores, , it's slow during limited video memory. however ,  video " freerdp diablo iii remotefx demo " shows remotefx performance ok! so optimazation need on server or have missed something? i have followed guide provided microsoft , every group policy on ad. result almostly same , can not  reach performance showd video on youtube . please me favour teach me how more optimazation. thank much! best regards. qc chu qiu chu qiu, the demo have seen cod4 done wmware , pcoverip bladeworkstation. remotefx not work. fear now only vmware , citrix have solutions work. danny van dam, citrix ccia/ccee microsoft mcse server infrastructure/mcse desktop infrastructure/mcsa server 2008, cisco ccna, vmware vcp 3/4/5 http://www.citrix-guru.com http://www.rds-support.eu

NAP and SCCM

Image
i see nap being deprecated in 2012 r2. i've read elsewhere use system center configuration manager instead implement nap. looked @ config details nap within sccm , requires server nap role installed!! if use sccm nap still have use soon-to-be-no-more nap role on server 2008/12??? is right? hi, central network policy management radius server , proxy, , 802.1x authenticated wired , wireless access not deprecated. for health policy creation, enforcement, , remediation features provided nap, monitoring, consider using system center configuration manager replace , enhance nap’s monitoring functionality. windows update status—system center configuration manager integrates windows server update services (wsus) , has own software updates feature. windows firewall settings—system center endpoint protection can used manage windows firewall. computer settings: registry settings, files, custom scripts—system center configuration manager can assess, track, , remediate configura

enable group policy

hi there have configured ad ds 2008 serer, have enabled wallpaper policy not comiing effetct, wallpaper jpg image , i have run rsop, policy in effect there not coming effect any highly appreciated hi,   this issue can caused due missing registry key [hkey_current_user\control panel\desktop\wallpaper].   to work around issue, please create string value [hkey_current_user\control panel\desktop\wallpaper] on client , try set wallpaper.   we can use group policy preference->registry deploy registry key or use user logon script deploy registry key.   for more information, please refer following blog:   windows 7 rtm issue group policy enforced wallpaper http://blogs.technet.com/b/deploymentguys/archive/2009/11/20/windows-7-rtm-issue-with-group-policy-enforced-wallpaper.aspx   r egards,   please remember click “mark answer” on post helps you, , click “unmark answer” if marked post not answer question. can beneficial other community members reading thread.

Error 1128 - An attempt was made to load a program with an incorrect format - group policy error

hello, i hope well. we have 150 provisioned servers run same image.  each day anywhere 2-5 of them come lot of 1128 errors in event log.  running group policy results shows error message, "an attempt made load program incorrect format" the actual policy can vary , include 1 or more of following:  citrix group policy, group policy drive mappings, group policy internet settings, group policy registry, internet explorer zonemapping. once event happens reproducible running gpudate.  have compared server next bad server running gpudate @ same time, hitting same domain controller , 1 works works , 1 doesn't doesn't.  comparing "hklm\software\microsoft\windows nt\current version\winlogon\gpextensions"  doesn't show differences between 1 works , 1 doesn't. bouncing server fix problem @ least short term. any idea on how fix once , all? thanks hello, as issue randomly happened on different computers, seems network related issue. plea

Network Card Reset Triggers a Failover?

hello, we have two-node active/active sql server 2008 std cluster on windows 2008 on production. after network maintenance, network card (not heart-beat) of 1 node has no gateway ip. want fix without causing failover. i assume when set gateway ip, network card reset, , ip temporarily unavailable, fail-over happens. right? is there way play dependencies not initiate failover during fixing network card? thanks, setting gateway address not reset network card.  can change without impact on cluster.  i've done many times. .:|:.:|:. tim Windows Server  >  High Availability (Clustering)

Windows Server 2003 SP2 update fails and now I can't access any microsoft.com site

hi, i trying reinstall windows server 2003 on dell poweredge 700.   after installing ws2003, went windows update installed newest version of windows upgrade.  i checked on upgrade latest update , given windows server 2003 sp2.  i tried install , install hung canceled it.  i went onto microsoft.com , downloaded sp2 update here  http://www.microsoft.com/downloads/en/details.aspx?familyid=95ac1610-c232-4644-b828-c55eec605d55&displaylang=en . installed sp2. went again windows update , found not access webpage.  i got "this page cannot displayed" error. after little confusion whether network failed or of sort, able determine access internet site except ones associated *.microsoft.com.  after searching on web trying little fixes (such checking host file unwanted redirects, clearing internet explorer's temporary files, cookies, , history; none of worked) thought somehow might have downloaded hacked sp2 update reinstalled windows server 2003.  i verified go onto

Dynamic Cache Service Server 2008 R2

Image
hi there , currently experiencing issue meta file using lot of active memory ( around 2gb) , on vmware cluster , using around 95% of active memory :(. been told download dynamic cache service server 2008 r2 , tried ring told needed pay £200 fix ! any 1 able send me file please ? can see service avaliable server 2008 r2 states contact microsoft many thanks luke taylor hi, please contact me clicking here . send dynamic cache server 2008 r2. regards, arthur li arthur li technet community support Windows Server  >  Windows Server General Forum

When upgrading the domain from 2003 to 2008 r2, what are the impacts on the clients

here our current situation beginning: adprep /forestprep , adprep /domainprep have been runned   3 dc 2003 gc 2 dc 2008 r2 gc all 5 servers dns server 2003a , 2003b configured dns on clients , server.   what do: 1-move fsmo roles 2008 r2 servers 2-remove gc server 2003c 3-do dcpromo remove ad 2003a (and gc), 2003b (and gc) , 2003c. reassign ip of 2003a , 2003b 2008d , 2008e   at end: 2 dc 2008 r2 gc , dns left   our concern is: happens clients , services authenticated on decommisioned servers. need reboot or restart netlogon? is there else missing? nothing happen clients , services, not need restart anything. why want reassign ip, new dcs can have different ip addresses, can provide clients new dns ip addresses via dhcp, servers have static assignment have change that (there nothing wrong reassigning ip addresses, wanted pointed out not have to). you should finish 2 dc beign gc , 2 dns servers installed on dcs (having 1 dns not recommended)

Routing and Remote Access - win2k12

hello, i installed routing , remote access on server 2012 (all default) , when try connect vpn success, but internet gone when connecting vpn, how can fix default gateway? or can first interface gateway , not vpn connection? this 1 might help. https://support.microsoft.com/en-us/kb/317025       regards, dave patrick .... microsoft certified professional microsoft mvp [windows server] disclaimer: posting provided "as is" no warranties or guarantees , , confers no rights. Windows Server  >  Windows Server 2012 General

Event 7000 for Network Connections service

i'm getting event 7000 saying network connections service did not respond in timely fashion. when check service started. @ first happened occasionally, happening frequently. should worried? hi bgcsocal, can see event 7009? to troubleshoot issue, please take sceenshot of event id 7000 message , send via tfwst@microsoft.com thanks co-operation. this posting provided "as is" no warranties, , confers no rights. Windows Server  >  Windows Server General Forum

Unable to do RDP on Windows Server 2008

Image
i unable rdp on windows server 2008 working fine till now. checked rdp settings have not changed. appreciated.                   hello, few points side fix issue: 1. please check if user account log on windows server 2008 member of remote desktop user. 2. terminal service listens on 3389 port. please let customer run following command client see whether 3389 port reachable: telnet server_ip 3389 if connection successfully, blank window opened. if cannot connect 3389 port, there several possibilities: packet may blocked firewall or router. please double check firewall settings on client, server , intermediate devices.  3. please check item of group policy in gpedit.msc->computer configuration-> security settings->local policies-> users rights assignment -> deny log on through terminal servers. user use log on windows server 2008 under deny list? if issue still persists, please post detail error message pop-ups when log on terminal ser

Attach Task To This Event

i trying receive e-mail notification when event logged. on server core can select "attach task log" under task scheduler fails run, reporting “class not registered (0x80040154).   i manually tried creating scheduled task looks specific event id fails same error message well. pacerfan9 hi,   this design , expected issue in server core.   it position of exchange se triage mail submission via cdosys not considered core server feature.   tim quan technet subscriber support in forum if have feedback on our support, please contact tngfb@microsoft.com   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ please remember click “mark answer” on post helps you, , click “unmark answer” if marked post not answer question. can beneficial other community members reading thread.   Windows Server  > 

technet subscription

want ask prior purchasing standard technet subscription home, software can download time based ? is, 2-year individual subscription, download software , install it, , license stop working when subscription ends , don't renew? does microsoft server come standard technet subscription? hello, the software use long have subscription , have keep in mind test environments , not production. clear stated in license agreement. best regards meinolf weber mvp, mcp, mcts microsoft mvp - directory services my blog : http://msmvps.com/blogs/mweber/ disclaimer: posting provided no warranties or guarantees , confers no rights. Windows Server  >  Windows Server General Forum

Manual Failover of Quorum disk failed to another node

hi all, i have 2-node cluster(active-passive) environment vm's. when manually failover i.e. go fcm->application , cluster group-> sql server engine-> right click on it-> choose node-2 failover. so sql rdm shared disk failover viz. data disk, log file disk backup shared disk. quorum disk q rdm disk not failover node-2 , remains in node-1. my quorum configuration node , disk majority recommended microsoft. is in manual failover have forcefully move quorum disk , not move automatically? or if not true possible reason of quorum disk not moving automatically along other rdm disk? kindly me on understanding.. some of logs generated , in cluster.log files. 000009dc.00003750::2017/04/13-20:59:45.327 info  [res] physical disk: attempt add admin share q$ to/from netname snimfisbomclus1, returned 0 000009dc.00003750::2017/04/13-20:59:45.405 info  [res] physical disk: path \\?\volume{8e522dcc-3b84-11e5-8825-005056950e3d}\cluster can on disk 00000634.000

Filtering based on extended attrubite employeenumber, add to group

end goal: create dynamic distribution email group based on employee ids. need exclude contractors , email employees.   idea far: create new group called contractors. group it's own ou ease of dynamic distribution group building. run script "employeenumber" attribute , if is less or equal "9" add them contractors group. schedule run daily.   issues: i dumba$$. only thing can filter on employee number need error handling "already group member"   here have far. close. mike $emlusers = get-aduser -property mail -filter {mail -like "*@contoso.com"} | foreach-object {$_.samaccountname} $employeenumber = get-qaduser -ldapfilter "(&(objectcategory=person)(objectclass=user))" -includedproperties employeenumber -dontusedefaultincludedproperties -sizelimit '0' | foreach-object {$_.employeenumber} foreach ($samaccountname in $emlusers) { if($employeenumber -ge "10") { write-output "

Start Menu - Metro -Tiles icon hidden

hello team, i have 1 h/w server , install windows server 2012 hypervisor. created 2 vms. 1 ad- dns server , other file server , n computing server. in file server observed didn't seen metro /tiles icon when click windows key k/b kindly provide resolution can resolve issues. are saying page blank or keyboard not working? hyper-v console session or remote desktop session?       regards, dave patrick .... microsoft certified professional microsoft mvp [windows server] datacenter management disclaimer: posting provided "as is" no warranties or guarantees, , confers no rights. Windows Server  >  Windows Server 2012 General

Cannot connect to HyperV from Windows Vista Hyper-V manager

hi, i have setup windows server 2008 enterprise x64 hyper-v role. server in datacenter. now home office want connect hyper-v via hyper v manager windows vista sp1 (i have vista sp1 ultimate x64) everytime try connect firsts stays 1-2 minutes @ "connecting virtual machine management service..." , says "cannot connect rpc service on hostname. make sure rpc service running" so googled around , found known hvremote script. added user on server , user on pc exact same credentials , used hvremote script on server , on client. tried again, nothing works. then read need enter computer name, no ip address , workaround host file should work. still same message. okay, firewall ? switched off windows firewall (both systems clean install no third software) , switched off firewall in router. again, same message... maybe is, hyper-v works within domain not workgroups ??? not sure... hope can me. thank much! the hyper-v manager not require domain. works fine in workgroups. i'

Cannot Create Share on Cluster if Dedup is enabled

we discovered nasty problem on our fileservers running windows server 2012 r2 in failover cluster: is there known issue describes following problem? we can not create new shares using cluster administator or using powershell if deduplication enabled on volume. it possible create shares without troubles on volumes without deduplication enabled (clustered , local). all efforts lead error message: error 50, "the request not supported" i found error message same or without gui in microsoft-windows-wmi-activity/operational log: log name:      microsoft-windows-wmi-activity/operational source:        microsoft-windows-wmi-activity date:          5/12/2016 10:14:13 pm event id:      5858 task category: none level:         error keywords:      user:          system computer:      aaa description: id = {be6a153c-5792-4316-bcf7-f090ad9b31aa}; clientmachine = aaa; user = uuu; clientprocessid = 7512; component = provider; operation = start iwbemservice

Previous versions on a DFS share is showing the actual files of the share.

dear, in our enviroment have dfs share on 2 servers (windows 2008 r2). volume shadow copy enabled on de drives. on fileserver i can access previous versions , can see files on time/date i selected previous versions. when i go 1 of client pc (windows xp or windows 7) i can see the time of copies that availible, when access previous versions files actual files on system (the date of today). tried access share on \\servername\share  name \\domainname\dfsname makes no differance, previous versions showing filesystem of actual time. does have direction me how troubleshout issue? greetings arnaud thoen hi, seems known issue can found on knowledge base site. please apply hotfix , reboot test result http://support.microsoft.com/default.aspx?scid=kb;en-us;2466048 thanks, brian please remember click “mark answer” on post helps you, , click “unmark answer” if marked post not answer question. can beneficial other community members reading thread.

Hyper V pre-release version

hi,  just simple thing can't myself. i've installed hyper-v on windows server 2008 enterprise. when run hyper-v says pre-release verion. presume need download new verison, if yes url or other highly appreciated. regards assuming you've added hyper-v role pristine windows server 2008 box you're running hyper-v beta. upgrade hyper-v rtm install update provided in microsoft knowledgebase article 950050 .    you need recreate virtual machines (or 'virtual guests') may have created in current setup. you can reuse virtual hard disks (vhd's) though. microsoft knowledgebase article 949222 provides walkthrough. Windows Server  >  Hyper-V

Cert request

hello: when requesting 3rd party cert our rds deployment, done in iis, mmc/certs, or other? any additional info appreciated! thanks hi, you can make request using wizard in iis manager on rd web access server.  once receive certificate , complete request in iis manager, may use certlm.msc export certificate , private key .pfx file. the .pfx file need use set certificate in rds deployment properties. -tp Windows Server  >  Remote Desktop Services (Terminal Services)

dism Error 0x800f081e The specified package is not applicable

so need clarification - why error comes - trying add mdac package winpe - dism version 10.0.10586.0 , image version trying service 10.0.10240.16384. is error coming because dism , image versions not matched?  if case issue cannot obtain dism version 10.0.10240 anywhere - cause?  using 32 bit winpe image - how can add mdac ( or package matter ) winpe image? it custom winpe image sadly cannot recreate own.... has many custom components in -   it means cbs_e_not_applicable package not applicable could missing or higher version present. \cbs.log or \dism.log may provide more info. https://support.microsoft.com/en-us/kb/938205       regards, dave patrick .... microsoft certified professional microsoft mvp [windows server] datacenter management disclaimer: posting provided "as is" no warranties or guarantees, , confers no rights. Windows Server

PowerShell Remote Processes Execution and Monitoring - Runspaces vs Workflows

i trying fire off automated update provided our electronic medical record(emr) system vendor against list of devices(about 70).  the update can take while run , need check registry key after install finished verify has updated.  the issue running want remotely start installs via powershell using runspaces , monitor completion.  i prefer not use psexec security reasons.  unless missing method, leaves using win32_process via wmi start process.  the issue having monitor process termination in way provides low overhead.  i have looked monitoring system.diagnostics.process.exited event, generated if enableraisingevents property set true.  since, starting process via win32_process don't know of way specify property.  i have looked monitoring event id 4689, don't have enabled in environment @ time.  is there way better doing wait? do have remoting enabled on machines? edit:   from description of problem, i'd use runspaces start process on each target computer , retur

what is the latest version of WSUS?

i checked current wsus server version 3.2.7085.146,what latest one?how keep wsus server up-to-date.many thanks! hi eddy li,   you running wsus 3 sp2 rc:   wsus 2.0 (rc2): build 2.0.0.2340 build 2.0.0.2340 wsus 2.0 (rtw): wsus 2.0 (rtw) build 2.0.0.2472 build 2.0.0.2472 wsus 2.0 (sp1): wsus 2.0 (sp1): build 2.0.0.2620 build 2.0.0.2620 wsus 3.0 (rc): wsus 3.0 (rc): build 3.0.6000.318 build 3.0.6000.318 wsus 3.0 (rtw): wsus 3.0 (rtw) build 3.0.6000.374 build 3.0.6000.374 wsus 3.0 (sp1): wsus 3.0 (sp1): build 3.1.6001.65 build 3.1.6001.65 wsus 3.0 (sp1 + kb954960): wsus 3.0 (sp1 + kb954960): build 3.1.6001.66 build 3.1.6001.66 wsus 3.0 (sp2 beta): wsus 3.0 (sp2 beta): build 3.2.7000.84 build 3.2.7000.84 wsus 3.0 (sp2 rc): wsus 3.0 (sp2 rc): build 3.2.7085.146 build 3.2.7085.146 wsus 3.0 (sp2): wsus 3.0 (sp2): build 3.2.7600.226 build

Which Windows version / Raid 0 1

dear all, my client has 12 users (engineers); windows 7 ultimate. the server hold company data; users' pcs hold personal data. i more familiar windows 7 windows server..  a- scenario 1: install windows 7 on server.. hold data , give specific authorization users. scenario 2: install windows server on server.. hold data , create users. b- server has raid 0 1 onboard , 3x 1tb. interested in mirroring keep data safe. is there procedure follow in order have raid 1 / mirroring? which windows version (ultimate or server) should go in order have raid 1 (mirroring) operational? thanx lot joe both w7 ultimate , windows server support software mirroring. if raid config handled hardware, make sure driver intended operating system exists, if hardware handles raid, mirror exposed single drive windows. (with hardware might have option define 3rd drive hotspare) with 12 users, id suggest going windows server. in theory can install win7 on "company file

log in scripts won't run

hello every one  i'm contacting today cause on domain i'm trying roll out login scripts thy don't seem run when following tutorial https://technet.microsoft.com/en-us/library/cc770908.aspx here copies of login script try run this rns when computer starts or logs in robocopy \\serveur\mdl\mdl\ d:\mdl\ /xo /mir , run when computer shuts down or logs off robocopy d:\mdl\ \\serveur\mdl\mdl\ /xo /mir and on group of computers have script run computers startup or login ::kill explorer taskkill /im explorer.exe /f ::set server time ? ::net time \\server /set /yes ::copy background robocopy \\serveur\background\ c:\background\ /xo /mir :: add required values ​​to registry, if these people using system wallpaper. ::if have modified wallpapers, following lines not necessary. "they have no habit of hurting themselves, constantly" reg add "hkcu\control panel\desktop" /v wallpaper /t reg_sz /f /d "c:\background\pre-background.

Update failed install due to split cab files?

move question system center configuration manager forums > configuration manager software distribution   here. my software updates works fine throug sccm deployment except 1 big size update, split 2 parts of cab file, , failed install on client. suspect sccm client agent not support split cab file. does 1 have suggestion? i publish package size 481mb throug wsus sdk, saw on c:\wsus\wsuscontent , c:\wsus\updateservicespackages folder there 2 cab files update.   i use interface microsoft.updateservices.administration.ipublisher .publishpackage() publish update package, interface automaticlly compress package 2 cab files. not know how change it. microsoft.updateservices.administration.dll version 3.1.6001.1 update services remotable administration api, not think there configue used set max package size. on client, downloaded cab files same size server side files under c:\wsus\updateservicespackages c:\windows\syswow64\ccm\cache\e2c8bfed-4f2b-b3f8-0647-fe66af8