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...
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...
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...
Thanks for your help Geates.
Unfortuanatly, I'm still getting "Object Required" on the Set oAnchor(0)... line.
The code I have tried:
Set oSpan = oIE5LT.Document.getElementById("firstStatusCritical")
Set oAnchor = oSpan.getElementByTagName("a")
oAnchor(0).click()
MsgBox oAnchor(0).value...
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 =...
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...
I've disabled isatap under Network adapters in Device Manager and thus far the additional static IP hasn't come back.
Reading this blog it looks like isatap is to do with IPv6 which we don't use.
IPv6 has always been unticked in the "Local Area Connection" properties.
Thanks
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...
Thanks jges,
Both suggestions worked. I Looked back at some code i wrote a while ago using the same method and noticed there was no 's'. Grrrr!.
If I return just the array, how might I be able to pull out different items. I think it should be something like:
Sub process()
sFilePath =...
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...
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...
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...
As mentioned in the OP, the user's DN is retrieved. I did some string manipulation and now have a list of all users who have CN=QBA.
The weak point is that Citrix Password Manager might not always create the QBA record even when a user has configured their self-service settings.
If it helps...
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 -->...
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...
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...
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...
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.