Nevermind.. Issue seems to have resolved itself after applying menu.nomad.shares to new config prof in jamf.
The word "Sharepoint" here is misleading.
They actually mean the User's Network drive?
We renamed our from using the Sharepoint name as we do use SharePoint.
Edit your com.trusourcelabs.NoMAD.plist
add this entry:
<key>MenuHomeDirectory</key>
<string>Network Home</string>
Use what ever name you want in the String.
If you want to remove the "Home Sharepoint", just remove the following part from the menu.nomad.shares.plist
<key>HomeMount</key>
<dict>
<key>Groups</key>
<array>
<string>All</string>
</array>
<key>Mount</key>
<true/>
<key>Options</key>
<array/>
</dict>
I have the same problem, how can I remove the Network Home from the menu under File Servers ?
Thank you!
Question
Are you able to use apple login window with Nomad?
Whats the set up process?
Thanks!!!
I'm working with NoMad Login and I have disabled most of the menu under Nomad, see attached image.
I do have another problem at login Nomad doesn't automatically sign in any need to click on the app. All the plist are pushed trough Jamf via configuration profile.

We have script that creates the Nomad settings.
One of the lines is this one:
su "$currentuser" -c "defaults write com.trusourcelabs.NoMAD ShowHome -bool true"
I am testing with the same script and change 'true' to 'false'
So I reinstalled a macBook and at enrollment this new settings is also pushed.
After Sign in in Nomad the Home Sharepoint is still visible.
When I open the com.trusourcelabs.NoMAD.plist I see this:
<key>ShowHome<key>
</false>
Are there any other options to get rid of 'Home Sharepoint'? The reason we don't want this Home Sharepoint is because all our employees are migrated from their DFS home to Onedrive.
If Home Sharepoint can't be deleted should it be possible to redirect to "Onedrive - Name of company" ?