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 Chriss Miller 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: *

  • Users: ls62
  • Content: Threads
  • Order by date
  1. ls62

    Import-certificate is not including "Properties Only" fields

    Hi, When using the import-certificate command it is not importing the "properties only" fields. If I import the same exact .cer file using the mmc certificate snap-in it does import those values/fields. Is this a known issue or is there something additional I need to do to import the fields...
  2. ls62

    Quoting a parameter when running a powershell script from task scheduler

    I have a PowerShell script that deletes files from a specified folder base on a supplied age and filters. We typically run it as a scheduled task and it works great as long as the suppled path does not contain any spaces. I’m struggling trying to figure out how to run this command from Windows...
  3. ls62

    Count of WMIObject returns null instead of 1

    Hi, Can someone tell me what is wrong with my .count statement that it returns no value (null) instead of one. See my code snip below and result. This does work if I have >1 job returned Code: $thresholdTime = (Get-Date).Addhours(-4) $printJobs = Get-WmiObject Win32_PrintJob -ComputerName...
  4. ls62

    W2K3 Server can not browse the internet

    Hi, We had a virus infect our W2k3 server and I'm pretty sure it has been cleaned. Malwarebytes and McAfee Enterprise all come up clean now. The problem is that server can not browse the internet, at least anything out on the public internet. This server is not a dc, and has a static ip...
  5. ls62

    Old Undeliverable / NDR's just showed up

    Hi, Our exchange 2003 server seemed to have been working fine. We were receiving and sending emails without any issue. Yesterday we had to reboot the server and after it came back up many of our users started receiving a few 'undeliverable' NDR's from the system administrator for emails they...
  6. ls62

    Keep having to enable/disable wireless connections when changing locations

    Hi, Sometime within the past week or two my wireless connections will not automatically connect to the local wireless connection and give me internet access. It seems to connect but does not get a new ip configuration from dhcp. For the previous year that I've had this laptop I did not have...
  7. ls62

    DNS reporting wrong local IP

    Hi, We have two MS sites each having a dns server SVRA and SVRB. I setup a new machine (SVR3) at my local site (SiteA) and assigned it an ip address of 192.168.115.155 using SVRA dns server and once it was configured I shipped it to SiteB and reconfigured the IP address 192.168.116.155 and set...
  8. ls62

    force user to edit a cell

    Hi I'm validating cells on worksheet change and if the value is invalid I'm trying to force the user into edit mode in that cell. I tried using the sendkeys {f2} at the end of the procedure, but this doesn't seem to be working consistently. I want to force the user to edit the cell until they...
  9. ls62

    NDR sending to one domain

    Hi, On our SBS 2003 Exchange server... I'm have a strange problem sending email to one domain that I know of, lets call it xyz.com. Here's the situation (some of the info/names have been changed to protect the innocent) : 1) I receive a email from xyz.com and if I 'reply' to it I always get...
  10. ls62

    Exchange performance counters - Block lists

    Hi, Using Permformance monitor to monitor some counters on exchange 2003 and I'm wondering if someone can help me figure out exactly what some of these mean. Under "MSExchange Transport Filter Sink" I have Block List DNS Queries Issued ... Is this A) the number of inbound emails checked...
  11. ls62

    Calendar in deleted items can't be deleted

    Hi, One of our users on exchange 2003 somehow moved or deleted their calendar and it is now showing up in the deleted items folder. Outlook will not allow us to actually delete it, moved it or anything now that it is in the deleted items. A second/new calendar was created at some point and...
  12. ls62

    Excel macro problem, 2 vars same but subtract <> 0

    Hi, I have a vba macro in excel that loads a text file, parses through the lines and adds up two different values from the records. When I look at the values they are exactly the same, but with I use them in a 'if' statement or set another variable to the subtracted result I get some wierd...
  13. ls62

    nmbd multiple responses

    Hi, We are getting the following message in the log.nmbd file and I'm not sure how to determine what the problem is or what utilities to use. Can someone help point me in the right direction to figure out what is causing this? [2005/11/23 09:17:38, 0]...
  14. ls62

    Count occurances question

    Hi, I have a sheet with columns in pairs. Columns A&B , C&D, E&F ..etc go together. In column G I want to count how many first cells of the pair have a value>0 (A,C,E). In column H I want to count how many 2nd cells have a value (B,D,F). I tried countif, but couldn't get the range to work I'm...
  15. ls62

    how to split a file based on content

    Hi, I have a file that I want to split into multiple files based upon the content. I want to split the file wherever the line begins with "ISA" as the first 3 characters. I thought I could use "csplit flat.txt '/^ISA/'", but it doesn't work. Am I missing something or is this the wrong...
  16. ls62

    Can't browse subnet network, wins setup help

    Hi, I have a local subnet (10.0.1.x) and a remote subnet (10.0.0.x) that we recently connected using a vpn over the internet. Both networks are different domains and each has a win nt machine doing dhcp. I can't browse the pc's at either network from the one side to the other. I think I need to...
  17. ls62

    Password protect shutdown

    Hi, Is there some way to password protect the shutdown function on a win nt pc? I have some users who occasionally use our winnt server and sometimes shut it down when they are done and it shouldn't be. Thanks. LEE
  18. ls62

    Help with excel formula and row referance from another cell

    Hi, I have a formula =sum('sheeta'!$b$69,'sheeta'!$e$69) and I now need to have the row ($69) change based upon the value of another cell. For example if cell 'a1' has 5 in it then the formula would evaluate to: =sum('sheeta'!$b$5,'sheeta'!$e$5) Every time you change the 'a1' cell it would...
  19. ls62

    Text to tif utility

    Hi, We have a sco unix 5.06 os and I'm looking for a utility to convert text reports to tif format. Normally the reports are printed on dot matrix printers in 17 (compressed) cpi or 20 cpi with epson ctrl codes , but I would like to print to text and then convert to tif so that they could be...
  20. ls62

    Excel losing references

    Hi, I have Excel 97 workbook that has several sheets. The first sheetis a summary of data on the other sheets. I have a macro that I occasionally run that deletes the 'other' sheets and recreates them from csv files. The problem is once this is done the 'summary' sheet loses reference to the...

Part and Inventory Search

Back
Top