none
Excel2010 Einstellungen "Externer Inhalt" fehlt in ADMX - Wie nachpflegen? RRS feed

  • Frage

  • Hallo!

    Simples Problem, nur leider konnte ich keine Antwort finden:

    Bei den Vorlagen zu Excel 2010 fehlen die beiden Optionen unter:

    Optionen -> Sicherheitscenter -> Einstellungen -> Externer Inhalt.

    "Sicherheitseinstellungen für Datenverbindungen" und "Sicherheitseinstellungen für Arbeitsmappenverknüpfungen"

    Ich habe bisher nur eine handgeschriebene ADM für Excel2007 gefunden, die das Problem (angeblich) löst, sie lässt sich allerdings nicht auf 2010 anpassen, da hier der Eintrag vermutlich woanders vorgenommen wird. die Registry-Einträge existieren jedenfalls so nicht wie vorher.

    Kann mir jemand weiterhelfen, wie ich die beiden Optionen setzen kann, notfalls auch per Registry-Eintrag.

    Mittwoch, 23. Februar 2011 08:57

Antworten

  • Danke fürs Entfernen der Tomaten auf den Augen. Inzwischen habe ich die Werte gefunden. Als Hilfe für Andere (Das Problem lässt sich ungelöst öfter im Netz finden) und als Dankeschön an diese wunderbar hilfreiche Webseite habe ich das ganze direkt als ADM für Excel 2007 und 2010 ausgearbeitet. Falls gewünscht, darf es gern auf Gruppenrichtlinien.de verwendet werden. Die Einstellungen scheinen generell bei Excel 2007 und 2010 in den Vorlagen zu fehlen.

    CLASS USER
    CATEGORY "Microsoft Excel 2010"
    	CATEGORY "Missing Settings from security center - external contents"
    		POLICY "Security settings for data Connections"
    			KEYNAME "Software\Microsoft\Office\14.0\Excel\Security"
    				PART DataConnectionWarnings DROPDOWNLIST REQUIRED
    					VALUENAME "DataConnectionWarnings"
    						ITEMLIST
    						NAME "Enable all data connections"		VALUE NUMERIC "0"	           
    						NAME "Ask user for confirmation (default)"	VALUE NUMERIC "1"                                           
    						NAME "Disable all data connections"		VALUE NUMERIC "2"
    						END ITEMLIST
    				END PART
    		END POLICY
    	END CATEGORY
    END CATEGORY
    
    CATEGORY "Microsoft Excel 2010"
    	CATEGORY "Missing Settings from security center - external contents"
    		POLICY "Security settings for workbook link warnings"
    			KEYNAME "Software\Microsoft\Office\14.0\Excel\Security"
    				PART WorkbookLinkWarnings DROPDOWNLIST REQUIRED
    					VALUENAME "WorkbookLinkWarnings"
    						ITEMLIST
    						NAME "Enable automatic update of links" 	VALUE NUMERIC "0"	           
    						NAME "Ask user for confirmation (default)"	VALUE NUMERIC "1"                                           
    						NAME "Disable all links"			VALUE NUMERIC "2"
    						END ITEMLIST
    				END PART
    		END POLICY
    	END CATEGORY
    END CATEGORY
    
    
    CATEGORY "Microsoft Excel 2007"
    	CATEGORY "Missing Settings from security center - external contents"
    		POLICY "Security settings for data Connections"
    			KEYNAME "Software\Microsoft\Office\12.0\Excel\Security"
    				PART DataConnectionWarnings DROPDOWNLIST REQUIRED
    					VALUENAME "DataConnectionWarnings"
    						ITEMLIST
    						NAME "Enable all data connections"    	VALUE NUMERIC "0"	           
    						NAME "Ask user for confirmation (default)"	VALUE NUMERIC "1"                                           
    						NAME "Disable all data connections"    	VALUE NUMERIC "2"
    						END ITEMLIST
    				END PART
    		END POLICY
    	END CATEGORY
    END CATEGORY
    
    CATEGORY "Microsoft Excel 2007"
    	CATEGORY "Missing Settings from security center - external contents"
    		POLICY "Security settings for workbook link warnings"
    			KEYNAME "Software\Microsoft\Office\12.0\Excel\Security"
    				PART WorkbookLinkWarnings DROPDOWNLIST REQUIRED
    					VALUENAME "WorkbookLinkWarnings"
    						ITEMLIST
    						NAME "Enable automatic update of links" 	VALUE NUMERIC "0"	           
    						NAME "Ask user for confirmation (default)"	VALUE NUMERIC "1"                                           
    						NAME "Disable all links"			VALUE NUMERIC "2"
    						END ITEMLIST
    				END PART
    		END POLICY
    	END CATEGORY
    END CATEGORY

    Mittwoch, 23. Februar 2011 12:51

