I use this script to list all paths that are longer than 245 characters and it works as it should ecept that I get newline between length and the path.
get-childitem -r | % {if ( $_.FullName.Length -gt 245) {write-output $_.FullName.Length $_.FullName}} | tee-object -filepath c:\pathlength.txt...
Before I reinstalled my computer I had a program that created an extra accountinfo-tab in the user proporties in "Active Directory Users and Computers".
The tab showed "Password expires date", "Password last set date" and some other info.
Now when I lost the the program I really miss it...
I have the same problem.
I have tried to open for all services from the address of the Checkpoint firewall, but I have not got it to work yet.
Could you explain more what you mean by "bypass proxy server for address" and "take out the proxy" ?
Best Regards
Hakan
Thanks for your answer.
I found out that this company had pix firewall at another site, so now these portables connects with Cisco-client to the pix to get around the problem.
I tried to connect directly with the Cisco-client to the Symantec Enterprise VPN server, but it did not work for me...
I have two servers with a WAN-link between them. I have about 500 Gb of data that I want to have replicated. I already have all the data on both servers.
When I try to start FRS with DFS I always get a NtFrs_PreExisting folder, and all my data gets replicated trough my WAN-link.
Is it possible...
Now I am using Symantec Enterprise VPN Client 7.0 to connect to a Symantec Enterprise Firewall 7.
On some portables I have problem with powersaving funktions when the client is installed.
Are there any other clients that I can use to connect to my firewall (preferably free)?
Best Regards
Hakan
Now I have found what I wanted.
AccessEnum from Sysinternals solves my problem.
I have to export the file to Access and then to Excel, but after that I have a nice report.
Thanks anyway
Hakan
I need a utility to document the filestructure with ACLs on a windows 2000 server, something like showacls.exe in the resourcekit but more humanly readable.
Any suggestions?
/Hakan
I am not an expert in this field but maybe if you try:
access-list Remote_VPN permit ip host 10.254.10.12 eq www 10.250.12.0 255.255.255.0
access-list Nonat-VPN_Traffic permit ip host 10.254.10.12 eq www 10.250.12.0 255.255.255.0
/Hakan
I don't think you need any extra addins, did the button work in Nortwind?
Maybe if you change the code like this:
If (result <> 0) Then
fileName = Trim(.SelectedItems.Item(1))
Me.[Site Logo_Item] = fileName
Me.ImgPicture = fileName
Me.ImgPicture.Visible = True
End If...
You can use Call Shell command like this:
Call Shell("calc.exe")
There are other ways, so if this don't solve your problem please tell us.
/Hakan Haskel
If you are using Access 2002 you can check out the Employees-form in the Northwinddatabase.
There is an example how you can select a picture with a filedialog.
/Hakan Haskel
You can set the "Can Grow" property to Yes on the detailsection in the report. And then use the Detail_Format event to change the imagesize. Something like this:
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
If(Me.txtImagePath="") Then...
Thanks
Actually in this database I only want to start Illustrator so your example with ShellExecute works perfect for me, I just wanted to show my problem with the other programs.
Thanks again
Hakan Haskel
Thanks for your answer. If I try with Word or Excel it works as you say, but if I try with programs like Illustrator, Acrobat Reader or WinZip, I get "File not found".
This works:
Call Shell("excel.exe")
This programs don't work:
Call Shell("illustrator.exe") '...
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.