Hi
I am trying to create my PowerPlatform DLP Policy using PowerShell (like all good admins should). I get the following request:-
PS C:\WINDOWS\system32> New-DlpPolicy -DisplayName "Test"
cmdlet New-DlpPolicy at command pipeline position 1
Supply values for the following parameters:
EnvironmentType:
What should I supply for EnvironmentType ?
If I look at the documentation via Get-Help I get this :-
PS C:\>New-DlpPolicy -NewPolicy $NewPolicy Creates a new policy with $NewPolicy object.
What is a $NewPolciyOBject ?
Thanks
Nigel