Open Studio Next Select your apps Delivery Group Now, add the app Manually… For IE use the path below.. Click Next and that’s it..
Setting up VCSA 6.7
First, before strarting the install process, you have to create a record typa A under your internal DNS server. In our case, I’ve created a record “A” VCSA.customer.local 192.9.215.x (192.9. ????? why this wrong address in a LAN enveriement? I’m sorry, but at the beginning, this customer was supported by someone that didn’t understand the networking …
Users cannot connect to POP3 or IMAP4 on Exchange Server 2013 or Exchange Server 2016
A customer call me with a problem downloading emails with POP3s from his Exchange server 2013. This was the error from his application server: [04/09/2018][15:15][xxxxx](101764): CSvMailbox::ControllaCasella – Logon: fatture.xxxxxx@xxxxxxxx.it, Mailbox: fatture.xxxxxx@xxxxxxxx.it, [04/09/2018][15:15][xxxxx](101764): Operation: Logon – Error: 0x80004005– xxxxxxx.xxxxxxxSSLPopsException: Remote host disconnected during SSL negotiation. After a quick check in with the eventviewer with no results, I switched to the Exchange’s …
How to migrate an old SBS 2011 with PST export to Office 365 ?
The first thing is validate your public DNS on Microsoft’s tenant. Insert you DNS domain The tenant tells us which records we’ll need to add to our public DNS Do it . When you have done these changes on your public DNS, We export the pst from the old system (See this guide: https://marcoschiavon.net/2018/06/07/how-to-export-a-pst-from-an-exchange-2010-with-powershell/ ) …
Configure Azure AD Connect with SSO, Password Writeback and Exchange Hybrid (if needed)
Download and install Azure Ad Connect from your tenant Select “customize” Don’t select anything Select “password Hash Sync” because, if you need the Pass-Through Auth, you need an AD with Win 2012 level. Enable also the SSO. Insert ID and PW of your 365’s Tenant Admin Now select your AD and click “Add Directory” …
copyback command – Replace a PFA (Predictive Failure Analysis) on a Blade S
A customer called me because there were an allert in his BLade S, so, after a check I saw two disks in PFA state. As normal i called IBM (ops Lenovo!) to activate the on site support.. some hours later the Lenovo engeneer is arrived to replace the PFA’s drives. In this case, I tooke some screenshots …
How to rebuild an Exchange server 2016 Search Index?
open cli and input this command: Get-MailboxDatabaseCopyStatus *|sortname|Selectname,status,contentindexstate stop these services: Stop-Service MSExchangeFastSearch Stop-Service HostControllerService locate the path of the db : Get-MailboxDatabase Get-MailboxDatabaseDB01\SRVCOM |selectEdbFilePath delete the GUID folder : now restart the services start-Service MSExchangeFastSearch start-Service HostControllerService and issue this command Get-MailboxDatabaseCopyStatus * | sort name | Select name,status,contentindexstate As you see, the indexing process is …
Setting up a XenApp 7.18 POC – Part One
After you have install and configured you DC based on Windows 2016, connect the ISO and let’s go! Notice: you can’t install the Delivery Controller on a Dc, so, because it’s a POC, I’m going to install everything on a second Windows 2016 server joined to a domain. select “Delivery Controller” Select all Select all …
Filter ARP table on HP Switch
This is the command to show the ARP table on a HP switch. SW01-RackA# show arp IP ARP table IP Address MAC Address Type Port ————— —————– ——- —- 192.4.0.3 005056-a03e81 dynamic Trk1 192.4.0.4 005056-a063bc dynamic Trk1 192.4.0.5 005056-a05de4 dynamic Trk1 192.4.0.6 005056-a070f0 dynamic Trk1 192.4.0.10 001132-4cfd03 dynamic Trk1 192.4.0.24 000000-000000 dynamic …… …… Now, we need to filter and find a MAC-Address with these data …