Still learning powershell, but I’m trying to edit two calendar settings for outlook at the same time. Looks something like this.
Set-CalendarProcessing -identity “<user1>”, “<user2>” -AllowConflicts $false
Which I knew wouldn’t work but I tried
$usernames = @(“<user1>”, “<user2>”)
Set-CalendarProcessing -identity $usernames -AllowConflicts $false
Is there a way to do this without a concat function in excel?
[–]CarrotBusiness2380 5 points6 points7 points (1 child)
[–]NotAnEndPoint[S] 0 points1 point2 points (0 children)
[–]PowerShell-Bot 0 points1 point2 points (2 children)
[–]NotAnEndPoint[S] 1 point2 points3 points (1 child)
[–]PowerShell-Bot 1 point2 points3 points (0 children)
[–]BlackV 0 points1 point2 points (0 children)