Hi Melba23!
what if a multi-line file?
I try this and is not working...
$hFile = FileOpen($sFileName, 2 + 16)
$x=0
while $x<3
$bEncryptedData_ToFile = _Crypt_EncryptData(_NowCalc(), $sPassWord, $CALG_RC4) ; Put parameters in the correct order
FileWrite($hFile, $bEncryptedData_ToFile)
$x=$x+1
Sleep(2000)
WEnd
FileClose($hFile)
I write a tool that generate a txt log.
My issue is to crypt this log.
I will appreciate if you or anybody can help.
TKS
Hi Jango! Very good. That solve my problem.
tks.
Hi EndFunc! Itry to use adfunctions.au3 to check the authentication against AD but I can't found the way... can you help?
thanks anyway.
Pierre
Hi Guys!
Does anybody knows a way to send user/password to an M$ Active Directory and looks the answer to know if user/passwrod was accept or not?
tks
Pierre
Chame a função informando o cpf, se for válido retorna 1 e se não for retorna 0. Exemplo: $CPF=InputBox("","CPF") If checacpf($CPF)=1 Then MsgBox(0,"","CPF OK") Else MsgBox(0,"","CPF inválido") EndIf Exit
Hi all!
I need to search a list of servers (2K and 2K3) looking for task schedule account info.
I search the forim ans found some thing (at.exe, jt.exe, schtasks.exe), but none of them runs perfect.
Any one knows a way?
tks.
Pierre
Hi guys.
Anyone knows a samle code to add a domain global group to a local computer group?
I am trying to add the domain group called GG_WS_ADM to the local Administrators group of my workstations thougth our logon script.
Thanks for the help.