Understanding Macro Blocking and Unblocking

Поділитися
Вставка
  • Опубліковано 16 жов 2024
  • Understanding how/why files from the Internet, E-mails, ... are having their content/code blocked and demonstrating multiple approaches to unblocking them both manually and via automation.
    Note: the blog article includes a download of the demo database as well as VBScript version of the code samples.
    We're going to discuss:
    • Manually unblocking files
    • Using Trusted Locations
    • Using the SysInternals Streams Utility
    • Using FSO
    • Using PowerShell
    You may also like to quickly look at:
    • • Unblocking Macros - Er...
    Blog Articles on the Subject:
    • www.devhut.net...
    • www.devhut.net...
    Other Resources on the Subject:
    • • Blocked! How to Deal W...
    My Links:
    • www.cardaconsu...
    • www.devhut.net/

КОМЕНТАРІ • 38

  • @599CD
    @599CD Рік тому +6

    Great video. Awesome information. I've been planning to put together simple video about this. I'll just be mentioning the basics and talking about how to manually unblock or use a Trusted Location. I'm going to point people HERE for the technical details about how to unblock it. Thank you for sharing your knowledge.

    • @DanielPineault
      @DanielPineault  Рік тому +3

      My pleasure and let me know when you release your video and I'll add it in the description of this one. You can never have too much good information on a subject!

    • @599CD
      @599CD Рік тому +1

      @@DanielPineault Here it is: ua-cam.com/video/wUMNxesq_ec/v-deo.html - I just covered the basics and then told people to come here for the good goods. :)

    • @DanielPineault
      @DanielPineault  Рік тому +2

      I've added it to the description of the video.

    • @Dragon-vv2ew
      @Dragon-vv2ew Рік тому

      Congrats Daniel! I'm also from Richard Rost's videos. For me you are too strong and too forward! Thanks for the videos you post, always very interesting. I signed up too.
      Complimenti Daniel! Vengo anche io dai video di Richard Rost. Per me siete troppo forti e troppo avanti! Grazie per i video che pubblicate, sempre molto interessanti. Mi sono iscritto anch'io.

    • @DanielPineault
      @DanielPineault  Рік тому +1

      Thank you for your support. It is greatly appreciated.

  • @sandratruax715
    @sandratruax715 Рік тому +5

    Thank you for this great information, and I want to thank Richard Rost for sharing the link to it.

  • @sandratruax715
    @sandratruax715 Рік тому +4

    Richard Rost was right. Great video.

  • @computertinkerer4918
    @computertinkerer4918 Рік тому +2

    Richard Rost sent me... thankful he did - thanks for the video!

  • @orange1826
    @orange1826 Рік тому +2

    Great info and well presented. Thanks Daniel.

  • @Jojosmith342
    @Jojosmith342 11 місяців тому

    Thank you very much Daniel Pineault. Richard Rost send us here. All thumbs up and subscribed as R&R's guide

  • @rainangel2517
    @rainangel2517 Рік тому +1

    hey daniel. If i unblock the file on my side and send it to my colleages will it be blocked when they receive it?

    • @DanielPineault
      @DanielPineault  Рік тому

      From my understanding that depends. If you place it on a corporate server from them to access there should be no issue. It's if you go outside of your network that the block comes into play. So if you use Gmail, ... They it is likely to get blocked again.
      So it all depends on how you share the files

    • @rainangel2517
      @rainangel2517 Рік тому

      @@DanielPineault we use outlook for my company. i want to share it via my work email outlook adresss to my other colleague who is on the same domain on outlook

    • @rainangel2517
      @rainangel2517 Рік тому

      will it still get blocked?

    • @DanielPineault
      @DanielPineault  Рік тому

      On the same network there should be no issue, but with Microsoft you never know. Testing is the only real way to know as it can also depend on how IT configured things.

    • @andrewabaye6603
      @andrewabaye6603 3 місяці тому

      ​@@DanielPineault​, I am the issue with an Access DB on a shared directory on my local area network.

  • @Jojosmith342
    @Jojosmith342 11 місяців тому +1

    Hi Daniel. Our splitted MS Access DB has error "The action can't be completed because the file is open in another program. Close the file and try again". All users have closed the program but the .lacdb will not go away. I tried to delete the .lacdb and receive this error message. I already changed the trust centre both for BE/FE but the.lacdb is still there. Could you please kindly help me? thanks a lot. Oh, also I tried the other way System Manager to end the process but it requires the Network Admin right. It never happens before.
    is this because I added the code to kick users out of program (but I did not tick the option for the time range to kick users yet),

    • @DanielPineault
      @DanielPineault  11 місяців тому +1

      My first thought would be to reboot the computers/server.
      You can open the laccdb in a text editor and see what usernames are listed and then go see that they are in fact out of the db and they don't have any hung out hidden processes running.

    • @Jojosmith342
      @Jojosmith342 11 місяців тому

      thank you so much for your quick help Daniel. I rebooted so many times. It won't go away@@DanielPineault

    • @DanielPineault
      @DanielPineault  11 місяців тому +1

      You've rebooted every user PC and the server, then tried to delete the laccdb file?
      Could someone be accessing the db remotely?

    • @Jojosmith342
      @Jojosmith342 11 місяців тому

      yes, users might remotely access the DB. However, from the user log report which does not show any users access DB after the regular working hours or weekends. Also, I have procedures to remove users when the DB is idle for 30 minutes and the kick out code to remind them to log out at specific time. I had no issue of deleting this .laccdb in the past. I am not in the office to restart all the DB users. At work, we have some updates . They are trying share point. Could it be the reason? Any possibility? Thanks a lot for your quick help Daniel. Very kind of you @@DanielPineault

    • @Jojosmith342
      @Jojosmith342 11 місяців тому

      the DB is located in Shared Folder. I am the owner (full control). I am not belonging to Network Administrator. I only have the Full Control for the Folder where the BE of DB is located. FE is on users' desktops including me@@DanielPineault

  • @andrewabaye6603
    @andrewabaye6603 3 місяці тому

    I am having this issue with a Network Shared Access Database. Active Content is being blocked. How can treat this please?

    • @DanielPineault
      @DanielPineault  3 місяці тому +1

      Have you configured a Trusted Location for the Front-End folder (or file)?

    • @andrewabaye6603
      @andrewabaye6603 3 місяці тому

      @@DanielPineault, I have tried to add the network drive to the trusted location but it says it is not allowed to add a network location even though I have Allow Trusted Location on my networks checked

    • @DanielPineault
      @DanielPineault  3 місяці тому

      What about mapping the drive and then adding the mapped drive to the Trusted Locations?
      Perhaps you're IT has blocked trusted location creation. You may need to put in a request to then to deal with this.

  • @mohammadrafiq6147
    @mohammadrafiq6147 Рік тому +1

    Most of this security unblock not yet showing

    • @DanielPineault
      @DanielPineault  Рік тому +1

      I'm not sure I understand. Could you explain a little more.