Posts

2012 R2 server and annoying behavior internet explorer

hi, so have clean installation of windows 2012 r2 standard server. , noticed annoying thing. when server reboots , login or if log out , log in again - ie starts automatically:/ how can disable nonsense? thanks. you can disable msconfig a.      click start , type “msconfig “in start search box , press enter. b.      in the system configuration windows click on startup c.      uncheck the programs(ie) you   do not wish load @ startup. d.      restart computer changes take effect. Windows Server  >  Windows Server 2012 General

Administrator password when recovering from image

hi all, my windows server 2008 r2 had harddisk-failure , i'm doing full-image system recovery (using installation-disk). seems go fine, repair tools asks administrator password. since change admin password few months, , backup few months old, don't know password. can't change accounts, usefull since have user administrator privileges i know there recovery options if have normal install. there reset-possibilities in recovery? thx in advance! just record: - unable boot normally. bluescreen gave error: stop: c00002e2 directory services not start because of following error: while accessing hard disk, disk operation failed after retries. error status 0xc000016a. please shutdown system , reboot directory services restore mode, check event log more detailed information. - followed these steps remove faulty domain controller: http://support.microsoft.com/kb/2737463?wa=wsignin1.0 now, i'm able boot normally, , logging in using local administrator ...

VM loses network connection following Live Migration

i’m having issue after live migration vms intermittently losing network connectivity 90 seconds, returns without intervention. doesn’t seem matter hosts involved in live migration, although moving node 2 node 3 seems have less frequent issues. 4 node hyper-v cluster running w2012 r2 data center on dl580 gen8s. patched , recommended hyper-v , failover clustering hotfixes. i’m aware of issue intermittent connectivity broadcom 1gbps nics, believe resolved in drivers we’re using (latest broadcom – 17.2.0.0). additionally, vmq confirmed disabled on nics. network setup on hosts: hv_hm – single nic used host only. production network subnet hv_csv – 2 nics teamed using lbfo. set lacp , dynamic. backend network on 192.168.5.0/24 subnet hv_lm – 2 nics teamed using lbfo. set lacp , dynamic. backend network on 192.168.6.0/24 subnet backup – single nic virtual switch bkup-net. management os allowed use. backend backup network on 192.168.1.0/24 subnet vethernet (bkup-net) – virtual...

IE11 - Where is the ADMX file?

Image
every time search admx file ie11, taken page: http://www.microsoft.com/en-us/download/details.aspx?id=40905 which contains a  f*cking inetres.adm file. inetres.admx files exist? are these people reading articles before post them, or missing something? consume. conform. obey. install ie 11 on server... best howtodo Windows Server  >  Group Policy

How to hide all users in a particular OU in the Global Address List.

we running dirsync , adfs in our o365 environment. want hide students in our gal. know can done 1 user object @ time in adsieditor, have method or pssscript hide user objects contained in particular ou? trying avoid tedious manual process. mike this how script it: get-aduser -filter * -searchbase "ou=you,ou=ou..." | set-aduser -replace @{msexchhidefromaddresslists=$true} chris ream Windows Server  >  Windows PowerShell

Missing Window Server 2008 Files - Where do I find these files, they are not on the installation disk!

help! i purchased new server 2008 windows server standard on amd x64 system. had no problems until did windows update , began downloading updates. when rebooted computer server manager not load. here following error: 18ea3f92-d6aa-41d9-a205-2023400c8fbb. iran system update readiness tool. the checksur.log reports following: ================================= checking system update readiness. binary version 6.0.6002.22511 package version 10.0 2010-12-20 19:32 checking windows servicing packages checking package manifests , catalogs checking package watchlist checking component watchlist checking packages checking component store (f) csi payload file missing 0x00000000  policy.1.2.microsoft.interop.security.azroles.dll  amd64_policy.1.2.microsof..op.security.azroles_31bf3856ad364e35_6.0.6001.18000_none_48d89ecbe3be3a91  (f) csi payload file missing 0x00000000  system.web.dll  amd64_system.web_b03f5f7f11d50a...

Powershell for making old-school adventure games

i'm relatively new scripting , programming , my sysadmin work learn powershell. when kid made little text adventure games basic , helped me learn language. thought place start learning powershell on own too. have okay understanding of powershells syntax , know ps isn't made kind of thing. sort of guidance? love suggestions or fun way learn powershell. advice on how manipulate text in ps awesome too! thanks -alston i suggest staying away winforms until you've got grasp on basics. powershell great, because can take advantage of .net , pretty guiish you'd like, still think of being console based. if want focus on gui applications, grab copy of visual studio express , start exploring c#. that's plenty of fun. don't retire technet! Windows Server  >  Windows Pow...