Search results

  1. _-J-_

    VBScript Help

    Thank you for your help, the structure was correct, but Washout seems to of hit the money! This worked, had to tweak it a little bit and came up with the below which works. Thanks again! Option Explicit Dim fs Dim fileArray() Dim arraySize Dim i Dim previousFull Dim...
  2. _-J-_

    VBScript Help

    PowerShell would be ideal and much easier, however the system it is running on does not have PowerShell.
  3. _-J-_

    VBScript Help

    Thats great, but is flinging an error of Subscript out of range on the line If UBound(fArray) > 1 Then Folder is populated with files etc. From googling the error could be the array is 0, however there are files there. Quite new to working with Array's and trying to get my had around...
  4. _-J-_

    VBScript Help

    I did think that setting them in the dim set them as a useable variable.
  5. _-J-_

    VBScript Help

    The str = (Left(File.Name, 4)) can be removed, was me trying to test something. Not sure why a vbscript would need compiling, have done quite a fwe and never had to compile them?
  6. _-J-_

    VBScript Help

    Hoping someone can help on the below script, basically, when it runs, it echo's all the files but does not then delete anything or echo the file name at the section when it checks if its a full. Option Explicit Dim intNum, intMax2, intMax1, FSO, File, str Set FSO =...
  7. _-J-_

    VBScript Help

    Would really appreciate some help with this code, basically want it to compile a list of servers and then check they are online (cannot just ping them as the servers are virtual machines and have an issue where they freeze but still respond to ping) then write this to another file and then...
  8. _-J-_

    Powershell Query

    The -ComputerName item does not work on PowerShell V1. This is the pain of not being able to install PowerShell 2 or PowerShell add-ins.
  9. _-J-_

    Powershell Query

    That works much better, now need to figure out how to run it on a remote machine. Wish we could install PowerShell 2!
  10. _-J-_

    Powershell Query

    Running it on 2003 R2 and that command returns results, but the same fields are blank. Running that (had to take out the out-file bit, think thats PS2?) gets 10 records but the same fields are blank, example below Category : 0 Category String : Event Code : Event...
  11. _-J-_

    Powershell Query

    Can anyone shed light on the following, running the below command to try and start scripting a tool to check our servers get-wmiobject win32_ntlogevent -filter ("Type='Error'") Or also tried the following as a test get-wmiobject win32_ntlogevent -filter ("EventCode='1030'") >> test.txt...
  12. _-J-_

    IT Training Providers

    Can anyone recommend a good training provider, have Googled companies but peoples first hand experience would be great. Looking to have a "boot camp" style course for VCP 4.1 or 5.1 and my MCITP Systems Administrator. Work have decided to allocate a training budget so looking for the best...
  13. _-J-_

    Spreadsheet or Database?

    Thanks for the advice, will look into this. Is there any guides that you know of or can point me in the right direction?
  14. _-J-_

    Spreadsheet or Database?

    Morning all, would be excellent if someone can advise on the following. Need to find the best way of doing the following, not sure which route is the best. Need to create a way of displaying what Active Directory groups are required to do certain things. Probably easier if I explain with...
  15. _-J-_

    Who do I contact to have someone sectioned under the Mental Health Act?

    Perhaps check first to see if she is actually in need of mental health help, or just has no sense of smell. If you know a RMN they will be able to section them with a DR present.
  16. _-J-_

    365 For 2012, Well 366 Really

    A bit behind the times but has anyone else started a 365(6) project this year? It's been a while since I posted in here, or even the forum in general, but would be interesting to see who is doing it. Searched and couldn't see anything. My 365(6) Set browse mine, C&C always welcome. Got...
  17. _-J-_

    All inclusive Holiday destination?

    Were not going to bother doing anything but AI since the amount you save is normally negligible (between AI and SC), when you take into consideration spending money etc. It is all about choosing a good hotel. We are not the type to sit around the pool all day etc and always find that AI works...
  18. _-J-_

    Setup required for small business

    Is there a budget in mind?
  19. _-J-_

    Best OS for VMware on a laptop

    Depending on the spec of the laptop, would it not be better to put Linux on there and them VMWare server on top?
  20. _-J-_

    Using Backup Exec SBS on Server Standard

    Didn't we have this in our last place, sure we tried to install SBS Key on STD and it didn't work.
Back
Top Bottom