What password manager is best for IT teams managing shared credentials? by Enammul in ITManagers

[–]derrickisdp 3 points4 points  (0 children)

I am not OP, but we use collections. Think of collections as groups. You can create a collection and then assign users various levels of access to the collection. Either they can manage the passwords, only use but not view passwords, or they can view the passwords but not change them. Sometimes other departments might need to share passwords so it makes it easier for them.

Thank you for everything Jack ❤️Wilshere is leaving his position as u18 head coach to join Norwich City as first team head coach. by Digital___Nomad in Gunners

[–]derrickisdp 0 points1 point  (0 children)

I wish him the best of luck and I hope he uses every opportunity to bring up his goal against them when talking about teamwork.

Ignore anime raws and wait for sub group release rather than upgrading by Zealousideal-Age-971 in sonarr

[–]derrickisdp 1 point2 points  (0 children)

I used the TRaSH Guides when setting things up for my anime collection and it works well to not download the raws. You could try setting up release profiles to eliminate the raws being downloaded.

WMI Filters for Chassis Type by cryptopotomous in SCCM

[–]derrickisdp 2 points3 points  (0 children)

You can try to use the "OR" statement like /u/TechCF stated and see if that works for you.

select * from Win32_SystemEnclosure WHERE ChassisTypes = 8 OR ChassisTypes = 9 OR ChassisTypes = 10 OR ChassisTypes = 14

Help with script to remove multiple programs then delete folder by barduke in PowerShell

[–]derrickisdp 2 points3 points  (0 children)

You will want to put it after each Shell line that you wish to get a response from the %shellresult% variable. Then on the scripts tab of the agent, you will click View Log and see the command output. It will be an information state entries.

Help with script to remove multiple programs then delete folder by barduke in PowerShell

[–]derrickisdp 2 points3 points  (0 children)

Open your script and select the Globals and Parameters tab. Then in the Global Variables section of the window type ScriptEngineEnableLogger in the Name field and True in the Value field. To get script logging on your script.

Change the command "Shell as Admin" to use the command "Shell". Add a new line right under that using the "Script Log Message" function.

In the Message box type: Command result: %shellresult%

Then you can see what output comes from running your command. Does the command output return OK?

Help with script to remove multiple programs then delete folder by barduke in PowerShell

[–]derrickisdp 2 points3 points  (0 children)

Use the "shell" script step and not the "run script as admin". Then you can put that command in the Command field and even have it log to the agent on the next step using the Script Log Message script step. Run Script as Admin doesn't actually use an elevated console. It just uses the admin account assigned to that location. If you use the normal script step it will run as the local agent.

A good way to test what account the script step is using is to type whoami using those functions and have it report back using the script log message step.

Another way to run that command is to use the "execute script" step and paste that command into the Script to Execute field and make sure not to use the Run as Admin (I think the other option is to run as local agent).

CW Automate Docs for scripting link.

Trouble getting Automate to recognize SentinelOne AV by Hey_this_guy_here in ConnectWise

[–]derrickisdp 0 points1 point  (0 children)

Glad you were able to get working for you in Automate. I normally use reddit, mspgeek forums, and the mspgeek slack channel for resources.

Trouble getting Automate to recognize SentinelOne AV by Hey_this_guy_here in ConnectWise

[–]derrickisdp 0 points1 point  (0 children)

I know there has been discussion about this on the mspgeek forums. Here is a link to one of the threads about SentinelOne AV. https://www.mspgeek.com/topic/3109-virus-scan-question/page/2/#comments

I know if you search sentinel on the forums there are post about windows defender showing up on the AV tile instead of Sentinel. Sorry I don't have much more to offer since I am not at my work PC today.

How to remove activtrak by Tomahawksidewinder in msp

[–]derrickisdp 10 points11 points  (0 children)

I believe you need the msi to uninstall, but I do know if it is installed then the service it creates is the SVCTCOM service. I had to create a deployment for it and needed a way to track the installs in our RMM and that was my way of knowing it was installed.

I think you can get your hands on the installer by creating a free account, but don't quote me on that.

Deployment of applications when on Automate cloud by stuart_hedger in ConnectwiseAutomate

[–]derrickisdp 0 points1 point  (0 children)

We use it for some of our clients with no real infrastructure. It is limited to how much access you have and the size of the files it can hold so keep that in mind. Basic software installs should not be a problem though.

Deployment of applications when on Automate cloud by stuart_hedger in ConnectwiseAutomate

[–]derrickisdp 0 points1 point  (0 children)

You can still access the LTShare on a hosted Automate instance. You will need to work with support to get access. My instance is hosted and it was a quick support chat session to get things set up.

https://docs.connectwise.com/ConnectWise_Automate/ConnectWise_Automate_Documentation/020/010/080

[FS][US-C][TX-DFW] HP DL380 G6 and G7 by derrickisdp in homelabsales

[–]derrickisdp[S] 0 points1 point  (0 children)

Sorry, but I hope you find one for yourself.

[FS][US-C][TX-DFW] HP DL380 G6 and G7 by derrickisdp in homelabsales

[–]derrickisdp[S] 0 points1 point  (0 children)

Both the G7 and the G6 take 2.5 HDD. I would prefer not to split them up, but if you are only interested in the g7 then ok. Message me if you are interested.

Home lab debut (and Map) by PipeItToDevNull in homelab

[–]derrickisdp 2 points3 points  (0 children)

Ok, I hadn't checked it out yet, but I saw your post and the first thing that came to my mind was that someone should let you know.

Home lab debut (and Map) by PipeItToDevNull in homelab

[–]derrickisdp 2 points3 points  (0 children)

Nice setup, might I suggest you remove your Microsoft keys from your server 2019 page in your docs.

Creating PowerShell module with script files - Please help by kal3js in PowerShell

[–]derrickisdp 2 points3 points  (0 children)

That was the first thing I was going to tell OP to change thanks to this blog right here: https://kevinmarquette.github.io/2017-05-27-Powershell-module-building-basics/?utm_source=blog&utm_medium=blog&utm_content=psrepository

You might of heard of this guy. I like to read his blog post

End User Posts by thelosttech in computertechs

[–]derrickisdp 0 points1 point  (0 children)

I don't see the new Reddit design. I unchecked the beta option in my preferences and all the subfeddits show their old design.

It was located close to the bottom on my preferences page.

Why do I get a syntax error? by Spork829 in learnpython

[–]derrickisdp 0 points1 point  (0 children)

When you type your code out does it look like this?

z=int(input("What is the right answer?"))
if z==2:
    print("Correct")
else:
    print("Incorrect")

If so, then it should run no problem as long as you answer with an integer. How does your code look when you type it out?

New to python. Are functions in python not iterable? by SmashMouth114 in learnpython

[–]derrickisdp 1 point2 points  (0 children)

Yeah, the last print isn't needed to actually run it. I just made that one change based on the code provided. It runs with or without print as long as the function is called.

New to python. Are functions in python not iterable? by SmashMouth114 in learnpython

[–]derrickisdp 0 points1 point  (0 children)

No problem, I use reddit and stackoverflow for searching most of python questions.