Skip to content

Commit

Permalink
Update 2-Update.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois authored Feb 2, 2024
1 parent 222bf6e commit 005a070
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Configuration Example
)
Import-DscResource -ModuleName Microsoft365DSC

$Domain = $Credscredential.Username.Split('@')[1]
node localhost
{
EXOMailboxPermission "TestPermission"
Expand All @@ -20,7 +21,7 @@ Configuration Example
Credential = $credsCredential;
Deny = $True; # Updated Property
Ensure = "Present";
Identity = "AdeleV";
Identity = "AlexW@$Domain";
InheritanceType = "All";
User = "NT AUTHORITY\SELF";
}
Expand Down

0 comments on commit 005a070

Please sign in to comment.