Posts

How can I use Cisco switch as DHCP server and integrate to deploy WDS on Windows server 2008

bekethio dear all i want apply wds on network and  tried win sever 2008 dhcp service, works fine. existing network uses cisco 3560 core switch dhcp server many vlans.  how can modify dhcp configuration on switch. sample of switch config ip dchp excluded-address 10.10.10.1-10.10.10.10 ip dhcp pool vlan 2 network 10.10.10.1-10.10.10.254 dns-server 10.10.10.1 default-router 10.10.10.254    (vlan 2 gateway) domain-name moelab.gov lease 6 how can integrate wds in configuration tell client boot wds (ip 10.10.10.1 ). , should integrate new command s vlans. have 5 vlans. plz me on this.   you'll need add ip helper address wds servers vlans. refer to: http://technet.microsoft.com/en-us/library/cc732351(ws.10).aspx#bkmk3 . believe on cisco, ip helper-address command: http://www.cisco.com/en/us/docs/ios/12_3t/ip_addr/command/reference/ip1_i1gt.html#wp1169356 ...

Removing White Spaces

Image
hello all, have pretty simple script return usernames based off of full names being read in text file. regarding script, output has white space im having difficulty getting rid of. here script.... $users = get-content c:\users\user\desktop\names.txt $results = foreach ($item in $users) {get-aduser -filter {name -eq $item} | select-object samaccountname} $results | out-file c:\users\user\desktop\results.txt i have attached screenshot of output looks in text file, can see when "select all" theres ton of white space after each result. - please remember mark post's helpful if assist issue. - please remember mark post's answer if provide answer issue. at first glance, may want use select-object's -expandproperty parameter: ... | select-object -expandproperty samaccountname edit: alexander's option work well, providing you're using powershell 3.0 or greater. dotted notation same thing -expandproperty parameter -- isolat...

Cluster disk 12 failed but why?(cluster log is hard to understand)

hi experts,   our sql server failover cluster failed becuase created file server(virtual hostname: tccdb4) , cluster disk 12(for archived log shipping no matter node running) , failed twice after updated sql server 2008 r2 sp1 cu4. log difficult understand cause. please help. --- 000013e8.00003744::2012/02/07-23:48:50.191 warn  [res] file server <fileserver-(tccdb4)(cluster disk 12)>: failed in netsharegetinfo(tccdb4, loga), status 53. tolerating... 000013e8.00003744::2012/02/07-23:48:51.533 err   [res] file server <fileserver-(tccdb4)(cluster disk 12)>: not single share among 1 configured shares online 000013e8.00003744::2012/02/07-23:48:51.579 err   [res] file server <fileserver-(tccdb4)(cluster disk 12)>: file system check failed, number of shares verified: 1, last share status: 259. 000013e8.00003744::2012/02/07-23:48:52.001 warn  [rhs] resource fileserver-(tccdb4)(cluster disk 12) isalive has indicated failure. 00...

How to disable drive and clipboard redirection and lock down the d/top for some users only ?

i'm pretty new rds. i'd selectively lock down desktop users on remote desktop session host. have tried setting group policy object editor : computer confifuration | administrative templates | windows components | remote desktop services | remote desktop session host | device , resource redirection also tried "remote desktop session host configuration" tool. trouble is, applies including myself can administer server remotely physically located in data centre. thanks greg - windows server 2008 r2 hello, from understand not have active directory setup. can use local policies set these settings , use filtering on local groups. rds required when need more 2 simultanious connections..... regards robert maijen Windows Server  >  Remote Desktop Service...

Amharic Input

i trying create characters ቕ ቐ ቑ ቒ ቓ ቔ ቖ ቛ  with ms amharic keyboard on windows 7 , beyond.  how do it?  all other characters have managed create. please help. hi, thanks chossing technet forum, powershell forum, we'd accept powershell related questions. in order problem solved timely, we'd suggest post acutal related forum , ask help. best regards, elaine please remember mark replies answers if , unmark them if provide no help. if have feedback technet subscriber support, contact tnmff@microsoft.com. Windows Server  >  Windows PowerShell

Old Antivirus question

how people using av in hyper-v environment? what best practice - on parent or in vms? impact on system (hard drives performance) does using trend micro officescan on parent partition , protect vms(some plugins?). thanks.     "when hit wrong note it's next note makes or bad". miles davis you have interesting problems hyper-v if using anti-virus on host , not configure exclude files , folders related hyper-v remember exclude following in anti-virus software:       *    vmms.exe ·           mms.exe ·           vmwp.exe ·           vmswp.exe also exclude root directory contain virtual machines , configuration files, , following file extensions: ·           vhd ·     ...

Dism Command to capture a server.

hi all, i have got requirement 1 of client capturing server image & deploying same image other server. so, customizations copied over. customizations wanted related network nic teaming, wanted know following items :- 1. there dism command capture windows server 2012 r2. 2. can capture network teaming details ? please suggest. thanks, pranay. the microsoft supported way 'for capturing server image & deploying same image other server' use sysprep.  have not tried sysprep capture network teaming, guess not captured because mini-setup of sysprep rediscovers hardware on new image is. the best way 'capture network teaming details' configure powershell script.  way script configure same on every host. . : | : . : | : . tim Windows Server  >  Windows Server 20...