>From looking at the  policy templates on github 
>https://github.com/mozilla/policy-templates
It looks like you could redirect the bookmarks folder to fall in the users 
"Documents Folder"  during it's creation, but there is not a policy that will 
move an already created bookmarks folder to the same site?  

Josh Frye
IT Support Level 2
Ivy Tech Community College 
(office) 812-298-2448 

-----Original Message-----
From: Enterprise <[email protected]> On Behalf Of 
[email protected]
Sent: Tuesday, January 29, 2019 7:00 AM
To: [email protected]
Subject: Enterprise Digest, Vol 91, Issue 13

To unsubscribe via the web interface, visit
        https://mail.mozilla.org/listinfo/enterprise
or, via email, send a message with a subject or body of 'unsubscribe'
to
        [email protected]

Send Enterprise mailing list submissions to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific than "Re: 
Contents of Enterprise digest..."


Today's Topics:

   1.  Backing up bookmarks (Daniel Frey)
   2. Re:  Backing up bookmarks (Mike Kaply)
   3. Re:  Backing up bookmarks (Wolfgang Ratzka)
   4. Re:  Policy engine, GPO, FF-60.4.0esr (Mike Kaply)
   5. Re:  Backing up bookmarks (Daniel Frey)
   6. Re:  Backing up bookmarks (Daniel Frey)


----------------------------------------------------------------------

Message: 1
Date: Mon, 28 Jan 2019 11:09:15 -0800
From: Daniel Frey <[email protected]>
To: [email protected]
Subject: [Mozilla Enterprise] Backing up bookmarks
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed

Hi all,

I'm looking into this again as a recent Windows Update has removed support for 
redirecting the AppData folder in Windows 10.

I see that it's possible to get it to back up to a different location by
setting:

browser.bookmarks.autoExportHTML
browser.bookmarks.file

(and possibly browser.bookmarks.overwrite)

appropriately, but I don't see a way to do this in group policy. Is it not 
present or am I missing it somewhere?

Dan


------------------------------

Message: 2
Date: Mon, 28 Jan 2019 12:31:26 -0800
From: Mike Kaply <[email protected]>
To: Daniel Frey <[email protected]>
Cc: "Mozilla.org" <[email protected]>
Subject: Re: [Mozilla Enterprise] Backing up bookmarks
Message-ID:
        <cahueozdjv4bagc9vr3e9h1-miznltpg02_qdggmru5flyp9...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

It's not present. Please open an issue at

https://github.com/mozilla/policy-templates

Mike

On Mon, Jan 28, 2019 at 11:09 AM Daniel Frey <[email protected]> wrote:

> Hi all,
>
> I'm looking into this again as a recent Windows Update has removed 
> support for redirecting the AppData folder in Windows 10.
>
> I see that it's possible to get it to back up to a different location 
> by
> setting:
>
> browser.bookmarks.autoExportHTML
> browser.bookmarks.file
>
> (and possibly browser.bookmarks.overwrite)
>
> appropriately, but I don't see a way to do this in group policy. Is it 
> not present or am I missing it somewhere?
>
> Dan
> _______________________________________________
> Enterprise mailing list
> [email protected]
> https://mail.mozilla.org/listinfo/enterprise
>
> To unsubscribe from this list, please visit 
> https://mail.mozilla.org/listinfo/enterprise or send an email to 
> [email protected] with a subject of "unsubscribe"
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://mail.mozilla.org/pipermail/enterprise/attachments/20190128/355999fb/attachment-0001.html>

------------------------------

Message: 3
Date: Mon, 28 Jan 2019 22:57:18 +0100
From: Wolfgang Ratzka <[email protected]>
To: [email protected]
Subject: Re: [Mozilla Enterprise] Backing up bookmarks
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8

Am 28.01.19 um 20:09 schrieb Daniel Frey:
> Hi all,
> 
> I'm looking into this again as a recent Windows Update has removed support 
> for redirecting the AppData folder in Windows 10.
> 

Are you referring to this:

https://support.microsoft.com/en-us/help/4294935/folder-redirection-not-available-for-appdata-roaming-folder-win-10

?

