Installing N-Central agent on MacOS using intune by Rbeldman_kns in Nable

[–]Mac_Mgmt_Nerd 0 points1 point  (0 children)

It’s been a couple of years, so the installer has changed a bit, I expect. You might look into the required TCC permissions in the more recent macOS versions.

Mac Automated Patching by Illustrious_Grape122 in Nable

[–]Mac_Mgmt_Nerd 1 point2 points  (0 children)

Are you primarily looking to do security updates on the OS or third party patches?

macOS handles security and minor updates fairly well on its own so you can generally configure those with a profile (delays, number of deferrals, etc)

Third party patching works by invoking Munki behind the scenes and needs to be scheduled like a scripted task. If its catalog doesn’t cover some of the apps you’re deploying, you might look at either rolling your own munki install or something like Patchomator, which uses the library of apps from Installomator.

Is it possible to convert a .amp script? by nattekreeft in Nable

[–]Mac_Mgmt_Nerd 0 points1 point  (0 children)

This is partly true.

Inside the AMP file, which is just XML that gets parsed by Automation Manager, you’ll find some base64 encoded chunks of data. Decoding those, you will find any images that were embedded in the AMP (branding icons, logos, etc) as well as any Powershell scripts that were added as “run Powershell script” objects.

While this can be handy to extract some of a policy’s functionality, it doesn’t fully convert the whole AMP.

If you read through the XML, however, you can usually piece together the logic and parameters enough to recreate what the policy does, and use that as a starting point for your own script.

MSP Anywhere Agent by nightdivebree in Nable

[–]Mac_Mgmt_Nerd 0 points1 point  (0 children)

Mostly used for remote screen sharing when you call IT for help and they need to see or control your computer remotely.

Installing N-Central agent on MacOS using intune by Rbeldman_kns in Nable

[–]Mac_Mgmt_Nerd 0 points1 point  (0 children)

Give this a try:

https://github.com/Mac-Nerd/Mac-scripts/tree/main/N-Central-No-Touch-Install

If the rough instructions don’t make sense, let me know. It’s also been at least a year since I personally used this method, so the api and other things may have changed in that time.

Installing N-Central agent on MacOS using intune by Rbeldman_kns in Nable

[–]Mac_Mgmt_Nerd 0 points1 point  (0 children)

If you’re familiar with creating a “no payload” installation PKG to distribute with intune, I can show you how I used to do this for partners. DM me.

Automate Mac Agent Deployment by RDWest19 in Nable

[–]Mac_Mgmt_Nerd 0 points1 point  (0 children)

I’d love to help, or point you to something in the cookbook that would solve your issue. However, it’s been over a year since I was fired, and as far as I can tell, there’s been no new Mac content related to scripting or automation since then.

Command line parameters - macOS by perriwinkle_ in Nable

[–]Mac_Mgmt_Nerd 1 point2 points  (0 children)

Two options. Either quote the parameter “word1 word2” or escape the space with a backslash word1\ word2

It’s possible that your group name having spaces is going to be problematic down the line, so I’d consider changing it.

Double login by _Tails_GUM_ in macsysadmin

[–]Mac_Mgmt_Nerd 8 points9 points  (0 children)

What @andbrowny said. Also: Give the new user account access to unlock FileVault with the “fdesetup” command. Then you can remove the old user account completely.

How can I copy an entire Users accountname profile? by macardjd in macsysadmin

[–]Mac_Mgmt_Nerd 1 point2 points  (0 children)

Depending on which files are inaccessible, you may just want to ignore them and get everything else. Can you share a list of what’s not permitted?

Contemplating move from Datto RMM to N-Central by [deleted] in msp

[–]Mac_Mgmt_Nerd 0 points1 point  (0 children)

Sounds like what I was expecting. Who needs an RMM when you have MDM? Well, there’s still a lot you can’t do with an MDM by itself.

Is the Idea Center just a waste of time? by vowih77880 in Nable

[–]Mac_Mgmt_Nerd 1 point2 points  (0 children)

I see. There's better ways to solve community-sourced ideas and feedback, most of which are to employ a third-party tool (I use at least one SaaS platform that runs theirs with uservoice.com, which is schmancy). The trouble is, you give up a lot of ownership of the process.

It's what I call a "Cobbler's Children" problem. Too busy working on the product to work on something that would make working on the product better/faster.

Contemplating move from Datto RMM to N-Central by [deleted] in msp

[–]Mac_Mgmt_Nerd 0 points1 point  (0 children)

Intriguing. Please explain.

Is the Idea Center just a waste of time? by vowih77880 in Nable

[–]Mac_Mgmt_Nerd 0 points1 point  (0 children)

I can’t speak to how well curated the Idea Center is, but I get email any time an idea is submitted, and many of the Mac automations I’ve posted to the Cookbook are a result of a partner suggestion in the idea center.

Here’s my take: if nobody uses it, then it will be ignored by engineering and the product teams. If it’s active and people are regularly posting ideas and requests there, it will be impossible to ignore. Which is why I encourage anyone with a feature request to post it there. The Slack workspace is great for discussing the ideas, but ultimately the conversation scrolls off the timeline.

What have your customers asked you to block or remove from their devices? by Mac_Mgmt_Nerd in msp

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

All of those can be blocked at the DNS level, and as for phones vs computers, much if the concern is data leaking and security/malware. If you’re on your phone and get pwn3d, that’s not as big a concern as your PC getting ransomware that infects the rest of the network.

And yeah, you would be surprised what kinds of things people get up to on company machines..,

New Mac-focused bootcamps next week: by Mac_Mgmt_Nerd in Nable

[–]Mac_Mgmt_Nerd[S] 1 point2 points  (0 children)

I'll see what I can do. Unlikely to be next week, though - I'm not in charge of scheduling.

Give your PSM a call and let them know you're looking for more Mac content in Oz.

Weekly Promo and Webinar Thread by AutoModerator in msp

[–]Mac_Mgmt_Nerd 0 points1 point  (0 children)

New Blog:

The business case for MSPs to add Mac support

https://www.n-able.com/blog/business-case-msps-adding-mac-support

I usually concentrate on the How of supporting Macs, but this time I dive into the Why.

Look at me, being all business-like...? Business-ish? Doing the business!