
SKYPE ERROR 1618 WINDOWS 10 KEYGEN

+ Set-CsClientPolicy -identity "Global" -HotdeskingTimeout 00:06:00 Set-CsClientPolicy : #50023:XdsPublishItems:The central management storeīeing accessed is not the active store. That we don't care too much about as a test, in this case HotdeskingTimeout): Set-CsUser is working, but Set-CsClientPolicy gives me this (I was trying to set a variable For example, all Get- commands seem to be fine. The problem I'm having is that certain commands are working fine from the Management Shell, and some are not. In Topology Builder, I'm not clear on which of the stores is for the CMS (if any) but none of them for the Primary site list the SQL server at the DR site (they all list the server at the primary site). (Get-CsTopology). returns the FQDN of the FrontEnd whenĬurrently Get-CsConfigurationStoreLocation shows that the BackEndServer is the SQL server at the Disaster Recovery site, and the MirrorBackEndServer is blank. the document that I was going off of said that we didn't need to and 2. The DR test, we failed over the CMS to the DR site, and when we failed everything back after the test, we did not fail the CMS back to the SQL server at the Primary site because 1. Prior to a Disaster Recovery test a few months ago, the CMS was hosted on a SQL serverĪt the primary site and I believe that the mirror backend server was the SQL server at the Disaster Recovery site although I do not have that documented and I didn't even know about the Get-CsConfigurationStoreLocation command until later. We have two Lync pools, one in our active site, and one in our Disaster Recovery site. Set-CsClientPin -Identity $ID -Pin $phonePINīefore I get started, I'm going to provide a little bit of background. Set-CsUser -Identity $ID -LineUri $phoneNumber $phoneNumber = "tel:+" + $phoneNumber + " ext=" + $phoneNumberĮnable-Csuser -Identity $ID -RegistrarPool "" -SipAddressType EmailAddress -SipDomain $UserInfo = Get-CsAdUser -filter -OU "ou=all users,dc=fws,dc=weststeel,dc=com" Import-module 'C:\Program Files\Common Files\Microsoft Lync Server 2013\Modules\Lync\Lync.psd1' + FullyQualifiedErrorId : Cannot find user in Active Directory with the following SIP URI: "CN=McIntyre\, Joffery,OU=Administrative_Users,OU=All Users,DC=fws,DC=weststeel,DC=com".SetOcsUserPinCmdlet + CategoryInfo : InvalidArgument: (CN=McIntyre\, J.eststeel,DC=com:UserIdParameter), ArgumentException + Set-CsClientPin -Identity $ID -Pin $phonePIN Set-CsClientPin : Cannot find user in Active Directory with the following SIP URI: "CN=McIntyre\, Joffery,OU=Administrative_Users,OU=AllĪt C:\Users\wilson\Desktop\CreateUsers.PS1:15 char:9 + FullyQualifiedErrorId : .ManagementException.Cmdlets.SetOcsUserCmdlet + CategoryInfo : NotSpecified: (:), ManagementException + Set-CsUser -Identity "Joffery McIntyre" -LineUri $phoneNumber Set-CsUser : Management object not found for identity "Joffery McIntyre".Īt C:\Users\wilson\Desktop\CreateUsers.PS1:14 char:9 PS C:\Temp> C:\Users\wilson\Desktop\CreateUsers.PS1 The way it sits currently it will create the user just fine. I want to run it as a scheduled task so the service desk guys don't have to spend the time. Hi - I've been working on the following script to automate creation of users.
