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...
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
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...
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...
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...
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...
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...
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...
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...
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]...
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...
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...
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...
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...
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...
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...
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...
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...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.