Yes I am, I am sending all of your recommendations to my programmer, people in my company are pretty stubborn. Thank you everyone for your assistance. Let me know if you can think of anything else..
Good Thought Andrzejek... Here is part of that code that is run 90% of the time.
Maybe some assistance with this part then i can work from there ??
Sub Rate_Filed()
Dim sht As String
Dim dPolPrem1 As Double, dPolPrem2 As Double, dcapfact As Double Dim ncov As Byte, Lstrow As Integer, n As...
Thank you for your Quick response on this one Zelgar. Unfortunately i have already tried this and still very slow. I believe it is in the coding per earlier comments but I am not very familiar with the Coding/Syntax...
Once again, thank you for your input !!
This is why I love this site, you two are awesome !! The only unfortunate item is that I did not create this Macro. I am trying to assist our Accounting team. I am not very strong with Macros in Excel.
Combo,
Do you have any additional coding i can replace in this Macro as i am not very...
...??
Here is an example of my script that does work for another monitoring piece...
$Process = Get-WmiObject -Computer Server21 -Query "Select * from Win32_Process where name = 'InetMgr6.exe'"| Select @{Label="Server...
...Bytes Received. When I try to divide on the 3rd line, I receive the following error: (Listed Below my Code)
$cnt = ([int]"\Network Interface(B*)\Bytes Total/sec")
$cat = "\Network Interface(B*)\Bytes Received/sec"
$cant = ($cat,$cnt)
get-counter -ComputerName Server1, Server2 -counter...
Here is a little nugget we used to use, now everything is handled through GPO but hope this will help you. This script will check the Security group your users belongs to and then if found will map a network printer.. You can add as many security groups and printers under each heading.. Hope...
Hello,
I have a script that will ask you to enter in a file extension then check to see what file is associated with it. It will then write the information found to a text file on the local C Drive. I was asked to run this script against every system in my production network. All systems are...
JockMullin,
Thank you for all of your great input but unfortunately I have already tried the things you have recommended. As I have noted earlier in my the posts before. The .bat file works with No issues if it is only Windows XP SP1. I am an administrator with full rights to the network, the...
Thanks for your information Linney, I will check this as well, but the .bat file is on the local desktop with full rights for both me and authenticated users (Just in case), I am a local admin as well as a network admin, so all of the rights are in place.. This was working with no issues when it...
Yes I have updated to SP3 and all the latest patches, I am a Network Administrator so rights are good, along with I have Local admin rights on the system. It was running with SP1... I will check the MDAC, is that something that SP2 changes when installed ???
Thanks for the quick response !!!
Here is an old error but with a new twist.
I am trying to bring my company into the Realm of Windows XP from Windows 2000 as the higher ups do not want to go to Windows 7 as of yet... All of my applications but one works on Windows XP. Here is the twist, the application is a .bat file and all...
That is the code i am using, I added the Ping information but not sure if it that part is actually working... If I take it out, I takes over 20 mins for 15 systems to be checked as the script stalls on workstations that are not available on my network...
..."INSTALLED MEMORY DIMM INFORMATION"
Set objwmi = GetObject("winmgmts:\\" & strcomputer & "\root\CIMV2")
Set colSettings = objWMI.ExecQuery("Select * from Win32_ComputerSystem")
For Each objComputer In colsettings
strmodel = CStr(objComputer.Model)
F.WriteLine "Your Model number is...
...it will only copy new files added and any files that you have changed... Here is an example of a script I use in my production environment...
' *** NOTE1::: You MUST have a copy of ROBOCOPY.EXE in the c:\program files\CCMCTools\Apps\ folder for this script to WORK !! ***
' *** NOTE2::: A...
...Thanks for all of your help... In case anyone else wants this code here is the final working code... Thanks to PHV !!
On Error Resume Next
'**********************
'* Standard Variables *
'**********************
strserverlist = "C:\serverlist.txt"
'**********************
'* Constant...
...%Free Used Space
Server1 194.4 GB 77 GB 40% 117.4 GB
Server2 31.2 GB 13 GB 42% 18.2 GB
Server3 52 GB 31.7 GB 61% 20.3 GB
*Total Used Disk Space is 135.6
*Total Disk Space is 225.6
The script has not added the totals for Server3. The script seems to drop off the...
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.