Jump to content

HighlanderSword

Active Members
  • Posts

    302
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

HighlanderSword's Achievements

Universalist

Universalist (7/7)

1

Reputation

  1. Have a strange issue that just started recently , when outlook opens when called from the UDF , the ribbon has an icon "All Apps" (see screenshot attached) When I run outlook manually this ICON does not appear. Any Ideas ? Using UDF - OutlookEX: 1.7.0.0 2021-11-16 Using Office Pro Plus 2021
  2. ok, I will do some more digging , it can be done from the GUI by right clicking the email and the Assign Policy and the Retention Policy and you pick from the list
  3. ok that set it a folder level, need to set it at the individual email level as folder level as policy runs that reset the folder level
  4. Is there a way using the Outlookex UDF to set the retention policy to a Policy name that is defined by admins (Never Expire)
  5. This is a Great Add on for Scite ! How do you create a New INi File that has all of the settings , thought it would be new profile , but not following why it is asking for a Select(activate) the window you want to track and then click on ok. I worked around this by copying an exiting ini and renaming it and then editing that. Are you working on any new enhancements currently looks like 1.0.0.5 is the latest version
  6. Great that works, so how do I get other elements from the Tagcredential was able to do - $tTargetname = DllStructCreate("wchar string[100]", $tCredential.TargetName) and that worked But below returns nothing and no @error is set as well $tPersist = DllStructCreate("wchar string[100]", $tCredential.Persist) This is my first time working with DllStructiure
  7. Looks like when it runs in Chrome the _wd_attach is not getting the details from the second tab , the results come back as null. When it runs in Firefox it gets the details for both tabs , will continue to debug...
  8. Looking for some help , The below code works fine in Firefox, but does not work in Chrome , that attach fails with $_WD_OPTION_NoMatch = 8 Can see that the new tab has been created and is named DETAILS.pdf , but the attach fails Using ChromeDriver 108.0.5359.71 Using Autoit 3.3.16.1 ;excute script to generate Details and it will open a new tab in Existing Browser , Named Details _WD_ExecuteScript($_MY__WD_SESSION, "submitAction_win0(document.win0,'GET_DETAILS_ALT$0');") ;attach to the new tab , wait loop until the attach returns error code of 0 do _WD_Attach($_MY__WD_SESSION, "DETAILS.pdf") ConsoleWrite("Attaching to details " & @error & "/" & $_MY__WD_SESSION & @crlf) until @error =0
  9. can an admin please delete this , I posted in the wrong location, I have created a new one in the correct location. Thanks
  10. Hello Water, When I use _AD_IsAccountExpired to check if an account is expired, I get the error message error = 2 @extended = -2147352567 When I use _AD_GetObjectProperties for the same user I'm able to see the details , and I look at the accountExpires field is see 1601/01/01 00:00:00 Any ideas what I missing when using the AD_IsAccountExpired function that would generate the extended error UDF Version and windows version details below UDF Version ...: 1.6.2.0 Windows 10 21H2 x64 Error details when setting _AD_ErrorNotify(1) COM Error Encountered in search.au3 AD UDF version = 1.6.2 @AutoItVersion = 3.3.16.0 @AutoItX64 = 1 @Compiled = 0 @OSArch = X64 @OSVersion = WIN_10 Scriptline = 3319 NumberHex = 0x80020009 Number = -2147352567 WinDescription = Exception occurred. Description = Source = HelpFile = HelpContext = 0 LastDllError = 0
  11. Hello Water, When I use _AD_IsAccountExpired to check if an account is expired, I get the error message error = 2 @extended = -2147352567 When I use _AD_GetObjectProperties for the same user I'm able to see the details , and I look at the accountExpires field is see 1601/01/01 00:00:00 Any ideas what I missing when using the AD_IsAccountExpired function that would generate the extended error UDF Version and windows version details below UDF Version ...: 1.6.2.0 Windows 10 21H2 x64 Error details when setting _AD_ErrorNotify(1) COM Error Encountered in search.au3 AD UDF version = 1.6.2 @AutoItVersion = 3.3.16.0 @AutoItX64 = 1 @Compiled = 0 @OSArch = X64 @OSVersion = WIN_10 Scriptline = 3319 NumberHex = 0x80020009 Number = -2147352567 WinDescription = Exception occurred. Description = Source = HelpFile = HelpContext = 0 LastDllError = 0
×
×
  • Create New...