Welcome to BLOGIT.NU
Login or Register Home  ·  Articles  ·  Downloads  ·  Your Account  ·  Forums  ·  About  

  Menu
· Home
· Articles
· Donations
· Downloads
· Forums
· Search
· Sitemap
· Statistics
· Stories Archive
· Submit News
· Top 10
· Topics
· Web Links
· Your Account

  Current users
Welcome, Anonymous
Nickname
Password
(Register)
Membership:
Latest: evaultbk
New Today: 1
New Yesterday: 23
Overall: 4797

People Online:
Visitors: 16
Members: 3
Total: 19

Online Now:
01 : Dindalik
02 : aapamokawa
03 : DingnelP

  Last articles
· About
· Track the growth of your SQL Databases
· Truncate SQL Transaction Logfiles
· Creating a customized WinPE for Vmware
· Programming the VMware SDK1.x using vbscript
· Cloning a VM using vbscript
· Explanation of Virtual Center's customization process


  Windows: Script to add DNS suffixes to a NIC
Posted by sebastien on Tuesday 02 January 2007 @ 11:00 (537 reads) (comments? | Score: 0)
Windows Adjust the array with your dns suffixes and save as a .VBS file DNSSuffixSearchOrder = Array("MYDNS1.COM", "MYDNS2.COM") Set WMI = GetObject("WinMgmts://") Set adapter = GetObject("winmgmts:Win32_NetworkAdapterConfiguration") adapter.SetDNSSuffixSearchOrder (DNSSuffixSearchOrder)
 

  Windows: Reload default security settings
Posted by sebastien on Friday 22 December 2006 @ 09:46 (467 reads) (comments? | Score: 0)
Windows This command will reload the default security settings for a Windows 2003 server. Can be usefull if someone else messed around or a wrong GPO was applied. secedit /configure /cfg %windir%repairsecsetup.inf /db secsetup.sdb /verbose
 

  Windows: Access server locally using alias name failes
Posted by sebastien on Friday 01 December 2006 @ 10:51 (1883 reads) (Read More... | 1785 bytes more | 1 comment | Score: 0)
Windows Error message when you try to access a server locally by using its FQDN or its CNAME alias after you install Windows Server 2003 Service Pack 1: "Access denied" or "No network provider accepted the given network path. \servernamesharename In this scenario, you experience one of the following symptoms: • You receive repeated logon windows. • You receive an "Access denied" error message. • You receive a "No network provider accepted the given network path" error message. • Event ID 537 is logged in the Security event log. Note: You can access the server by using its FQDN or its CNAME alias from another computer in the network other than this computer on which you installed Windows Server 2003 SP1. Additionally, you can access the server on the local computer by using the following paths: • IPaddress-of-local-computer • Netbiosnameor ComputerName Click on read more to get the fix...
 
You can syndicate our news using the file or ultramode.txt
All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © 2006 by me.
PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.14 Seconds