User Tubs - Stack Overflowmost recent 30 from stackoverflow.com2009-12-14T23:21:20Zhttp://stackoverflow.com/feeds/user/11924http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/11359/what-is-good-server-performance-monitoring-software-for-windows/92557#925571Answer by Tubs for What is good server performance monitoring software for Windows?Tubs2008-09-18T13:33:17Z2009-05-18T14:32:28Z<p>For performance monitor - start it on the server (Win+r/perfmon). Select "Performance Logs and Alerts" and expand. Select "Alerts". Select "Action" & then "New Alert". Give the alert a name, click "Add" to add a counter (there are hundres of counters, for example CPU %), then give it some limits.</p>
<p>Select the "Action" tab, and then decide what you want to do. You may need a third party program - for example Blat to send emails - but basiaclly any script can be run.</p>
http://stackoverflow.com/questions/71525/topology-drawing-tool/204994#2049940Answer by Tubs for Topology drawing toolTubs2008-10-15T14:45:30Z2008-10-15T14:45:30Z<p>NetworkNotepad is a useful, if quirky, programme.</p>
http://stackoverflow.com/questions/197290/virtual-360-stitching-and-presentation-software-for-use-on-php-driven-website/197398#1973981Answer by Tubs for Virtual 360º, stitching and presentation software, for use on PHP driven website?Tubs2008-10-13T12:26:33Z2008-10-13T12:33:43Z<p>The <a href="http://wiki.panotools.org/" rel="nofollow">panotools</a>, and <a href="http://hugin.sourceforge.net/" rel="nofollow">hugin</a> in particular, suite is quite good if you are looking for a free tools. Viewers can also be found <a href="http://wiki.panotools.org/Panorama_Viewers" rel="nofollow">here</a></p>
http://stackoverflow.com/questions/113664/installing-powershell-on-600-client-computers-recommended-settings3Installing Powershell on 600 client computers - Recommended settings.Tubs2008-09-22T07:42:22Z2008-10-02T12:50:09Z
<p>I want to install Powershell to 600 xp computers and use it as the main processing shell, for example replacing batch scripts, VB scripts some other little programs. The installation process is not a problem. Some issues I think I'm going to come across are</p>
<p>1) Changing permissions to allow powershell to run scripts</p>
<p>2) The speed of poweshell starting</p>
<p>3) Using Poweshell for logon/logoff scripts with GPO</p>
<p>Problem 2, there is a scripts that is supposed to speed up powershell, but it seems to need to be run as an administrator (which of course isn't something that normal users do).
Has anyone had any experience with using poweshell in this way?</p>
http://stackoverflow.com/questions/113664/installing-powershell-on-600-client-computers-recommended-settings/162091#1620910Answer by Tubs for Installing Powershell on 600 client computers - Recommended settings.Tubs2008-10-02T12:50:09Z2008-10-02T12:50:09Z<p>It seems it's possible to run poweshell silently, but not just by calling itself. This <a href="http://blog.integrii.net/?p=45" rel="nofollow">article</a> has more information.</p>
<p>So answering my own questions</p>
<ol>
<li>This can be done via GPOs </li>
<li>First run takes at least 10 seconds
on our computers. this could add
that time onto the logon time which
is unacceptable.</li>
<li>This seems fairly simple to do, using the
scripts above is invisibility is
needed, or by calling the powershell
exe and passing it startup options.</li>
</ol>
<p>On our computers, to use powershell for logon seems not to be worthwhile just because of the logon time increase.</p>
http://stackoverflow.com/questions/88339/which-is-better-shipping-a-buggy-feature-or-not-shipping-the-feature-at-all/152291#1522910Answer by Tubs for Which is better: shipping a buggy feature or not shipping the feature at all?Tubs2008-09-30T08:54:31Z2008-09-30T08:54:31Z<p>Coming from someone who has to install buggy software for their users - don't ship it with that feature enabled. </p>
<p>It doesn't matter if you document it, the end users will forget about that bug the first time they hit it, and that bug will become critical to them not being able to do their job.</p>
http://stackoverflow.com/questions/123187/can-wampserver-be-used-sucessfully-in-production/133387#1333871Answer by Tubs for Can WampServer be used sucessfully in production?Tubs2008-09-25T13:39:08Z2008-09-25T13:39:08Z<p>If you're not going onto the internet, there isn't any reason really not to. Of course you'd have to look at all the normal caveats - backups etc.</p>
<p>Instead of using an already made one, why not try to do your own? It would be a good learning experience and really they aren't that hard to get working together.</p>
http://stackoverflow.com/questions/120226/windows-2003-standard-iis-remote-admin-cant-login/120312#1203120Answer by Tubs for Windows 2003 Standard IIS Remote Admin - Can't loginTubs2008-09-23T10:54:22Z2008-09-23T10:54:22Z<p>Is the server part of a domain? It may be defaulting to a domain username/password combo rather than a local username/password.</p>
<p>Try "server.domain.local\administrator" or "administrator@server.domain.local".</p>
http://stackoverflow.com/questions/113664/installing-powershell-on-600-client-computers-recommended-settings/114634#1146340Answer by Tubs for Installing Powershell on 600 client computers - Recommended settings.Tubs2008-09-22T12:44:53Z2008-09-22T12:44:53Z<p>Changing permissions to allow Powershell scripts is possible to do via group policy. </p>
<p>Microsoft provide ADM templates <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2917a564-dbbc-4da7-82c8-fe08b3ef4e6d&DisplayLang=en" rel="nofollow">here</a>, there is only one option "Turn on Script Execution" and can be assigned at a user or computer level.</p>
http://stackoverflow.com/questions/113723/simple-database-application-for-windows/113729#1137290Answer by Tubs for Simple database application for WindowsTubs2008-09-22T08:03:13Z2008-09-22T08:03:13Z<p>SQLite may be what you are looking for. <a href="http://www.sqlite.org/" rel="nofollow">http://www.sqlite.org/</a></p>
http://stackoverflow.com/questions/113605/it-inventory-tracking/113691#1136911Answer by Tubs for IT Inventory TrackingTubs2008-09-22T07:52:22Z2008-09-22T07:52:22Z<p>Another one that you may find useful is "IRM" at <a href="http://irm.stackworks.net/" rel="nofollow">http://irm.stackworks.net/</a>.</p>
<p>Less hardware based and more "task" based is "oneorzero" at <a href="http://www.oneorzero.com/" rel="nofollow">http://www.oneorzero.com/</a></p>
http://stackoverflow.com/questions/113542/how-can-i-uninstall-an-application-using-powershell/113633#1136331Answer by Tubs for How can I uninstall an application using PowerShell?Tubs2008-09-22T07:31:28Z2008-09-22T07:31:28Z<p>Jeff Hillmans answer is pretty much it, I would say that it may be better to use IdentifyingNumber rather than the name, just in case.</p>
http://stackoverflow.com/questions/79853/network-map-algorithm-that-detects-unmanaged-layer-2-switches/83002#830022Answer by Tubs for Network Map Algorithm that Detects Unmanaged Layer 2 Switches?Tubs2008-09-17T13:12:54Z2008-09-20T09:01:34Z<p>An idea could be to use a program like 3com network director trial version (or The Dude). Use it to discover all of your workstations and anything else with an IP address.</p>
<p>Wait for a quiet time and unplug each hub/switch ... you'll then at least begin to be able to make a map, the rest will be crawling about following cables. Network administration does mean getting dirty.</p>
http://stackoverflow.com/questions/33559/how-to-get-started-with-powershell/92615#926150Answer by Tubs for How to get started with PowerShell?Tubs2008-09-18T13:40:46Z2008-09-18T13:40:46Z<p>A chap called Guy Thomas does some good introductions to powershell.</p>
<p><a href="http://computerperformance.co.uk/ezine/" rel="nofollow">http://computerperformance.co.uk/ezine/</a></p>
http://stackoverflow.com/questions/32991/leaving-your-harddrive-shared/71762#717620Answer by Tubs for Leaving your harddrive sharedTubs2008-09-16T12:37:35Z2008-09-18T10:01:20Z<p>Windows generally protects shares via two methods - permissions on the share itself, and then NTFS file permissions. Good practice would be to have the share permissions as "Authenticated User" and remove the "Everyone" group.</p>
<p>Personally I would make sure that usernames and passwords match up on each computer, and control permissions like that, rather than using computer name.</p>
http://stackoverflow.com/questions/90755/how-do-i-get-a-list-of-the-active-ip-addresses-mac-addresses-and-netbios-names-o/90806#908062Answer by Tubs for How do I get a list of the active ip-addresses, mac-addresses and netbios names on the LAN?Tubs2008-09-18T07:53:32Z2008-09-18T10:00:20Z<p>If you're using DHCP then the server will give you a list of all that information.</p>
<p>This website has a good tutorial on using powershell to get networking information <a href="http://www.powershellpro.com/powershell-tutorial-introduction/powershell-scripting-with-wmi/" rel="nofollow">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-scripting-with-wmi/</a> </p>
<p>If you neet to get quick list of computer names you can use "net view". Also have a look at nbmac although I'm unsure of it's working status under XP. Another option could be to use nbtstat -a (once you've used net view to list workstations)</p>
http://stackoverflow.com/questions/38864/how-do-you-find-out-which-nic-is-connected-to-the-internet/71878#718780Answer by Tubs for How do you find out which NIC is connected to the internet?Tubs2008-09-16T12:53:49Z2008-09-17T12:36:27Z<p>Looking at the network point of view, either could be routing to the "internet" at any time. If things like spanning tree protocol are enabled on a switch then you may find that what may have been the routing card to begin with may not be anymore.</p>
http://stackoverflow.com/questions/79853/network-map-algorithm-that-detects-unmanaged-layer-2-switches/83002#83002Comment by Tubs on Network Map Algorithm that Detects Unmanaged Layer 2 Switches?Tubs2008-09-24T13:59:53Z2008-09-24T13:59:53ZYep, it's very disruptive. But hopefully you'll find everything. Usually helps to have another perosn with a mobile phone as well :-). I've had to crawl about some right mucky places at times.http://stackoverflow.com/questions/120226/windows-2003-standard-iis-remote-admin-cant-login/120312#120312Comment by Tubs on Windows 2003 Standard IIS Remote Admin - Can't loginTubs2008-09-24T13:57:22Z2008-09-24T13:57:22ZIt's caught me out a few times, you think you're loggin in as a local user and it's authenticating you against AD, or vice versa.http://stackoverflow.com/questions/113664/installing-powershell-on-600-client-computers-recommended-settings/114677#114677Comment by Tubs on Installing Powershell on 600 client computers - Recommended settings.Tubs2008-09-22T14:34:39Z2008-09-22T14:34:39ZScript only seems to needed to be run once. Even with -nologo and -noprofile i'm looking, on the first run, a 10 second startup time to list a directory. Of course after this, it is pretty much instantanious. http://stackoverflow.com/questions/113664/installing-powershell-on-600-client-computers-recommended-settings/114677#114677Comment by Tubs on Installing Powershell on 600 client computers - Recommended settings.Tubs2008-09-22T13:31:11Z2008-09-22T13:31:11ZDo you know if this needs to be run once per computer, once per boot, or once per user?