<![CDATA[Article Comments for Alain Lissoir]]>http://www.windowsitpro.com/authors/author/author/5777644/rsscomment/5777644en-USSun, 27 May 2012 07:39:00 GMTSun, 27 May 2012 07:39:00 GMTManaging IP Routes Through WMIhttp://www.windowsitpro.com/article/windows-management-instrumentation-wmi/managing-ip-routes-through-wmi#commentsAnchorTue, 20 Oct 2009 05:15:48 GMT
Great article !! You have mentioned "By exploiting the TargetInstance object in the returned WMI event, the script can determine which route was added or deleted." It will be real helpful if you can post the code (C++) to achieve the same. Thanks again for the gr8 article.]]>
VishnuTue, 20 Oct 2009 05:15:48 GMThttp://www.windowsitpro.com/article/windows-management-instrumentation-wmi/managing-ip-routes-through-wmi#commentsAnchor
Exchange 2000 SP2 WMI Updateshttp://www.windowsitpro.com/article/windows-management-instrumentation-wmi/exchange-2000-sp2-wmi-updates#commentsAnchorTue, 15 Apr 2008 14:46:31 GMT
Thank you]]>
DenisTue, 15 Apr 2008 14:46:31 GMThttp://www.windowsitpro.com/article/windows-management-instrumentation-wmi/exchange-2000-sp2-wmi-updates#commentsAnchor
Managing Exchange 2003 with WMI, Part 1http://www.windowsitpro.com/article/windows-management-instrumentation-wmi/managing-exchange-2003-with-wmi-part-1#commentsAnchorFri, 07 Mar 2008 08:28:55 GMT
Havent’ read it yet]]>
ChristopherFri, 07 Mar 2008 08:28:55 GMThttp://www.windowsitpro.com/article/windows-management-instrumentation-wmi/managing-exchange-2003-with-wmi-part-1#commentsAnchor
Windows Server 2003 Directory Service Toolshttp://www.windowsitpro.com/article/scripting/windows-server-2003-directory-service-tools#commentsAnchorFri, 26 Oct 2007 11:53:43 GMT
yeah it sucks... i want to see how to use dsquery.. i WINDOWS COMMAND LINE tool and i have to buy a stupid scripting subscription... i’ll go somewhere else...]]>
AaronFri, 26 Oct 2007 11:53:43 GMThttp://www.windowsitpro.com/article/scripting/windows-server-2003-directory-service-tools#commentsAnchor
Using WMI to Manage AD Replication in Windows Server 2003http://www.windowsitpro.com/article/windows-management-instrumentation-wmi/using-wmi-to-manage-ad-replication-in-windows-server-2003#commentsAnchorTue, 13 Feb 2007 09:19:49 GMT
I need WMIADRepl.vbs not WSF. can you post the vbs. Thanks.]]>
KHALEDTue, 13 Feb 2007 09:19:49 GMThttp://www.windowsitpro.com/article/windows-management-instrumentation-wmi/using-wmi-to-manage-ad-replication-in-windows-server-2003#commentsAnchor
Using WMI to Manage AD Replication in Windows Server 2003http://www.windowsitpro.com/article/windows-management-instrumentation-wmi/using-wmi-to-manage-ad-replication-in-windows-server-2003#commentsAnchorTue, 13 Feb 2007 09:17:24 GMT
The downloadable code seems to be missing the supporting .vbs files. Can you repost them please.]]>
KHALEDTue, 13 Feb 2007 09:17:24 GMThttp://www.windowsitpro.com/article/windows-management-instrumentation-wmi/using-wmi-to-manage-ad-replication-in-windows-server-2003#commentsAnchor
Windows Server 2003 Directory Service Toolshttp://www.windowsitpro.com/article/scripting/windows-server-2003-directory-service-tools#commentsAnchorThu, 22 Jun 2006 22:26:23 GMT
wondering what good my sub is when it simply takes me to other sub offers. How lame is that! NOT happy...]]>
AlanThu, 22 Jun 2006 22:26:23 GMThttp://www.windowsitpro.com/article/scripting/windows-server-2003-directory-service-tools#commentsAnchor
Automated Deployment Serviceshttp://www.windowsitpro.com/article/windows-2000-server/automated-deployment-services#commentsAnchorFri, 03 Dec 2004 21:57:38 GMT
Gr8 article, promising technology. Anybody tried it yet?]]>
stepo123 Fri, 03 Dec 2004 21:57:38 GMThttp://www.windowsitpro.com/article/windows-2000-server/automated-deployment-services#commentsAnchor
Scripting Windows XP System Restorehttp://www.windowsitpro.com/article/scripting/scripting-windows-xp-system-restore#commentsAnchorThu, 11 Nov 2004 07:38:57 GMT
pointless source code - what is the point encoding a sample script]]>
LUKEThu, 11 Nov 2004 07:38:57 GMThttp://www.windowsitpro.com/article/scripting/scripting-windows-xp-system-restore#commentsAnchor
Using WMI to Monitor ADhttp://www.windowsitpro.com/article/windows-management-instrumentation-wmi/using-wmi-to-monitor-ad#commentsAnchorMon, 22 Mar 2004 09:27:10 GMT
The downloadable code seems to be missing the supporting .vbs files. Can you repost them please?]]>
Steven Griffiths Mon, 22 Mar 2004 09:27:10 GMThttp://www.windowsitpro.com/article/windows-management-instrumentation-wmi/using-wmi-to-monitor-ad#commentsAnchor
Secure Script Execution with WSH 5.6http://www.windowsitpro.com/article/encryption2/secure-script-execution-with-wsh-5-6#commentsAnchorThu, 13 Feb 2003 10:47:29 GMT

I want to digitally certify my downloadable program. When someone tries to download (install) my code, I’d like to display a security warning, similar to the warnings you see when you download files from gator.com or Yahoo. (However, I don’t want the user to be asked to click a Yes or No button.) Is this technically possible? -- Neeraj Malve


I don’t think it is possible. You can sign your code of course and have a policy (Software Restriction Policies available under Windows XP and Windows Server 2003) that enforces the execution of codes that are only signed. However, if the user is prompted, the wizard always offers the choice. If this choice was not possible or if it was possible to remove such choice, that would be a security hole. -- Alain Lissoir

]]>
neeraj malve Thu, 13 Feb 2003 10:47:29 GMThttp://www.windowsitpro.com/article/encryption2/secure-script-execution-with-wsh-5-6#commentsAnchor
Diving into the AD Schemahttp://www.windowsitpro.com/article/windows-2000/diving-into-the-ad-schema#commentsAnchorTue, 27 Nov 2001 20:31:11 GMT
i would like to thank the win2000 mag. for these finest articles to enhance our knowledge in this competitive world.]]>
pradeepTue, 27 Nov 2001 20:31:11 GMThttp://www.windowsitpro.com/article/windows-2000/diving-into-the-ad-schema#commentsAnchor