פקודות וסקריפטים לסביבת Lync\SfB
העברת משתמשים באמצעות קובץ CSV מול מזהה Identity $cred=Get-Credential Import-Csv sfbusers.csv -Header Identity | Foreach-Object {Move-CsUser -Identity $_.identity -Target sipfed.online.lync.com -Credential $creds -HostedMigrationOverrideUrl https://admin1e.online.lync.com/HostedMigration/hostedmigrationService.svc} הגדרת…