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: woter324
  • Content: Threads
  • Order by date
  1. woter324

    Access instantiated object from process ID

    Hi, I'm writing an automation script that launches various IE windows with different URL's pointing to monitoring applications. Some of these applications require logins and setting to specific pages. These are passed from an XML file. I have achieved this by executing a AutoHotKey script...
  2. woter324

    Script to retrieve AD CA issued certificates: Sort it

    Hi, I have the code below that I can point to my local Active Directory Certificate Authority and it will pull back expiring certificates, based on a set number of days. It works well, however, I am having difficulty sorting the output by $cert."Certificate Expiration Date" and it also seems to...
  3. woter324

    Cannot validate argument on parameter 'MySiteHostLocation'. The argument is null....

    Hi, This one's been killing me all week. Thankfully a short week! This snippet of a script connects to a SharePoint "app" server using PS Remoting and attempts to update the profile photos. Problem is, its telling me that one of the arguments is empty, but I cannot fathom why. Everything I...
  4. woter324

    InternetExplorer.Application access element with no ID

    Hi, I'm trying to automate the opening and login of several of our monitoring system web pages. It was all going well until I had to do HP System Insight Manager (SIM) where there is no ID tag given for me to tell it to ".click()". On other pages, I have done this: Set oIE5LB =...
  5. woter324

    PS Errors. Handling output of command write-EventLog

    Hi, I have a command that errors. I know why it errors but want to write it to the windows event log. I can write my own text to the event log, but I want it to write the stderr to the event log. The short version of my code: try{ $crd = credentials $server $user $session = New-PSSession...
  6. woter324

    Additional IP Address assigned by system, in error

    Hi All, I have an interesting problem that seems quite unique and is hard to categorise. It may be OS, VM or Networking. On a Windows 2008, Enterprise 64-bit server we are seeing an additional static IP address being assigned by something. This IP address belongs to another system on a...
  7. woter324

    Dictionary object question

    Hi, I have a text file with two items per line. E.g. Monday=True Tuesday=True Wednesday=False I need to be able to reference the day and it's corresponding boolean value. I have a function with an array to split this out. Due to lack of skill, I am trying to use a dictionary object to...
  8. woter324

    HTTP Post msxml3.dll error '800c005'

    I would have replied to the thread 1281365 but it's closed. I used that thread to get most of the HTTPPOST code. There seems to be quite a few posts on this error, but as I am already subscribed here and so many people have helped me on this site, I am sharing here. I was getting the error...
  9. woter324

    Outlook 2003 Custom Form VBScript Reply button

    Hi, I have a custom form in Outlook 2003. The form has a button on it that activates if items on the form are changed. If the form is changed, It should then change the receipient to the sender (reply). All my Goolge searching does not find any sample code and my attempts have failed. Here is...
  10. woter324

    ADSI: Query two branches together. Citrix Password Manager

    Hi, I am trying to obtain by script both the DisplayName and values created for Citrix PasswordManager from ADSI. Password manager creates values against the user as a new branch under the user, as opposed to a property for that user. For Example: OU=MyOU --> CN=MyUserName -->...
  11. woter324

    Delegating permissions in Exchange 2003

    Hi, We have an AD security group named Role-ExchangeMailboxAdmin. This role should be able to move mail boxes from one mailbox to another without being able to do much else. In short: Set permissions on SELF group of Role-ExchangeMailboxAdmin Delegated Role-ExchangeMailboxAdmin in ESM under...
  12. woter324

    Getting LEAP and Wake-on-Lan working Windows 7

    I thought I'd share a little tail for anyone with similar issues. My goal was to get my Dell D420 laptop configured with Wake-on-lan (WOL) over the wireless NIC (WLAN, Wi-Fi). The D420 has an Intel 3945ABG card installed. I installed Windows 7 on the laptop some time ago. Dell do not provide...
  13. woter324

    Running from VBScript logon script Permissions

    Hi, I have a logon script that for historic reasons is written in VBScript. However, due to Citrix Xen 6, I have had to use powershell to obtain the thin client name using Xen 6 APIs. The powershell script is 'embedded' into the VBScript. No .PS1 file. The code executes successfully for an...
  14. woter324

    Cisco 851W & Blackberry Internet Service (WiFi)

    Hi, This is a tough one to know where to post. I know it is my router's config that is causing the issue, but I cannot work out what it is. My issue is being able to browse the net when connected to my wireless network from my BB 9800. The BB connects to the wireless network and I receive a...
  15. woter324

    AD DirectoryServices ADHelper User Exists

    Hi, I have pinched some code from here to see if a user exists in AD. I am new to VB.NET and having some difficulty in working out where ADHelper comes from. I have an intellisense error stating ADHelper is not declared. I see that but I am not sure where it comes from for me to declare it...
  16. woter324

    851W with dual wireless networks

    Hi, I've resently purchased a squeexbox radio that is missing the components to allow me to connect it to my wireless network currently using WPA Enterprise security. The workarround is to make use of my router's abillity to run two wireless networks. I have used the information given [link...
  17. woter324

    851W with dual wireless networks

    Hi, I've resently purchased a squeexbox radio that is missing the components to allow me to connect it to my wireless network currently using WPA Enterprise security. The workarround is to make use of my router's abillity to run two wireless networks. I have used the information given here to...
  18. woter324

    Changing a file and re-running a function

    Hi, I have a list of usernames in a text file that are validated against AD. I have a msgbox that triggers when a username doesn't match. The msgbox has Abort / Retry / Ignore buttons. If a mismatch between the username in the text file and AD ocures, I'd like to give the user the option to...
  19. woter324

    Infopath form with Submit via email and SP Library

    Hi, I have created a form in InfoPath 2007 and published it to MOSS2007 with the ability to complete as a web page. I have followed these instructions to the letter, but after going through the rigmarol of activating the form because it now has code in it, I get the following error when I...
  20. woter324

    Blackberry Successfully Unlocked

    Hi, I unlocked a Blackberry Curve 8520 using http://blackberrymep.com I hate unlocking phones over the WWW because there are so many scam sites out there and I can't seem to find the software anymore to do it myself. Just thought I would share with others as a site that worked. I am not...

Part and Inventory Search

Back
Top