Forum Discussion
MischaRawleather
Sep 07, 2022Copper Contributor
[SensitivityLabels] Margin or customizing header, footer, watermark
Hello, we are applying headers and footers to our documents with the labels. Everything works as expected. In order to make it look a little better, e.g. in PowerPoint, we don't want the marking ...
IvoMaas140
Nov 22, 2022MCT
Got the following information from technet:
https://learn.microsoft.com/de-de/powershell/module/exchange/set-label?view=exchange-ps
Seems to me you need to set the value of ApplyContentMarkingFooterEnabled to enabled. In addition, perhaps there is also a minimal value, just like with word. Could you perhaps use a value like 30 or 40 and see what happens?
-ApplyContentMarkingFooterMargin
The ApplyContentMarkingFooterMargin parameter specifies the size (in points) of the footer margin.
This parameter is meaningful only when the ApplyContentMarkingFooterEnabled parameter value is either $true or $false.
Note: In Microsoft Word, the specified value is used as a bottom margin and left margin or right margin for left-aligned or right-aligned content marks. A minimum value of 15 points is required. Word also adds a constant offset of 5 points to the left margin for left-aligned content marks, or to the right margin for right-aligned content marks.
https://learn.microsoft.com/de-de/powershell/module/exchange/set-label?view=exchange-ps
Seems to me you need to set the value of ApplyContentMarkingFooterEnabled to enabled. In addition, perhaps there is also a minimal value, just like with word. Could you perhaps use a value like 30 or 40 and see what happens?
-ApplyContentMarkingFooterMargin
The ApplyContentMarkingFooterMargin parameter specifies the size (in points) of the footer margin.
This parameter is meaningful only when the ApplyContentMarkingFooterEnabled parameter value is either $true or $false.
Note: In Microsoft Word, the specified value is used as a bottom margin and left margin or right margin for left-aligned or right-aligned content marks. A minimum value of 15 points is required. Word also adds a constant offset of 5 points to the left margin for left-aligned content marks, or to the right margin for right-aligned content marks.