0
votes
Leaving your harddrive shared
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" an …
0
votes
How do you find out which NIC is connected to the internet?
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 …
2
votes
How do I get a list of the active ip-addresses, mac-addresses and netbios names on the LAN?
If you're using DHCP then the server will give you a list of all that information.
This website has a good tutorial on using powershell to get networking information …
1
vote
What is good server performance monitoring software for Windows?
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 …
0
votes
Simple database application for Windows
SQLite may be what you are looking for. http://www.sqlite.org/
…
0
votes
Windows 2003 Standard IIS Remote Admin - Can’t login
Is the server part of a domain? It may be defaulting to a domain username/password combo rather than a local username/password.
Try "server.domain.local\administrator" or "administrator@se …
