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 to be so close to the edge.
With Powershell it should be possible to set the margin of the label:
https://docs.microsoft.com/de-de/powershell/module/exchange/set-label?view=exchange-ps
Command I used:
Set-Label -Identity "Confidential" -ApplyContentMarkingFooterMargin 10
I also tried different values, but actually nothing changes.
Am I missing something?
Except from using headers, footers or watermarks is it possible to use variables to put the classification exactly in the position in the document where I want it?
1 Reply
- 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.