Skip to main content

Posts

Citrix Gateway Plug-In Certificate Access denied

We use citrix gateway Plugin+ nedsacler as our full VPN solution . The gateway is configured to check for device certificate issued by the PKI infrsatructre In one of the machines we found that the gateway plugin was not requesting to choose the certificate the first time it was opened. So it was failing the EPA check. We tried uninstall and resinstall of the plugin however it still would not open request to choose the device certifciate . We manullay edited the config.js at C:\Users\ User01 \AppData\Local\citrix\AGEE  and placed the dummy devCert highlighted in bold in the example: {"auto open homepage":false,"connectingTo":"https://vpn.domain.com","connections":[{ "devCert":"1846168a1880868155848661825646166a1868868155848a8c664e6f121468284f606c28416f6d18666e10166a186086815584818c624e4f412846151468656e1460616614606f6e,a88212e0808f64e4aa5e500e88", "name":"vpn.domain.com","url":"https://vpn.d
Recent posts

Teams Powershell Issues : The term 'Get-CsTeamsMeetingPolicy' is not recognized as the name of a cmdlet

While trying to run the command Get-CSTeamsMeetingPolicy,  i received follwoing errrors on the domain joined machine. PS C:\WINDOWS\system32> Get-CsTeamsMeetingPolicy Get-CsTeamsMeetingPolicy : The term 'Get-CsTeamsMeetingPolicy' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + Get-CsTeamsMeetingPolicy + ~~~~~~~~~~~~~~~~~~~~~~~~     + CategoryInfo          : ObjectNotFound: (Get-CsTeamsMeetingPolicy:String) [], CommandNotFoundException     + FullyQualifiedErrorId : CommandNotFoundException PS C:\WINDOWS\system32> $sfbSession = New-CsOnlineSession Please enter the user principal name (ex. User@Domain.Com ): a @no.onmicrosoft.com New-PSSession : [admin2e.online.lync.com] Connecting to remote server admin2e.online.lync.com failed with the following error message : The WinRM client cannot proce

While installing OOS got this error "Certificate not found"

While installing OOS got this error "Certificate not found" PS C:\Users\admin> New-OfficeWebAppsFarm -InternalUrl "https://oos.domain.com" -ExternalUrl "https://oos.domain.com" -CertificateName "oos.domain.com" -EditingEnabled New-OfficeWebAppsFarm : Office Online was unable to find the specified certificate. At line:1 char:1 + New-OfficeWebAppsFarm -InternalUrl "https://oos.domain.com" -ExternalUrl "https://oo ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     + CategoryInfo          : ObjectNotFound: (:) [New-OfficeWebAppsFarm], ArgumentException     + FullyQualifiedErrorId : CertificateNotFound,Microsoft.Office.Web.Apps.Administration.NewFarmCommand The certificate was already installed  ,however we didnt have the root and intermediate certificate added on the server once we installed root/intermediate certificate on the oos server , the command completed successfully H

Domain Join issue for VMware template

While using VMware customization wizard to deploy new machines using a template we found out the new machines are not joining the domain. As checked the netsetup log found that it had the following error NetpModifyComputerObjectInDs :  ldap_add_s failed :  0x35 Doing some searching online found that this may be because of the permission issue of the domain join account for the particular OU where you are trying to join the machine. Made sure that the join account had correct permissions delegated on the OU level After that the domain join step worked fine. Hope this helps

Updates and Servicing node empty in CM current branch with message The site is under offline mode

We were not seeing any new updates under "updates and servicing"  node in configmgr 1606 CB console Checked the logged on user had correct permissions and scopes assigned. When looking at the dmpdownloader.log file found the following The site is under offline mode SMS_DMP_DOWNLOADER 5/29/2018 3:49:36 PM 16416 (0x4020) Looking for file D:\SCCM\EasySetupPayload\offline\ConfigMgr.Update.Manifest.cab SMS_DMP_DOWNLOADER 5/29/2018 3:49:36 PM 16416 (0x4020) Looking for file D:\SCCM\EasySetupPayload\offline\ConfigMgr.Update.Manifest.cab SMS_DMP_DOWNLOADER 5/29/2018 3:50:36 PM 16416 (0x4020) HasIntuneSubscription: Site has no Intune subscription. SMS_DMP_DOWNLOADER 5/29/2018 3:51:07 PM 13800 (0x35E8) Looking for file D:\SCCM\EasySetupPayload\offline\ConfigMgr.Update.Manifest.cab SMS_DMP_DOWNLOADER 5/29/2018 3:51:36 PM 16416 (0x4020) Looking for file D:\SCCM\EasySetupPayload\offline\ConfigMgr.Update.Manifest.cab SMS_DMP_DOWNLOADER 5/29/2018 3:52:36 PM 164

ESXi Host keeps disconnecting from vCenter

Faced an issue where in a ESXi host keep disconnecting form the vCenter When we reconnect , it does connect back however loses connectivity again after few minutes Although we could still ping and connect (RDP) to the VM's on the host. It felt somehow the heartbeats form the host to vCenter were lost as the Host was behind the firewall We needed to enable UDP/902 between the host and vCenter to get the issue fixed Hope this help