Forum Discussion
newboerg83
Jun 30, 2021Copper Contributor
powershell new-team does not return object in time
Hello, i am having a problem using powershell to add new Teams. let me show you some example code: foreach($item in $list){
#some stuff happens above thats working...
...
- Jun 30, 2021Hello, Isn't the out-null causing that?
Jun 30, 2021
Hello, Isn't the out-null causing that?
- newboerg83Jul 01, 2021Copper Contributor