Kind regards
Wolfgang


------------------------------

Message: 4
Date: Mon, 28 Jan 2019 14:12:32 -0800
From: Mike Kaply <[email protected]>
To: tagtraeumer <[email protected]>
Cc: "Mozilla.org" <[email protected]>
Subject: Re: [Mozilla Enterprise] Policy engine, GPO, FF-60.4.0esr
Message-ID:
        <CAHueOzBeoGKTy2nr_gMVUZ4Pjch13n2O=_qX+8u_VJgkxM=e...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

   "Uninstall": [""],   <==
      "Locked":  [""]    <==

These are invalid.

These values should not be there at all if you are not setting them, otherwise 
they should be set to a list of addon IDs.

Mike

On Sun, Jan 27, 2019 at 2:28 AM tagtraeumer <[email protected]>
wrote:

> Hello,
>
> after further investigation:
>
> FF-addons are only updated automatically, if following two GPO 
> settings are NOT activated:
>
> DisableSystemAddonUpdate: Not activated
> "Extensions": {
>       "Install": ["
> https://addons.mozilla.org/firefox/downloads/file/1166954/ublock_origi
> n-1.17.4-an+fx.xpi
> "],
>       "Uninstall": [""],   <==
>       "Locked":  [""]    <==
>
> But with these settings all users can access addon installation/ 
> deinstallation, what is NOT wanted...
>
> If BlockAboutAddons is activated, access to about:addons is not possible.
> But addons can be installed by calling .xpi directly, if above 
> settings are not activated...
>
>
> How to free this conflict of interests?
>
> Thanks + best regards, Chri
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://mail.mozilla.org/pipermail/enterprise/attachments/20190128/4e9c1e52/attachment-0001.html>

------------------------------

Message: 5
Date: Mon, 28 Jan 2019 17:28:59 -0800
From: Daniel Frey <[email protected]>
To: [email protected]
Subject: Re: [Mozilla Enterprise] Backing up bookmarks
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed

On 1/28/19 1:57 PM, Wolfgang Ratzka wrote:
> Am 28.01.19 um 20:09 schrieb Daniel Frey:
>> Hi all,
>>
>> I'm looking into this again as a recent Windows Update has removed support 
>> for redirecting the AppData folder in Windows 10.
>>
> 
> Are you referring to this:
> 
> https://support.microsoft.com/en-us/help/4294935/folder-redirection-no
> t-available-for-appdata-roaming-folder-win-10
> 

Yes. I haven't done a full-scale deployment yet, and had tried redirect AppData 
in one OU to be able to backup bookmarks. Firefox does not make it easy (like 
IE) where you can specify in a GPO where the bookmarks should reside. You can 
redirect the entire profile (including temp folders I think) but that is 
overkill.

Now that Microsoft removed the ability to redirect AppData to a server share 
I'm looking for another way. I was hoping to stay GPO-only and not mix GPO and 
autoconfig. As far as I can tell everything I need is in GPO except for that.

Dan


------------------------------

Message: 6
Date: Mon, 28 Jan 2019 17:39:44 -0800
From: Daniel Frey <[email protected]>
To: [email protected]
Subject: Re: [Mozilla Enterprise] Backing up bookmarks
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed

On 1/28/19 12:31 PM, Mike Kaply wrote:
> It's not present. Please open an issue at
> 
> https://github.com/mozilla/policy-templates
> 
> Mike
> 

Done @ https://github.com/mozilla/policy-templates/issues/331

Thanks Mike.

Hopefully it was descriptive enough. Titled "GPO Wish List: Bookmark backup 
redirection"

Dan


------------------------------

Subject: Digest Footer

_______________________________________________
Enterprise mailing list
[email protected]
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit 
https://mail.mozilla.org/listinfo/enterprise or send an email to 
[email protected] with a subject of "unsubscribe"



------------------------------

End of Enterprise Digest, Vol 91, Issue 13
******************************************
_______________________________________________
Enterprise mailing list
[email protected]
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit 
https://mail.mozilla.org/listinfo/enterprise or send an email to 
[email protected] with a subject of "unsubscribe"

Reply via email to