Avatar

Lavar Lawrence

  • Total activity 31
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 6
  • Subscriptions 8

Activity overview

Latest activity by Lavar Lawrence
  • Lavar Lawrence commented,

    Got my answer from here: https://help.pdq.com/hc/en-us/community/posts/4407166508059-API-for-remote-Powershell-deployment Which let me back to Colby Bouma's PowerShell module (I've used it before f...

  • Lavar Lawrence created a post,

    Stream or output live deployment status?

    I've made an internal mobile app that taps into our PDQ server and can run PowerShell or Python to it. Currently I can deploy packages to our computers via CLI command and get feedback that the dep...

    • 3 followers
    • 2 comments
    • 1 vote
  • Lavar Lawrence commented,

    sudhirreddy.dharma. Yes, Still using Zero Tier.  Alternative is to use the RAS VPN program PDQ made (https://www.pdq.com/blog/ras-vpn-setup-wizard/). Zero Tier works well BUT we have 1 major issue....

  • Lavar Lawrence commented,

    Colby Bouma Thanks Colby! I went through the module but I'm notorious for locking our database up when using anything with a hint of SQL so I ended up using code from here for the time being. https...

  • Lavar Lawrence created a post,

    Depoy or Scan Multiple domain names but same computer

    Lets say we have a domain called contoso.com and John's laptop is now John.contoso.com John isn't using a VPN, but John has a program installed that still lets PDQ scan and deploy to his laptop at ...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Lavar Lawrence created a post,

    Parse PDQ Inventory CLI Output data

    Trying to parse data to collect info via code from inventory directly. Basically from PowerShell I save the output $compdata = PDQInventory GetComputer $compname   output is formatted like this (I ...

    • 2 followers
    • 2 comments
    • 0 votes
  • Lavar Lawrence commented,

    We are testing the product Zscaler for this computer. It is zero trust network access, no ICMP (There is an update to allow us to ping outward soon). The computer can't be reached unless it makes c...

  • Lavar Lawrence commented,

    In the same situation myself, but we are in the testing phase and I don't know much about zscaler. Yes, as you said, PDQ basically becomes useless since you cannot reach the machine directly. We cu...

  • Lavar Lawrence created a post,

    How to call schedule deployment?

    I know how to call pdq packages for deployments via powershell but I have a situation where I need a client computer to call packages because it cannot be reached directly. I'd rather it call a sch...

    • 2 followers
    • 2 comments
    • 0 votes
  • Lavar Lawrence commented,

    Thank you Colby. Finally had time to use your suggestion and with a little modification it worked out very well.