disable lync for all users
i need to disable lync for all users to prepare for decommissioning the on premise lync server after migrating all users to office 365, is there a command or a script to help on that
May 31st, 2015 4:35pm

Disable-CsUser -Identity <UserIdParameter> [-Confirm [<SwitchParameter>]] [-DomainController <Fqdn>] [-PassThru <SwitchParameter>] [-WhatIf [<SwitchParameter>]]

https://technet.microsoft.com/en-us/library/gg398747.aspx?f=255&MSPPError=-2147217396

this might help you 

Free Windows Admin Tool Kit Click here and download it now
May 31st, 2015 5:03pm

Hi MAHER0,

You can run the following cmdlet in Lync PowerShell.

Get-CsUser | Disable-CsUser


Best regards,

Eric

June 1st, 2015 2:42am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics