K
Karthick E
Guest
Hello All,
This is the first time I'm trying to convert powershell script to c# code.
foreach ( $csv in $csv)
{
Set-CsOnlineDialInConferencingUser -Identity $csv.UserPrincipalName -ServiceNumber $csv.ServiceNumber
}
Continue reading...
This is the first time I'm trying to convert powershell script to c# code.
foreach ( $csv in $csv)
{
Set-CsOnlineDialInConferencingUser -Identity $csv.UserPrincipalName -ServiceNumber $csv.ServiceNumber
}
Continue reading...