| Sebastian's profileSebastian del RioBlogLists | Help |
Sebastian del Rio |
|||||||
|
September 13 Name Devolution - NslookupLes acerco un articulo que escribi para el Latin America Support Team Blog February 15 Abrir .evt de Windows 2003 en Windows VistaPor si en algun momento lo intentan se encontraran con algun que otro Aqui esta el Link '========================================================================== ' ' NAME: ConvertEVTtoEVTX.vbs ' ' AUTHOR: Steve Paruszkiewicz, Microsoft ' DATE : 10/04/2007 ' ' COMMENT: Adds "Convert to .EVTX" to the shell context menu for .evt files ' calls wevtutil to convert evt file for use on Vista/Longhorn ' then opens the converted .evtx file in event viewer ' ' If you would later like to remove the Convert to .EVTX context ' menu option you can delete the following registry key ' "HKEY_CLASSES_ROOT\evtfile\shell\Convert to .EVTX\" '========================================================================== Option Explicit Const LAST_MODIFIED = "10/11/2007" Const AUTO_OPEN_EVTX = True 'Set this to False if you want to be prompted to open the converted file instead of Once you have the script installed, right click on a .EVT file and you should have the option to convert the file to .EVTX format as shown below:
January 24 Windows Vista Service Pack 1 Release Candidate
La verdad no me habia enterado de esto , :) pero bueno ya hay disponible una RC del Service Pack 1 de Windows Vista. Aqui les dejo el link January 21 Microsoft Active Directory Topology Diagrammer (ADTD) - Topologia Active directoryMicrosoft Active Directory Topology Diagrammer (ADTD) Les dejo una utilidad sumamente util a la hora de diagramar nuestro AD, para analizar la estructura , o cuando entramos a un nuevo trabajo , o caso de consultoria y no sabemos como estan armadas las cosas , en fin ... ADTD nos permite generar desde nuestro equipo y mediante el software Microsoft Visio un grafico de nuestra infraestructura de Active Directory de forma automática. La instalación y uso es realmente sencilla. Una vez la tengamos instalada y ejecutada nos permite seleccionar el grado de detalle, pudiendo llegar a mostrar entre otras cosas OU´s, servidores Exchange, conectores de correo, controladores de dominio y los roles que están realizando actualmente. Una utilidad altamente recomendable que nos permite analizar gráficamente nuestra arquitectura de Active Directory e incluso poder llegar a detectar posibles problemas de diseño de nuestra infraestructura. Para su ejecucción necesitamos tener instalado .Net Framework 2.0 y Microsoft Visio para dejar al ADTD dibujar a sus anchas. Puedes descargar esta utilidad desde el siguiente enlace: November 19 Ocultar Maquina en Mis sitios de Red.September 04 Cambiar Pasword Administrador Local RemotamenteChanging local admin password?I just find a good method to change the local admin password of client PC remotely from MCPMAG. By using this method, you don't need to put the new password in script in order to make it work. You may reference this:
SysInternals offers a free too called PsPasswd http://www.sysinternals.com/Utilities/PsPasswd.html , which allows you to remotely reset passwords on a range of computers on your network. The tool will also report successes and failures of changed passwords, and allows you to run a single command against a list of computers. Since the password is just included within the syntax of a command that you run, it will never be stored as plain text in a batch or script file. To use PsPasswd, you'll first need a list of all computers in your domain. To enumerate all computer objects in a domain, you could run this script: LogFile = "C:\computers.txt" Const ForWriting = 2 Const ADS_SCOPE_SUBTREE = 2 Set objConnection = CreateObject("ADODB.Connection") Set objCommand = CreateObject("ADODB.Command") objConnection.Provider = "ADsDSOObject" objConnection.Open "Active Directory Provider" Set objCOmmand.ActiveConnection = objConnection objCommand.CommandText = _ "Select Name, Location from 'LDAP://DC=mcpmag,DC=com' " _ & "Where objectClass='computer'" objCommand.Properties("Page Size") = 1000 objCommand.Properties("Searchscope") = ADS_SCOPE_SUBTREE Set objRecordSet = objCommand.Execute objRecordSet.MoveFirst Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFile = objFSO.CreateTextFile(LogFile, ForWriting) Do Until objRecordSet.EOF objFile.WriteLine objRecordSet.Fields("Name").Value objRecordSet.MoveNext Loop Note that the script will output to a file named "computers.txt" on the C drive. This could be changed by editing the LogFile variable assignment in the first line of the script. Note that in your environment, you will also need to change the domain referenced in line 12. In my example, I use mcpmag.com (DC=mcpmag,DC=com). Once you have a list of all computers, you can then run pspasswd.exe to change the local administrator password on all systems in the list. Here's the syntax that I used on my test network: pspasswd.exe @c:\computers.txt administrator P@ssword! Following the @ symbol in the command syntax is the path to the file containing all computer names. The next part of the syntax is the name of the account whose password will be changed, followed by the new password (P@ssword!). Now here is the output that was generated from the command: PsPasswd v1.21 - Local and remote password changer Copyright (C) 2003-2004 Mark Russinovich Sysinternals - www.sysinternals.com \\PC1: Error changing password: The network path was not found. \\BSODME: Password for BSODME\administrator successfully changed. Since the output will list both success and failures, you will be able to note the systems in which the password was not successfully changed. In my case, the system named PC1 was not located. So I would have to ensure that PC1 was online and then run the command a second time. (Note that PsPasswd can also be run against a single computer.) Since the command relies on UNC paths to connect to systems, you will need to ensure that the target systems have File and Print Sharing enabled and that File and Print Sharing is not being blocked by the system's firewall. By default, the Windows XP Pro SP2 firewall does not allow File and Print sharing. However, this can be quickly changed via Group Policy. As you can see, with a simple list of computers on your network, remotely changing the local administrator password using PsPasswd is a relatively painless process. August 14 Activar Ip route - Windows XPNo se puede Abrir Agregar o Quitar ProgramasIf the Add/Remove Programs applet does NOT open, or flashes briefly, you may have some missing registry entries. To fix the problem: 1. Open a CMD.EXE prompt. 2. Type regsvr32 mshtml.dll and press Enter and OK. 3. Type regsvr32 shdocvw.dll -i and press Enter and OK. 4. Type regsvr32 shell32.dll -i and press Enter and OK. August 13 Caso de Consultoria - Implementacion de RRAS + Terminal ServicesEn el dia de hoy me encontre con un incoveniente de un cliente , el cual me contacto para implementar un servidor VPN, y Terminal Services para ejecutar una aplicacion remota desde una Branch Office mediante la VPN. Escenario : 1 DC Windows 2000 Server. Oficina Remota en Rio Negro 1 Windows 2003 Server. Analisis de la situacion , lo primero que se chequeo es el hecho de tener licencias de Terminal Service , por el tema de VPN se verifico la existencia de un servidor DHCP, el mismo utilizaba el DHCP de un router del cual disponian. Se verifico componentes instalados , se actualizo el servidor con los ultimos parches disponibles , y manos a la Obra El primer incoveniente que me encontre fue que no se podia abrir el SNAP IN , de Agregar o Quitar Programas, al querer abrirlo se veia un destello , pero sin dar un error ni nada no se abria la pantalla correspondiente , por lo cual no se podia agregar RRAS , ni Terminal Service , buscando un poco de informacion en internet di con un foro en el cual indicaba un Articulo con un problema similar y la solucion era registrar ciertas DLL nuevamente. Asi que agarre una maquina virtual desregistre esas DLLs , reproduci el problema , y luego las volvi a registrar volviendo todo a funcionar. If the Add/Remove Programs applet does NOT open, or flashes briefly, you may have some missing registry entries. To fix the problem: 1. Open a CMD.EXE prompt. 2. Type regsvr32 mshtml.dll and press Enter and OK. 3. Type regsvr32 shdocvw.dll -i and press Enter and OK. 4. Type regsvr32 shell32.dll -i and press Enter and OK. Una vez hecho esto ya pude abrir el SNAP IN por lo cual todo fue mas rapido Instalacion de RRAS, Se configuro el mismo como servidor de acceso remoto. El primer problema que me encontre una vez hechoo el fowarding del puerto 1723 hacia la ip interna del RRAS server. Fue que al conectar la VPN recibia un error 733 El mismo se daba por que no habia ninguna direccion IP disponible para el cliente ( De hecho no habia DHCP) asi que se asigno un pool de direcciones desde el RRAS para los clientes VPN. Luego de eso la conexion fue normal. Instalacion de Terminal Service en Modo Aplicacion ( Era un Windows 2000 server ) Se instalo el servicio de Terminal Services , el servidor de licencias de terminal services. Todo quedo funcionando correctamente. La unica complicacion fue el tema del panel de Control , lo cual queria dejar en este BLOG , por si a alguien le sucede ! July 10 Problema ISA SERVER 2006 - "Setup was unable to update array storage data"El dia Sabado estuve tratando un incoveniente con un cliente, el cual para ponerlos en escenario tenia instalado un ISA SERVER 2006 EE, funcionando correctamente , tenia la necesidad de agregar un segundo Nodo de ISA SERVER 2006.
Escenario: Maquina instalada y funcionando ISASRV01 1 Windows 2003 SP2 - ISA SERVER 2006 EE - Configuration Storage Server + Array Member
Maquina a Instalar ISASRV02 1 Windows 2003 SP2 - ISA SERVER 2006 EE - Configuration Storage Server + Array Member
3 Placas de Red. LAN , Conectada a la Red Interna
DMZ , Conectada a la DMZ
Intra Array , Cable cruzado conectado de maquina a maquina para comunicacion entre servidores. Al querer agregar la segunda maquina como una replica del Configuration storage server ISASRV01 , obtenia el siguiente error mientras se efectuaba la instalacion y luego daba un rolling Back, y se paraba la instalacion. El error que recibia era el siguiente. "Setup was unable to update array storage data. To update storage data, there must be connectivity between this computer and at least one ISA server array member and between that array member and the configuration storage." Pruebas efectuadas. En primer punto se chequeo que el ISASRV01 estuvieran todos los servicios Arriba. Se probo conectividad, utilizando ping desde ambas maquinas tenian conectividad una con la otra. Despues de chequear y chequear , el cliente me comento que habian estado haciendo pruebas con NLB y luego sacaron un servidor antiguo, asi que me fui al ISASRV01 y empece a chequearlo. El problema era el siguiente , cuando se tiene mas de un servidor ISA SERVER 2006 interconectados uno debe configurar mediante que placa de red se comunican los mismos, Esto se hace desde, Array - MyArray - Configuration - Servers Ahi en mi server Boton derecho y Propiedades. En la solapa Communication la primer opcion es "Use This IP Addres for communication with array members" Este campo tenia ingresado 0.0.0.0 solo se cambio esa opcion por la IP de la placa Intra Array Local. Luego el Wizard siguio correctamente y se pudo efectuar la instalacion de manera correcta. Bueno espero le sirva de ayuda a alguien :) July 05 IsaBPA Version 5 - ISA Best Practices AnalyzerUna nueva version del Best Practices Analyzer , aqui les dejo algunas de las nuevas mejoras. ( No tenia ganas de traducir todo :) )
The ISA Server Team is excited to announce the version 5.0 release of the Microsoft© ISA Server Best Practices Analyzer Tool (IsaBPA V5).
New in Version 5 of IsaBPA:
ü ISA Data Packager (IDP) GUI – The IDP collects all information needed for troubleshooting with a single click. For this version, we added a GUI for our data collection tool. This GUI will allow easier configuration and better use of the IDP. ü BPA2Visio – we added a super cool application that takes the IsaBPA report and converts this report into a Visio network diagram, so that the ISA administrator or the support engineer can see how the ISA Server views its environment (networks, published web/non-web servers/server farms, CSS, VPN sites and clients). You need to have Visio 2003 or Visio 2007 installed on one of your machines (not necessary the ISA Server machine). Check out this screenshot! ü We added new checks to Version 5. There are now 218 rules, and more than 900 settings are displayed. The focus of this release was to target Windows Server SP2 issues. This new suite joins the Hardware, Authentication, OWA, SSL Certificates, Site-to-site VPN with IPsec, WPLB, Branch Office, and logging suites that were introduced in previous IsaBPA versions. ü More documentation. The documentation (UE) team enhanced the Help file. It now contains more than 100 pages. You can now find which checks are being performed, how to operate the IsaBPA, and of course how to fix the found issues. ü Bug fixes. We fixed a few bugs that were discovered in the previous version.
You can get the IsaBPAv5 using the integrated live update mechanism or by simply going to http://www.microsoft.com/downloads/details.aspx?FamilyId=D22EC2B9-4CD3-4BB6-91EC-0829E5F84063&displaylang=en and downloading the new version. The tool requires .NET 1.1 framework and above.
June 26 Leer Direccion Ip en MDF de ISA SERVER 2006Muchas veces los administradores de redes, precisamos hacer auditoria por ejemplo de la Navegacion en Internet que pasa por nuestro ISA SERVER. En principio y como regla basica para poder hacer una auditoria de este tipo , todos nuestros clientes deben salir a internet por el ISA ya sea como clientes Web Proxy o Secure Nat. Isa server 2006 trae de por si algunas opciones de reporte las mismas se encuentran en Monitoring - Reports el problema es que no son muy completos y muy poco flexibles estos reportes , por lo cual podemos utilizar programas de terceros como GFI Web monitor. 2. Asegurate que este seleccionado el modo DEC y pegas tu número 3232236068 . 3. Ahora moves la selección de DEC a HEX eso como resultado te va a dar C0A802224 que son los 4 octetos juntos en HEXA, cada octeto son 2 números hexa. 4. Ahora tomas de a pares del número en HEXA y haces el procedimiento inverso por cada par en la calculadora y te queda conformada tu IP: CA = 192 A8 = 168 02 = 2 24 = 18
La IP que te muestra es 192.168.2.18 ==> C0.A8.02.24 ==> C0A80224 ==> 3232236068 Certificacion Windows 2008 - MCSE ha muerto
I watched the Microsoft webinar on the new Server 2008 (formerly Longhorn) certifications last week and came away feeling a little underwhelmed. In case you didn’t know already the MCSE is “dead” for Server 2008 and they are moving on to a “job based” approach to their certifications. Read on for more details. Windows Server 2008 MCTS Certifications 70-640 MCTS: Configuring Windows Server 2008 Active Directory 70-640 and 70-642 are no surprise but 70-643 is interesting. It will cover Internet Information Services (IIS 7) and Microsoft Virtual Server among other things. Pretty cool. These exams are scheduled to be available 30 days after Server 2008 goes RTM. Windows Server 2008 MCITP Certifications Windows Server 2008 Administrator: Windows Server 2008 Enterprise Administrator: The two MCITP exams are schedlued to be available 60 days after Server 2008 goes RTM. Do I lose my MCSE/MCSA? Can you upgrade your MCSE/MCSA to Windows Server 2008 Certifications? Windows 2003 MCSE - Pass the 70-649 (upgrade) exam and you do not have to take 70-640, 70-642, 70-643. You DO have to take the MCITP: Enterprise Server Administrator exam and the Vista client exam. Windows 2003 MCSA - Pass the 70-648 (upgrade) exam and you do not have to take 70-640, 70-642. You DO have to take the MCITP: Server Administrator exam. My Thoughts on the Windows 2008 Certifications What do you think? Looking for more information on Windows Server 2008 Certifications? Check out Trika’s Microsoft site; it is loaded with Microsoft certification information and she is very helpful. Digg Us! If you like this post, please help us out and vote for us at Digg! June 19 Log Inicio y Cierre de SesionMuy frecuentemente preguntan en los foros de Technet como auditar los eventos de Inicio - Cierre de Sesion a lo que normalmente se responde que se puede hacer mediante la politica de Auditoria , aca les dejo un metodo alternativo el cual nos dejara un log , el cual sera mas practico que mirar el Event Viewer :) Crear los siguientes archivos con el notepad o su editor de texto favorito Ahora deberemos incluir estos dos archivos dentro de la Default Domain Policy por ejemplo para que se ejecuten al inicio y cierre de sesion Denegar ejecucion de SoftwareIf you missed the first part in this article series please go to Default Deny All Applications (Part 1). IntroductionSince Windows XP, administrators around the world have had the option to define Software Restriction Policies (SRP) for their client computers to control what software is allowed, or not allowed, to run. So far too few organizations have implemented this functionality despite the fact that it could actually bring a very high level of security, depending on how it is enforced. In this second article about SRP we will look at how to implement what we could also refer to as “software filter policies”. Danger zoneBefore we get too far it is important to point out that, prior to introducing SRP on production computers, you should plan and test them thoroughly. This can be done in Active Directory (AD) by isolating a single test machine or user object in an Organizational Unit (OU) or by setting “Apply Group Policy” permission on the Group Policy Object (GPO) to only that single test-machine or -user account. SRP can even be used on Stand-alone computers if you don’t want to touch the production environment at all. I would recommend you use virtual machines for basic testing and ‘production-like’ machines for the final tests. After heavy testing, the SRP should be implemented on pilot users in groups – it’s better to take small steps than hurrying into disaster! The overall processMistakes in the design or implementation of this can cause considerable user frustration, and even loss of money or productivity, so watch out as you go along. This takes a lot of planning work, testing and probably some maintenance from the day it is introduced in the production environment. From that point on you will be able to sleep tight at night… The following list gives a quick view of what to have in mind when introducing SRP in a Windows environment. When designing the SRP setup, different decisions must be made, for example:
When testing the SRP setup, different steps must be taken, for example:
Before introducing SRP in production, some procedures should be in place:
Different paths to SRPConfiguring a Software Restriction Policy is basically only a few steps:
Additional RulesWhen configuring Additional Rules, a method - or a couple of methods - on how to indentify software should be decided. We have 4 different software identification methods available:
SRP LimitationsSome limitations of SRP must be taken into consideration. The scope of Software Restriction Policies is not the entire operating system as you might expect. SRP do not apply to the following code:
ConclusionSoftware Restriction Policies demands a special, and time consuming, workflow when introducing new software and updates in the environment, but besides from that it brings a level of security so much higher than with the “default allow all” setup. Some environments might not be suited for SRP, but my guess is that most networks have computers and/or users for which the SRP technology is ‘spot on’. It takes dedication, understanding and hard work to implement a “Default Deny” policy – which might be why it is seldom done… One thing is certain, implementing such policies in the correct way will make sure the network administrators can sleep much better at night. Over the next couple of years it will be interesting to see if Microsoft will continue to develop this part of the Group Policy environment - or if something even better arrives, who knows… External links KB 324036 How To Use Software Restriction Policies in Windows Server 2003 Technet: Software Restriction Policy for Windows XP Clients If you missed the first part in this article series please go to Default Deny All Applications (Part 1). Algo parecido a QoS en ISA SERVER 2004/2006One of the new features in ISA 2004 SP2 is Diffserv. Diffserv is a method of packet prioritization that applies to all web traffic passing through an ISA 2004 SP2 Server. Using the Diffserv Web filter, the ISA server can scan the Uniform Resource Locator (URL) or domain name and apply packet priority using DiffServ bits. On the General tab, ensure the box next to "Allow the setting of Diffserv bits according to URLs and domain names" is checked.
On the Priorities tab, click Add to create a priority. Enter the name for the priority and the Diffserv Codepoint. The Codepoint is a 6-digit binary value which specifies the priority level. There is more information about the different Diffserv Codepoints at the end of this article. For this example we will use 100110 which is one of the high priority Codepoints.
Add another priority called Low and give it a value of 001010.
Next select the URLs tab and click Add. Enter the URL (wildcards are supported) and choose one of the priorities you created in the previous steps.
Here I have added two URLs, one with high priority and one with low.
URL Diffserv settings only apply to HTTP traffic. If you wish to set priorities to HTTPS traffic you must use the Domains setting.
Finally, under the Networks tab, you can choose which Network Sets to apply the Diffserv filter to.
Once you are done configuring the Diffserv preferences, apply the configuration to the ISA server and you are good to go! For more information see: May 30 SQL server Katmai. Nuestro sql 2005 ya es viejo ;)Ya hay datos de la nueva version de SQL la cual promete un cambio radical en el producto , mas informacion en la url. http://www.microsoft.com/latam/technet/articulos/tn/2007/may-01.mspx May 16 Windows Longhorn tiene Nombre !Finalmente Longhorn tiene nombre! Windows Server 2008 Mas info: April 05 Crear archivos ejecutables , a partir de un script.Les dejo una utilidad excelente en el caso de que necesitemos encapsular ciertos script, por ejemplo si tenemos codigo que no queremos que otro vea , como ser un password en texto plano. Se trata de una utilidad de Windows vista / Windows XP iexpress. En la siguiente URL encontraran informacion al respecto. http://www.petri.co.il/create_executable_with_iexpress.htm April 04 Agregar informacion al registro - Muy interesante.RegPol DescriptionThis command line utility enables you to import .REG files even if the Group Policy is set to restrict the registry editing tools. If you use this policy setting, just use regpol.zip to import .REG files instead of the traditional 'Regedit –s' and 'Reg import'. Requirements: Windows 2000/XP/2003 Current version: 1.2.8 Version highlights: Minor fixes
DownloadDownload regpol.zip (11kb) April 03 Windows Vista UAC - La operación solicitada requiere elevaciónEsto tiene que ver con el UAC (User Acces control) y es una de las nuevas caracteristicas en cuanto a seguridad de Windows Vista. basicamente necesitas un privilegio superior al que tienes en ese momento. Afortunadamente esto se puede modificar desde las politicas de grupo Locales. Configuración de seguridad local->Directivas locales->Opciones de seguridad Para iniciar el administrador de directivas de seguridad, haga clic en el botón Inicio, seleccione Ejecutar, indique el nombre del programa secpol.msc en el cuadro de diálogo Ejecutar y, a continuación, haga clic en Aceptar. Esta directiva sólo se aplica cuando UAC está habilitado. Nota: en la mayoría de los casos, la selección de No preguntar NO es recomendable. Permitiría a las aplicaciones de UAC iniciar aplicaciones de administrador sin su conocimiento ni consentimiento. March 28 Restriccion de Aplicaciones por Group PoliciesSe pueden aplicar varias maneras de restriccion de software , por valor hash , por nombre de archivo , etc. Aqui un documento que especifica todas las formas (En Ingles)
Using Software Restriction Policies to Protect Against Unauthorized Software http://www.microsoft.com/technet/prodtechnol/winxppro/maintain/rstrplcy.mspx Problemas Windows 2003 Service Pack 2 con Isa ServerEsta es una entrada del Blog de Ingenieros de Isa server 2006 que habla de Problemas reportados tras la instalacion de Windows 2003 SP 2. http://blogs.technet.com/isablog/archive/2007/03/27/isa-server-and-windows-server-2003-service-pack-2.aspx#713333 March 22 Bloquear MSN en Isa server 2004/2006Este documento es parte de una serie de documentos basicos, sobre preguntas frecuentes. ¿Como bloquear Msn Messenger en ISA Server 2004/2006 ? En principio diria que la mejor manera de hacerlo es restringir la aplicación via Group Policies. Pero eso lo veremos en otro documento Si queremos hacerlo desde ISA Server aquí veremos como Lo primero que haremos es abrir la MMC de ISA Server, en el arbol de configuración seleccionaremos Array, y debajo el nombre de nuestro servidor. Crearemos la regla de permitir la navegación desde la red interna hacia Internet Caso que ya tengas creada tu regla de navegación y solo quieras restringir MSN ir hasta la seccion Bloqueo de MSN al final de este manual. Ahí iremos hasta Firewall Policy, haremos boton derecho New Acces Rule, donde en la siguiente pantalla ingresaremosel nombre de la regla Luego seleccionaremos Allow o Permitir.
Seleccionaremos los protocolos HTTP, HTTPS.
En esta pantalla seleccionaremos la red Origen de nuestra regla en nuestro caso sera la Red Interna, por lo cual presionaremos en Add , y dentro de Network seleccionaremos Interna.
Ahora seleccionaremos la Red Destino en nuestro Caso INTERNET , por lo cual seleccionaremos External. Idem Paso Anterior.
Aquí podremos seleccionar Todos Los usuarios , o aplicar la regla a un grupo predeterminado de Usuarios. Luego presionaremos Finalizar. Con este procedimiento lo unico que hicimos fue crear una regla que permita el trafico HTTP, HTTPS desde la LAN hacia Internet esta es una regla basica para permitir la navegación a nuestra Red Interna. Ahora bien , nuestro cometido es bloquear la aplicación Msn Messenger. Bloqueo de MSN
Aquí es donde crearemos el filtro por tipo de Aplicación para eso seleccionaremos New y luego en la ventana de Nuevo tipo de contenido, llenaremos los datos según la imagen. Name : El nombre de la regla Descripción : Es opcional Available types: application/x-msn-messenger
March 07 Adrestore.exe de SysinternalsAdRestore v1.1 Server 2003 introduces the ability to restore deleted ("tombstoned") objects. This simple command-line utility enumerates the deleted objects in a domain and gives you the option of restoring each one. Source code, is based on sample code in the Microsoft Platform SDK. This MS KB article describes the use of Adrestore: 840001: How to restore deleted user accounts and their group memberships in Active Directory http://www.microsoft.com/technet/sysinternals/Networking/AdRestore.mspx |
||||||
|
|