Alle Antworten

  • Am 23.02.2011 schrieb DieITwarsnicht:
    Hi,

    Simples Problem, nur leider konnte ich keine Antwort finden:

    Dann ist es wohl nicht so simpel. ;)

    Bei den Vorlagen zu Excel 2010 fehlen die beiden Optionen unter:

    Optionen -> Sicherheitscenter -> Einstellungen -> Externer Inhalt.

    Setz dort Werte und schau, wo sie in der Registry landen. Damit kannst du
    dir dann die ADM/X anpassen, oder per GPP arbeiten oder oder oder.
    OK, war doch simpel. :p

    Bye
    Norbert

    Mittwoch, 23. Februar 2011 09:24
    Moderator
  • Danke fürs Entfernen der Tomaten auf den Augen. Inzwischen habe ich die Werte gefunden. Als Hilfe für Andere (Das Problem lässt sich ungelöst öfter im Netz finden) und als Dankeschön an diese wunderbar hilfreiche Webseite habe ich das ganze direkt als ADM für Excel 2007 und 2010 ausgearbeitet. Falls gewünscht, darf es gern auf Gruppenrichtlinien.de verwendet werden. Die Einstellungen scheinen generell bei Excel 2007 und 2010 in den Vorlagen zu fehlen.

    CLASS USER
    CATEGORY "Microsoft Excel 2010"
    	CATEGORY "Missing Settings from security center - external contents"
    		POLICY "Security settings for data Connections"
    			KEYNAME "Software\Microsoft\Office\14.0\Excel\Security"
    				PART DataConnectionWarnings DROPDOWNLIST REQUIRED
    					VALUENAME "DataConnectionWarnings"
    						ITEMLIST
    						NAME "Enable all data connections"		VALUE NUMERIC "0"	           
    						NAME "Ask user for confirmation (default)"	VALUE NUMERIC "1"                                           
    						NAME "Disable all data connections"		VALUE NUMERIC "2"
    						END ITEMLIST
    				END PART
    		END POLICY
    	END CATEGORY
    END CATEGORY
    
    CATEGORY "Microsoft Excel 2010"
    	CATEGORY "Missing Settings from security center - external contents"
    		POLICY "Security settings for workbook link warnings"
    			KEYNAME "Software\Microsoft\Office\14.0\Excel\Security"
    				PART WorkbookLinkWarnings DROPDOWNLIST REQUIRED
    					VALUENAME "WorkbookLinkWarnings"
    						ITEMLIST
    						NAME "Enable automatic update of links" 	VALUE NUMERIC "0"	           
    						NAME "Ask user for confirmation (default)"	VALUE NUMERIC "1"                                           
    						NAME "Disable all links"			VALUE NUMERIC "2"
    						END ITEMLIST
    				END PART
    		END POLICY
    	END CATEGORY
    END CATEGORY
    
    
    CATEGORY "Microsoft Excel 2007"
    	CATEGORY "Missing Settings from security center - external contents"
    		POLICY "Security settings for data Connections"
    			KEYNAME "Software\Microsoft\Office\12.0\Excel\Security"
    				PART DataConnectionWarnings DROPDOWNLIST REQUIRED
    					VALUENAME "DataConnectionWarnings"
    						ITEMLIST
    						NAME "Enable all data connections"    	VALUE NUMERIC "0"	           
    						NAME "Ask user for confirmation (default)"	VALUE NUMERIC "1"                                           
    						NAME "Disable all data connections"    	VALUE NUMERIC "2"
    						END ITEMLIST
    				END PART
    		END POLICY
    	END CATEGORY
    END CATEGORY
    
    CATEGORY "Microsoft Excel 2007"
    	CATEGORY "Missing Settings from security center - external contents"
    		POLICY "Security settings for workbook link warnings"
    			KEYNAME "Software\Microsoft\Office\12.0\Excel\Security"
    				PART WorkbookLinkWarnings DROPDOWNLIST REQUIRED
    					VALUENAME "WorkbookLinkWarnings"
    						ITEMLIST
    						NAME "Enable automatic update of links" 	VALUE NUMERIC "0"	           
    						NAME "Ask user for confirmation (default)"	VALUE NUMERIC "1"                                           
    						NAME "Disable all links"			VALUE NUMERIC "2"
    						END ITEMLIST
    				END PART
    		END POLICY
    	END CATEGORY
    END CATEGORY

    Mittwoch, 23. Februar 2011 12:51
  • Am 23.02.2011 schrieb DieITwarsnicht:
    Hi,

    danke für deine Rückmeldung und das Bereitstellen des ADMs.

    Bye
    Norbert

    Mittwoch, 23. Februar 2011 13:09
    Moderator