Forum Discussion
Jul 29, 2017
wronge output
https://github.com/AlexanderHolmeset/Skype-for-Business-Automatic-RGS-Holidayset/blob/master/SkypeForBusines_Automatic_RGS_Holiday.ps1
Any idea why i get the output that is on the black shell window? It only stores one day correctly.
Should output like the blue shell
Any idea why i get the output that is on the black shell window? It only stores one day correctly.
Should output like the blue shell
$x needed to be an Array.
Now its working
Looks like what my script does is that it creates a bunch of holidaylist.
Need to be like this instead: -Holidaylist($a,$b,$c)
Any idea how i can do that?
$x needed to be an Array.
Now its working