Posts

Time out does not work

i use following script query service status:- $timeout = new-timespan -seconds 20 $co = new-object system.management.connectionoptions $eo = new-object system.management.enumerationoptions $co.authentication = "default" $co.timeout = $timeout $eo.timeout = $timeout foreach ($server in $servers) {   $ms = new-object system.management.managementscope(" \\$server\root\cimv2 " , $co)  $query = new-object system.management.objectquery "select * win32_operatingsystem"  $searcher = new-object system.management.managementobjectsearcher $ms,$query,$eo  try {   $searcher.get()  }  catch {$_} } it works  fine on pc (win 7), time-out setting not kick in when implement on monitoring server (win 2008 std) . powershell version same on both machines:- major  minor  build  revision -----  -----  -----  -------- 2      0  ...

Desktop Redirect - Shortcuts

hi all, i have redirected users desktop particular folder(servername\home\desktop\, contains shortcut documents , support folder, have our remote assistance client , few batch files used support purposes i want allow users able create shortcuts (to apps) on desktop not save files.  how can this? hello, i want allow users able create shortcuts (to apps) on desktop not save files.  how can this? if fileserver (where desktop redirected) atleast windows server 2003 r2, can use filescreens. http://www.windowsnetworking.com/articles_tutorials/implementing-file-screening-windows-server-2003-r2.html you should allow desktop.ini. mvp group policy - mythen, insiderinfos und troubleshooting zum thema gpos: let's go, use gpo! Windows Server  >  Group Polic...

Force re-typing AD credentials accessing Relying Party Trust site using AD FS 2

we have relying party trust passing employee id reading current ad user logged pc. have significant part of population have workstations loginto ad generic domain account associated workstation auto-login operations. multiple users rotate on these pcs , need access access site have setup using sso. 2 part question: 1. possible force log on screen user can enter correct ad account name , password , pass through sso? (we ok fact need re-authenticate) 2. if is, can apply setting single relying part trust without effecting others? thanks help! john hiya, this might not looking for, want disable auto-login site, right? - forcing authentication prompt when accessing specific site. if above case, done using ie settings. auto login enabled sites located in local intranet zone. way control url using auto-login. Windows Server  >  ...

Hyper V No Cdrom after installing Linux Integration Components.

i'm having following issue: i've installed sles 10 sp2 , install went great. created snapshot(gotta safe) , proceeded install linux integration components (v1, 4/9/2009). followed instructions , performance improved. however, lost ability mount cdrom. thing when boot on regular kernal cdrom when boot on xen lose cdrom. has got sles , linux ic installed , running properly? i.e. cdrom shows up. has had issue i've mentioned , found solution? i'm testing hyper-v linux guest o/s pilot. however, kill pilot if can't work. thanks colonj84 check fstab file , sure there pointer cdrom. if not, define there mount point of /media/cdrom (i believe suse default location). i have been working moving linux vms between platforms, , 1 thing gets messed up. brian ehlert (hopefully have found useful) Windows Server  >  ...

Questions concerning NAP (SoH Attribute size, GetSoHRequest gets called several times)

  hello i have questions concerning nap architecture. can please respond questions.   questions:   1)      can append several attributes same type ( sohattributetypevendorspecific) to soh ? it looks because maxsohattributecount is defined have value 100 , inapsohprocessor::findnextattribute has index attribute . i’m questioning sure . because maxsohattributesize (=4000) might small data have transport .   2)     if click in napstat.exe on “try again” button sha getsohrequest gets three times called. how can prevent behaviour or how can nap soh cache used right?   do have sohrequest , if exist return? and if doesn’t exist construct request , call setsohrequest cache param set true? thanks in advance! 1.        you can append several attributes of same type types – there cardinality restrictions – documented in napprotocol.idl.   can append vendorspecific  attribute multiple times. a.        concerning maxsohattributesize = 4000 being...

a question about ipseccmd.exe

 ipseccmd.exe used block port  .............  tcp    127.0.0.1:40000        0.0.0.0:0              listening       3704  tcp    127.0.0.1:40000        127.0.0.1:1129         established     3704 .................. if want block tcp 40000 c:\documents , settings\user\my documents\k200611249742>ipseccmd  -p myfirewal l -f *+0:40000:tcp -n block -w reg -x the command completed successfully. but found command below: ipseccmd -p myfirewall -r rpc-dcom -f *+0:135:tcp *+0:135:udp *+0:137:udp *+0:138:udp *+0:139:tcp *+0:445:tcp *+0:445:udp -n block -w reg -x a question "-r rpc-dcom "------------where can find regular names "rpc-dcom", in ipseccmd /? no details hi, according article below: ipseccmd http://technet.microsoft.com/en-us/library/bb490922.aspx ipseccmd dynamicmodeparameters -w type[:location] -p policyname[:pollinterval] -r rulename [{-x | -y}] [-o] -r   rulename   : required. specifies name of rule. if rulename contains spaces, use quotation marks ...

Terminal services Security Over Internet

Image
i have ubuntu machine serving webpage microsoft ts web client. the user clicks connect on page , allows there machine connect directly ts. problem 80% of users not have passwords if found port ts listening , typed in right username gain complete access ts need way secure ts employees can in. i can not limit access ip because users doing @ home , have dhcp ip changes. i require user enter , username password "only" if connecting via internet. here there step step guide http://go.microsoft.com/fwlink/?linkid=85872 ts gateway might solution problem since provides secure access tse : - when users login enter login/password, know url, server , login can access. but there's in fact 1 point missed : credentials ts gateway access , ts server can different can users : use login/password in order access , enter username , empty password connect ts server. can solution if i'll recommend users have strong password ...