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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. globalstrata

    Custom WMI Class and SMS_DEF.MOF Modification

    I think people are shying away from this question so I am rephrasing ... I need to collect the following registries keys in the Hardware Inventory. How do I modify the SMS_DEF.MOF to collect the information? 1. All the subkeys and registry keys HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet...
  2. globalstrata

    Inventoring ActiveX Controls

    Does SMS has built-in reports for ActiveX Controls or do I have to modify the SMS-def.mof? If so, how would I do this? Thanks, Gladys Rodriguez GlobalStrata Solutions Computer Repair, Website Design and Computer Consultant Small Business Resources Anime, Manga and Video Games
  3. globalstrata

    Enumerating Registries that contain a subkey named Control

    Hello, WARNING: I have no idea how to script but I have been trying to come up with the code that I need but seem to be stuck here because this does not output anything. Const ForReading = 1, ForWriting = 2 Const HKEY_CLASSES_ROOT = &H80000000 Const HKEY_CURRENT_USER = &H80000001 Const...
  4. globalstrata

    Searching for ActiveX Controls in a client computer

    Hello, I am trying to write a script that outputs the files under the C:\Windows\Downloaded Porgram Files but I have not been able to figure out how to get the CLSID property for each file. Does any one has any idea? Here is the code I have so far Const ForReading = 1, ForWriting = 2 Dim...
  5. globalstrata

    Web.config SQL Connection

    A have a website that a friend helped me to bring up few years ago. The site was hosted in a server that also had SQL installed locally. This server was Win 2003 with SQL 2000 using SQL Auth. The server crashed and now I have temporarily moved it to a Windows 2000 while the database now...
  6. globalstrata

    Connecting a web to a database

    A have a website that a friend helped me to bring up few years ago. The site has hosted in a server that also had SQL installed locally. This server was Win 2003 with SQL 2000 using SQL Auth. The server crashed and now I have temporarily to a Windows 2000 while the database now resides in a...
  7. globalstrata

    Modifying Existing c# website

    Hello, I am currently trying to learn more about c# and asp.net. However, I have a the source for this web application with SQL 2005 backend and I would like to make customizations. 1. What would it be the best way to perform this modifications without altering much of the current...
  8. globalstrata

    Migrating Domains into one Forest

    Hello Guys, I am involved in a migration project that requires consolidating several domains into one forest. So I wanted to see what suggestions I could get. My forest is 2003 and I will be bringing other 2003 domains as well as 2000 and NT. When migrating the Exchange servers, we have the...
  9. globalstrata

    Migrating Domains into one Forest

    Hello Guys, I am involved in a migration project that requires consolidating several domains into one forest. So I wanted to see what suggestions I could get. My forest is 2003 and I will be bringing other 2003 domains as well as 2000 and NT. 1. For 2003, we have thought about maybe...
  10. globalstrata

    Joining 1 table with some external data

    Hello, I am looking to insert some values in a table that comes from several places: 1. Another table 2. Increasing variable (i++) 3. Manual Entries Can I do this? For example INSERT INTO [database].[dbo].[table] ([Field1],[field2],[field3],[field4], [field5]...
  11. globalstrata

    Event ID to monitor GPO Changes

    Does any one knows where I can find a good source of information that tells me which Event ID should I be looking for the following events? 1. Importing a policy 2. Enabling policy 3. Changing any settings in policy Thanks in advanced, Gladys Rodriguez GlobalStrata Solutions Computer Repair...
  12. globalstrata

    Using Parameter in a SELECT TOP

    Hello, I am trying to create a store procedure that display random items using SQL 2005 and the below code but it tells me: Incorrect syntax near '@RecordAmount'. Can any one tell me what am I doing wrong? CREATE PROCEDURE dbo.sp_GetRandomProduct @CatID int, @RecordAmount int AS...
  13. globalstrata

    Checking if the web page is secure

    Hello, I have a web site that I want to show certain things only if the page loaded is secure. Can any one guide me what code to use to do this? What are the environmental variables that I need to test? Baesically, I want to have something like this: If (Page is using https) Write this...
  14. globalstrata

    Outbound Only Trunks

    Is there any way to configure a Merlin Magix System to have Inbound only and Outbound only trunks? I would like to configure few lines to be Inbound only and few other lines to be outbound. How do I do this? Can I be directed to documentation that explains this? I have a Merlin Magix R3...
  15. globalstrata

    Onload Random Images in a web page

    I am trying to use the following code in order to generate a random image. However, it gives me errors when I try to load the page using <body onload="newImage()"> and if I use <body background=onload="newImage()"> no errors show up but the images doesn't either. Can anyone advise me what am I...
  16. globalstrata

    Software and Upgrades

    I have an IPOffice 2.1 and I am interested in upgrading it. What would I have to do to upgrade the system to 3.1? Also, where can I get a copy of the Administration Software? Thanks in Advanced Gladys Rodriguez GlobalStrata Solutions Computer Repair, Website Design and Computer Consultant...
  17. globalstrata

    Importing Data from a table in another database

    How can I do this? Can I do: INSERT INTO [database1].[dbo].[table1] ([Column1], [Column2], [Column3]) Select [database2].[dbo].[Column1], [database2].[dbo].[Column2], [database2].[dbo].[Column3] FROM [database2].[dbo].[table2] Is that the exact syntax? Do I include...
  18. globalstrata

    Migrating Data from one table to another

    I would like to migrate data from several tables in one database to another database tables. The newer database does not have all the fields that the older table has and it has fields that the older table does not have. How would I construct an SQL Statement to do this? Thanks in Advanced...
  19. globalstrata

    Nortel Meridian NT4X41 programming HFAI

    I am trying to turn this feature on. How would I do this? Thanks, Gladys Rodriguez GlobalStrata Solutions Computer Repair, Website Design and Computer Consultant Small Business Resources
  20. globalstrata

    XP SP2 Firewall exceptions from IP Address

    I am currently implementing the Firewall in my domain. However, I need to allow allow all communication coming from just a particular IP to be allowed through? Is there any way to do this via GPO? Thanks, Gladys Rodriguez GlobalStrata Solutions Computer Repair, Website Design and Computer...

Part and Inventory Search

Back
Top