Topic profile page for Enumerate.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Enumerate.
Topic "Enumerate" was discussed 5,292 times on 1,028 sites in last 3 months
Started 1 week, 1 day ago (2009-12-02 15:09:00)
by Kees Goet
To enumerate all records in zone mydomain.com using dnscmd, the command "dnscmd /enumrecords mydomain.com @" should be given. So to enumerate all PTR-reocrds from 10.in-addr.arpa one would expect that the command "dnscmd /enumrecords 10.in-addr.arpa @" would do the trick. But this doesn't work. Could someone please give the syntax to accomplish this? Kees.
Started 1 week, 1 day ago (2009-12-02 13:44:00)
by Pat Phelan
I'm looking for a tool or library that has a rock-solid-reliable way to enumerate EVERY SQL Server running in a given TCP/IP address range. Most of the servers will run SQL 7 to SQL 2008. A significant portion of the servers will run on Windows machines that belong to one Active Directory domain, although they'll be in multiple trees. A significant majority of them will be running either a ...
Started 2 weeks, 2 days ago (2009-11-24 16:14:00)
by mystica
I want to use Drive.Enumerate to successively list all drives, which I've done with this loop: Code: -- Get a list of the available drives. drives = Drive.Enumerate(); -- Display each drive in successive dialog-messages for j,k in drives do Dialog.Message("Drive Letters", k); end ... but how would I intergrate Drive.GetType , so that it also loops through the table, ...
Started 2 weeks, 2 days ago (2009-11-24 09:44:00)
by JustNod
Can I use the DTE object to enumerate and manipulate the target file system of a Setup and Deployment package? It would appear that the files referenced by the target file system are not part of the ProjectItems collection and, although I can access the File System window, there don't seem to be any objects, properties or collections that expose what I need. I am using Visual Studio 2005.
Started 2 weeks, 2 days ago (2009-11-24 08:55:00)
by Rogier_Dittner
Hi, because of the lack of a visual interface to the active directory recyclebin (currently ldp and powershell) i was testing to get the deleted objects container to enumerate the recycled objects. However it does not seem to work as expected. I connect a DirectoryEntry object to the domain and am able to show all "normal" OU/CN's but not the cn=deleted objects. However LDP shows they are in the...
Started 2 weeks, 3 days ago (2009-11-23 09:04:00)
by Glasgow
I am trying to use DTE to programmatically enumerate the files referenced in a project - in particular the "File System on Target Machine" part of a Setup and Deployment project. I am assuming (perhaps incorrectly) that these will be exposed by the ProjectItems collection (nested or otherwise) of the project. I can get as far as opening the solution and the project but as soon as I attempt to ...
Started 3 weeks ago (2009-11-18 22:49:00)
by New VS User
In Windows 7, when machine connected to a network, user will be prompted to select a profile, e.g. work, home or public. Is there any API or interface available to enumerate the connections (e.g. name, IP, gateway, DNS etc) assigned to each profile? Looked through Windows Firewall with Advanced Security API reference and no clue.
Started 6 days, 11 hours ago (2009-12-04 11:16:00)
by JFoushee
Hi, anyone know of code or a VB.NET class that could read the digital signatures placed upon a file? For instance, I right click an MS Exchange file, and see the "Digital Signatures" tab. Inside, the signature list shows "Microsoft Corporation" as the signer.
Started 3 days, 5 hours ago (2009-12-07 17:19:00)
by John Peterson
I am trying to use LDAP to list the members of a domain local group. MSDN has an example: http://msdn.microsoft.com/en-us/libr...8VS.80%29.a spx I have converted the C# example to VB .NET. When I use VB .NET 2005 and try to run the example I get the error "There is no such object on the server.". If I look at the returned object "objgroup",(while in the debugger) it ...
Started 4 days, 22 hours ago (2009-12-06 00:00:00)
by NHarris
I upgraded my laptop with it's 2 SSD drives to windows 7 pro 32bit. After doing so and reinstalling BESR v8.04 I discovered that I was unable to successfully run backups. The software still shows me a list of insatlled and USB drives and is able to open and mount prevoius images however any run of a backup fails. Interestingly BESR v8.04 works fine on my Win7 Ult 64bit workstation....
Started 1 week, 1 day ago (2009-12-02 15:09:00)
by RyanORo
We have a number of SWFs that we use as asset libraries. These SWFs each contain a bunch of statically exported symbols. I'm trying to make a tool to help catalog our assets. I want the tool to be able to load these library SWFs and extract a list of all the exported symbols each contains. Is that possible to do? I can't find a way to enumerate or iterate over the exported symbols in ...
Started 3 days, 11 hours ago (2009-12-07 11:17:00)
by craibuc
I'm hoping to determine the effects of changing or deleting a field in a Universe will have on the associated WebI reports. Using the BusinessObjects .Net SDK, I can easily determine the linkage between Universes adn WebI reports. What I need is the mechanism that will analyze a given WebI report. It appears that the WebI Java SDK, has the desired functionality, but it doesn't ...
Started 2 days, 12 hours ago (2009-12-08 10:22:00)
by coretrace
I'm attempting to iterate over each of the signing certificates embedded within an executable. I use the CryptQueryObject to get the HCERTSTORE and then use that HCERTSTORE to enumerate over the certificates in the file. It works most of the time but occasionally it does not return the root certificate. It will always fail on the same ...
Started 1 week ago (2009-12-03 09:46:00)
by damian98now
Hello, If i try to enumerate IIS ApplicationPools via ADSI using NETWORK SERVICE as the identity calling Next() on the returned Enumerator, the Next method always results in S_FALSE. I tried to enable all privileges on the Process Token but that didn't make any difference. If i run the same ADSI request using a user which is part of Administrators or using the LocalSystem the enumeration ...
Started 1 week, 1 day ago (2009-12-02 17:43:00)
by cypherworks
Our company is in need of Unix administrators . When sending your CV, please enumerate the projects that you've handled, like upgrade of a system etc. and other initiatives which you have pioneered in your company. Name your price ;) If it falls within the salary range, you'll receive a call. Para hindi na din masayang oras nyo kung hindi kayo kayang oferan ng magandang salary. Kung ...
Started 1 week ago (2009-12-02 22:23:00)
by stevetarzon
Hi everyone, I am running a WMI query on several Windows 2003 SP2 servers. On one particular server, I get a constant error: Module was unable to enumerate the WMI data. Error: 0x80041032 Details: Call Cancelled My WMI query: SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE ((TargetInstance ISA "GenericService") OR (TargetInstance ISA "RiskService")) AND PreviousInstance....
Started 1 week, 1 day ago (2009-12-02 16:05:00)
by Ed Shober
I'm having trouble testing my WMI provider on Server 2003. My provider is installed and registered. When I use WMI CIM Studio to enumerate instances I get and error stating that the provider is not capable of the attempted operation. I'm not sure what I've missed. The wbemcore.log listing below doesn't help me. I'm not sure if there is ...
Started 2 days, 23 hours ago (2009-12-07 22:24:00)
by Courtenays
I've been isolating a problem thats come to my attention recently within our Exchange 2010 environment. Problem: Within Outlook 2007 - If I schedule a meeting and choose a "room" aka resource mailbox, the scheduling assistant takes between 20-30 seconds to enumerate and return the free/busy status. Within OWA 2010 - the same operation returns instant results, no lag. Within Outlook 2010 - the...