Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by SquaredNull

  1. SquaredNull

    Unable to start service as local account?

    You can try to troubleshoot service faults using for example Security Explorer from Scriptlogic. I like its permission list feature which besides the standard logon account name that we define with services snap-in can list all permissions assigned to a service. So you can reveal that some...
  2. SquaredNull

    File server accessable by some but not others - strange

    Have you checked the firewall and DNS settings? Are they OK? Have you checked if WINS uses the proper TCP/IP name resolution?
  3. SquaredNull

    Printing slow

    Microsoft says it happens if server authenticates before the Active Directory becomes available. What OS is on the domain controller? Have you promoted it with Domain Controller role recently? Maybe Kerberos port 88 used for authentication is closed? You can see additional info on ports there...
  4. SquaredNull

    How do I push Anti-virus, Microsoft patches?

    I guess you can use something like WSUSutil with movecontent command to set the local storage for updates. Additional info on this is available here.
  5. SquaredNull

    Windows 2000 Server after logon only shows blue screen

    Have you tried to look into %temp% directory and check for dump files? You then can copy them to another machine and debug with Windows Debugging Tools. You can download windows symbols or connect to then remotely using Microsoft Symbol Server accessible by by this address. Set the path to...
  6. SquaredNull

    Windows update 0x800706ba

    Try to check if RPC service is working. Try to restart it. Also check these services are working Background Intelligent Transfer Service(BITS) Cryptographic Services Automatic Rumors say you also should install DX9. There was some security patch, so the updated version of the runtime should...
  7. SquaredNull

    How do I push Anti-virus, Microsoft patches?

    You also can create administrative install by running setup with /a switch. You only need to make sure you've placed your administrative install point folder one step under the shared folder. There are also third-party tools that can do that. We use Desktop Authority right for that similar task...
  8. SquaredNull

    Disable/Ament XP Firewall using W2K DC Active Directory

    You surely can use Windows Firewall security policy located in Computer Configuration\Administrative Templates\Network\Network Connections\Windows Firewall within the Administrative template as noted above. But with your task when you need just to set a rule to temporary disable Windows Firewall...
  9. SquaredNull

    How to swap out a server with Windows 2000

    We implemented migration of our Citrix farm's settings with Scriptlogic's Desktop Authority. Because all settings there are stored within centralized SQL database the migration process was very quick in this stage. What was more important for us it was smooth for users. We've just installed new...
  10. SquaredNull

    Start a service from remote server

    Alternatively this can be done with remote management tools. We use Desktop Authority's remote management feature to manage services remotely. It can be done from within the standard browser and that's simplifies the management in situations when you just have an internet connection and the...
  11. SquaredNull

    What is SCAAutoRun???

    If it's listed in Component Sevices snap-in you probably can find its Application ID GUID on the General tab within the Properties dialog box for this class. Then you can search through registry for this GUID to find the DLL which registered this. Then you can find the properties within the DLL.
  12. SquaredNull

    VPN or other solution to access files over internet.

    If you want to work through SSH, then you can use remote manager from Desktop Authority (http://www.scriptlogic.com/desktopauthority). It includes SSH server so you can work with remote machine over SSH. Password authentication is surely supported. Desktop Authority has built-in Java client that...
  13. SquaredNull

    Tool for checking health of Group Policies

    Additionally you can use Group Policy Verification Utility (http://go.microsoft.com/fwlink/?LinkId=17911).
  14. SquaredNull

    What is SCAAutoRun???

    Probably, you should go to Contol Panel|Administrative Tools|Component Services|My Computer|COM+ Applications|DCOM Config and set the permissions for that object. Probably you have Windows Server 2003 with SMS 2003 SP1 installed? If so, check your event log for Event ID: 10021. Then you problbly...
  15. SquaredNull

    SLOW Terminal Service Response

    Maybe delays are subject of using roaming profiles for your users? When profiles become bulky roaming them can cause delays and even profile corruption. If so, try avoiding them. We excluded them and now maintaining desktop management for terminal connections with Desktop Authority from...

Part and Inventory Search

Back
Top