www.cievo.sk
Open in
urlscan Pro
2001:15e8:104:4::d833
Public Scan
Submitted URL: http://cievo.sk/
Effective URL: http://www.cievo.sk/
Submission: On October 09 via api from DE — Scanned from DE
Effective URL: http://www.cievo.sk/
Submission: On October 09 via api from DE — Scanned from DE
Form analysis
3 forms found in the DOMGET http://www.cievo.sk
<form action="http://www.cievo.sk" method="get">
<div class="content">
<input type="text" class="textfield searchtip" name="s" size="24" value="">
<input type="submit" class="button" value="">
</div>
</form>
POST #
<form action="#" method="post" accept-charset="utf-8" id="subscribe-blog-blog_subscription-3">
<div id="subscribe-text">
<p>Enter your email address to subscribe to this blog and receive notifications of new posts by email.</p>
</div>
<div class="jetpack-subscribe-count">
<p> Join 11,768 other subscribers </p>
</div>
<p id="subscribe-email">
<label id="jetpack-subscribe-label" class="screen-reader-text" for="subscribe-field-blog_subscription-3"> Email Address </label>
<input type="email" name="email" required="required" value="" id="subscribe-field-blog_subscription-3" placeholder="Email Address">
</p>
<p id="subscribe-submit">
<input type="hidden" name="action" value="subscribe">
<input type="hidden" name="source" value="http://www.cievo.sk/">
<input type="hidden" name="sub-type" value="widget">
<input type="hidden" name="redirect_fragment" value="blog_subscription-3">
<button type="submit" name="jetpack_subscriptions_widget"> Subscribe </button>
</p>
</form>
POST /
<form action="/" method="post">
<label for="target_email">Send to Email Address</label>
<input type="email" name="target_email" id="target_email" value="">
<label for="source_name">Your Name</label>
<input type="text" name="source_name" id="source_name" value="">
<label for="source_email">Your Email Address</label>
<input type="email" name="source_email" id="source_email" value="">
<input type="text" id="jetpack-source_f_name" name="source_f_name" class="input" value="" size="25" autocomplete="off" title="This field is for validation and should not be changed">
<img style="float: right; display: none" class="loading" src="http://www.cievo.sk/wp-content/plugins/jetpack/modules/sharedaddy/images/loading.gif" alt="loading" width="16" height="16">
<input type="submit" value="Send Email" class="sharing_send">
<a rel="nofollow" href="#cancel" class="sharing_cancel" role="button">Cancel</a>
<div class="errors errors-1" style="display: none;"> Post was not sent - check your email addresses! </div>
<div class="errors errors-2" style="display: none;"> Email check failed, please try again </div>
<div class="errors errors-3" style="display: none;"> Sorry, your blog cannot share posts by email. </div>
</form>
Text Content
ONDREJ ŽILINEC – IT BLOG Ondrej Žilinec – Cievo * Home * Curriculum Vitae * Site Tree * EXCHANGE PROBLEM AFTER 1/1/2022 January 2nd, 2022 Ondrej Žilinec No comments Problem Today I wanted to have day off, but customers with Exchange environments (2013/2016 and 2019) started to have a problem with e-mails delivery. They have started to receive following error in event viewer: This event started to show couple minutes after 1.1.2022. Messages stucked at queue and with error “Message deferred by categorized agent”: Solution So Antimalware has problem with date “22010100009” and error says it’s “too long”. It looks like Microsoft programmers use to record date 32b numbers and now this value is over variable limits. I think there is will hotfix pretty soon. Until hotfix we need to solve a problem. I just disabled Antimalware engine running following powershell script: & $env:ExchangeInstallPath\Scripts\Disable-AntimalwareScanning.ps1 and restart MSExchangeTransport service afterwards: Restart-Service MSExchangeTransport And that’s all folks 🙂 SHARE IT * * * Share * Print * Email * Categories: Exchange, Microsoft Tags: excvhange, Message deferred by categorized agent, problem, to long WINDOWS 7 UNABLE TO CONNECT TO WIFI WITH WPA2-ENTERPRISE (802.1 October 28th, 2021 Ondrej Žilinec No comments I have deployed WPA2-Enterprise authentication on network. Computer should use computer certificate to authenticate to Wireless network. I deployed NPS server, configured all requirements. Windows 10 didn’t have problem to connect to Wifi network. Windows 7 computers have problem. Problem In eventviewer (Applications and Services Logs\Microsoft\Windows\WLAN-AutoConfig) I found following error: Network Adapter: Intel(R) Centrino(R) Advanced-N 6205 Interface GUID: {c2c428cb-76cc-4474-a043-33ce2bfe9f0d} Local MAC Address: 60:67:20:a6:42:63 Network SSID: SECURE_WIFI BSS Type: Infrastructure Peer MAC Address: 34:1F:a2:AF:C8:1E Identity: DOMAN\USER1 User: USER1 Domain: DOMAIN Reason: Explicit Eap failure received Error: 0x80074005 EAP Reason: 0x4005 EAP Root cause String: EAP Error: 0x4005 Solution Problem is very weird. When you install NPS server, NPS server will use certificate to proof of identity. By default it uses certificate created from Windows CA Template called Kerberos Authentication. This certificate has empty attribute called Subject. Windows 7 has problem that it doesn’t accept certificate with empty Subject attribute. Other OS’s worked fine. Solution to make it work is to populate this attribute into certificate. You can do it following way: * Go to Certificate Template console (use MMC, add snap in –> Certificate Templates) and change template called Kerberos Authentication. * Open properties of this template * Go to Subject Name tab * Change Subject name format to DNS name Now go to NPS server. Open the Certificates MMC (Computer), go to Personal / Certificates and right click in the details pane – All Tasks / request New Certificate. Request new certificate from template Kerberos Authentication for computer account: After new certificate is installed under computer certification store, you can find attribute Subject populated with DNS name of NPS server: When certificate is OK, you can change certificate which should be used to proof identity. Let’s make new certificate work on NPS server. Open NPS console. Go to Network Policies and open up your policy which handles 802.1x requests. Go to the Constraint tab, Authentication Methods / PEAP and click on Edit. The certificate expiry date now shown should tie in to the one you just created: Now also Windows 7 will connect to wireless network with no problem and not error event 🙂 That’s all fokls, SHARE IT * * * Share * Print * Email * Categories: Computer network, Microsoft, Windows Tags: 802.1x, certificate, eap, failure, nps, radius, windows 7 VEEAM SERVER RENAME October 28th, 2021 Ondrej Žilinec No comments Problem: Sometimes it happens that you need to rename server where Veeam server is already installed. When you rename server you won’t be able to login into this server. You get following error: Failed to connect to Veeam Backup & Replication server: No connection could be made because the target machine actively refused it IP address. Solution You have to change server name to new new in registry: * open cmd and type regedit * go to registry \HKLM\Software\VeeaM\Veeam Backup and Replication and look for REG_SZ value called SqlServerName. Change it to new server’s name. * go to registry \HKLM\Software\VeeaM\Veeam Backup Catalog\ and look for REG_SZ value called CatalogSharedFolderPath. Fix it to point to new server’s name share. * restart whole server and you are all ready 🙂 Enjoy, SHARE IT * * * Share * Print * Email * Categories: Veeam Tags: backup, rename, server, veeam WINDOWS PORT FORWARDING November 3rd, 2020 Ondrej Žilinec No comments I didn’t know that it’s possible in Windows TCP/IP stack make port forwarding. I knew it’s possible in Linux using iptables. In windows we have powerful tool called netsh. Let’s have a example. Some service is listening on port TCP/10000. If I want to make this service listen on other port than TCP/10000 and there is no configuration to change I will use netsh to make it happen. Let’s look at listening ports on TCP/10000 and TCP/20000: netstat before netsh We can see there is no port listening on TCP/20000. Let’s make a magic and run command: netsh interface portproxy add v4tov4 listenport=20000 listenaddress=0.0.0.0 connectport=10000 connectaddress=192.168.100.118 You cannot use loopback or 0.0.0.0 in connectaddress parameter. You can even use remote server IP address in connectaddress parameter. Let’s look at netstat commands: netstat after netsh If your command doesn’t work, please, check if service called IP Helper is Running. To see all configuration of portproxy settings just run following command: netsh interface portproxy dump netsh interface portproxy dump To delete rule just run following command: netsh interface portproxy delete v4tov4 listenport=20000 listenaddress=0.0.0.0 And that’s all folks, SHARE IT * * * Share * Print * Email * Categories: Computer network, Microsoft, Windows Tags: netsh, network, port forwarding, Windows WINDOWS UPDATE RESTART PROBLEM November 3rd, 2020 Ondrej Žilinec No comments Once upon the time I had problem with Windows Update. All updates got downloaded and installed. When user click on button Restart Windows got error 0x80070005. After couple minutes of debugging with Process Monitor I found out that process called explorer.exe had problem with accessing directory C:\Windows\System32\Tasks. That means that if you click on button Restart in Windows Update, Windows doesn’t just restart system. It creates Scheduled Task to reboot. Weird, but it does it this way. So I have created GPO with security settings for directory C:\Windows\System32\Tasks and allow BUILTIN\Users have Modify rights to this directory. And that’s the way we make it 🙂 SHARE IT * * * Share * Print * Email * Categories: GPO, Microsoft, Quickie, Security, Windows Tags: 0x80070005, Access Denied, Windows, windows updates EXCHANGE 2010 PF NOT ACCESSIBLE FROM EXCHANGE 2016 MAILBOXES August 22nd, 2019 Ondrej Žilinec 1 comment Problem: When I do migration from Exchange 2010 to Exchange 2016 most of the time I have problem with old style Public Folders hosted on Exchange 2010. When you migrate user from Exchange 2010 to Exchange 2016 she cannot access Public Folders hosted on Exchange 2010. Solution: You need to setup Exchange 2016 environment to be able to proxy Public Folders hosted on Exchange 2010. You need to create proxy mailbox which Exchange 2016 will use to proxy Public folders. Here are couple steps you need to do: * Create new mailbox: New-Mailbox -Name PFMBX1 -Database {YOUR EX2010 DATABASE NAME} * I preffer to hide this mailbox from other users Set-Mailbox -Identity PFMBX1 -HiddenFromAddressListsEnabled $true * Set on Exchange 2016 server following proxying Set-OrganizationConfig -PublicFoldersEnabled Remote -RemotePublicFolderMailboxes PFMBX1 Now when Exchange 2016 users restart their Outlook clients they will see Public folders hosted on Exchange 2010. Have a nice day, SHARE IT * * * Share * Print * Email * Categories: Exchange, Microsoft Tags: exchange, migration, public folders EXCHANGE 2010 TO EXCHANGE 2013/2016 AUTODISOVER PROBLEM August 22nd, 2019 Ondrej Žilinec No comments Problem: There is a known error in Exchange 2013/2016 when you migrate user’s mailbox. After the migration is done use cannot access her new mailbox. It is possible after some time (max 15 minutes). Cause: This is caused by outdated data cached by Autodiscover process on Exchange server. It’s called MSExchangeAutodiscoverAppPool. Solution: You need to set application pool responsible for creation autodiscover XML file to recycle more often. You can do Recycle manually from IIS console after migration is done: Manual Recycle Or you can configure automatic recycling on specific condition. I most of the time configure Recycling on every minute. When all users are migrated I disable this rule: Have a nice day, SHARE IT * * * Share * Print * Email * Categories: Exchange, Microsoft Tags: Autodiscover, exchange, problem DECOMMISSION PROBLEM IN AD January 30th, 2017 Ondrej Žilinec No comments In long time I was asked to decommission one domain controller. It’s kinda straightforward process. But, yes again, I had a problem. When decommission process started I received error stated:”The operation failed because: Active Directory Domain Services could not configure the computer account DC_ACCOUNT$ on the remote Active Directory Domain Controller DC2_ACCOUNT$: “Access Denied.””. I have checked my account and I was domain admin. My rights were alright. Error “Access Denied” was interesting. Problem was checkbox called “Protect object from accidental deletion” on domain controller object which denied system to delete domain controller object: To see this option you need to enable Advanced Features in Active Directory Users and Computers (dsa.msa) console. Have a nice day, SHARE IT * * * Share * Print * Email * Categories: Active Directory, Microsoft Tags: Access Denied, decommission, domain controller EXCHANGE 2010 VERSIONING April 28th, 2016 Ondrej Žilinec No comments From some update there is no relevant information about version in Exchange 2010 SP3. Let’s try it in Powershell: It says it’s 123.4 build which should coresponds to plaint Microsoft Exchange Server 2010 SP3 (Exchange Update Rollup numbers). This is not corrent information, because those servers have UR installed. Using EMC I can see: Which are also incorrect information about server versions. I suppose it’s just nicer output of Powershell cmdlet 🙂 Best way to find out it’s to use EMC console on server and use “About”: You will get information which are correct: It’s Update Rollup 11 for Exchange Server 2010 SP3. It’s really bad that you cannot find Exchange version of all your Exchange servers in one place (Powershell or EMC). Let’s hope they will fix it in new Update Rollup 🙂 That’s all fokls for today. SHARE IT * * * Share * Print * Email * Categories: Exchange, Microsoft Tags: QUICKIE: DFSR NOT WORKING April 27th, 2016 Ondrej Žilinec No comments Problem: One of our customer has about 30 locations across our country and they wanted to use DFSR to replicate folder content to all locations. At each location there is one Hyper-V host running Windows Server 2012 R2 OS with DFSR installed. Each server has three disks – C:\, D:\ and E:\. I have configured DFS Replication in DFS console, replicated AD across environment, and … and nothing happened. DFSR didn’t do anything. It did NOT even create its own private folders in “System Volume Information” folder. No error event in Event viewer. DFSR was set to replicate folder on disk D:\ – didn’t work. I tried to replicate directory on E:\ disk – didn’t work. So I tried to replicate folder on C:\ disk – it did work 🙂 Solution: I enabled DFSR debug logging. There was no error mentioned, but what I noticed was that disks D:\ and E:\ had same serial numbers and also same volume IDs. It was weird. But after some discussion I found out that those two disks were “copied” and “cloned” in Hyper-V environment. So that’s why they had same serial numbers and volume IDs. I found out that it can be a problem. So I had to change volume ID using Microsoft utility VolumeID. After I changed one disk volume ID and rebooted system, DFSR started to work as expected. So never do disk cloning. Or if you do, change at least volume ID for those disks so Windows services don’t get confused. Looking into this problem took me one and half day! Thank you Microsoft 🙂 SHARE IT * * * Share * Print * Email * Categories: Microsoft, Quickie, Windows Tags: Page 1 of 2212345...1020...»Last » RSS * Google * Youdao * Xian Guo * Zhua Xia * My Yahoo! * newsgator * Bloglines * iNezha Twitter Join me on Google+ CALENDAR October 2022 M T W T F S S 12 3456789 10111213141516 17181920212223 24252627282930 31 « Jan CATEGORIES * Computer network (22) * Linux (6) * Microsoft (172) * Active Directory (19) * Exchange (33) * GPO (15) * Powershell (17) * Windows (115) * Programming (4) * VBS Scripting (2) * Quickie (54) * Security (38) * Súkromné (SVK) (6) * Unassigned (16) * Veeam (1) * VMWare (10) * ThinApp (3) SUBSCRIBE TO BLOG VIA EMAIL Enter your email address to subscribe to this blog and receive notifications of new posts by email. Join 11,768 other subscribers Email Address Subscribe CIEVOVÉ OBĽÚBENÉ * Linux Forum * Microsoft Forum RECENT COMMENTS * Michal on DFSR not copying all temporary files * Candelaria Bower on Reset Computer accounts in Active Directory domain * Ondrej Žilinec on #4 GPO Serial – Aplikovanie GPO * Branči on #4 GPO Serial – Aplikovanie GPO * Stanmoreiyo on Problem with MTU TAGS active directory AD certification command database DFSR disable domain domain controller empty error exchange exchange 2010 failed files gpo History IBM internet explorer key login microsoft migration missing move request owa ping powershell problem rdp rds registry replication script serial server settings skupinove politiky uac vmware vpn Windows windows 8 windows 2012 wmi TWITTER Error: Twitter did not respond. Please wait a few minutes and refresh this page. CATEGORIES * Computer network * Linux * Microsoft * Programming * Quickie * Security * Súkromné (SVK) * Unassigned * Veeam * VMWare BLOGROLL * Linux Forum * Microsoft Forum ARCHIVES * January 2022 * October 2021 * November 2020 * August 2019 * January 2017 * April 2016 * February 2016 * September 2015 * August 2015 * July 2015 * April 2015 * March 2015 * February 2015 * January 2015 * November 2014 * October 2014 * September 2014 * August 2014 * July 2014 * June 2014 * May 2014 * April 2014 * March 2014 * February 2014 * December 2013 * November 2013 * October 2013 * September 2013 * August 2013 * July 2013 * June 2013 * April 2013 * March 2013 * February 2013 * January 2013 * December 2012 * November 2012 * October 2012 * September 2012 * August 2012 * July 2012 * June 2012 * May 2012 * April 2012 * March 2012 * February 2012 * January 2012 * December 2011 * November 2011 * October 2011 * September 2011 * August 2011 * July 2011 * May 2011 * April 2011 * March 2011 * March 2010 * January 2010 * October 2009 * August 2009 * April 2009 * March 2009 * February 2009 * January 2009 META * Log in Top WordPress Copyright © 2009-2022 Ondrej Žilinec – IT Blog Theme by NeoEase. Valid XHTML 1.1 and CSS 3. Send to Email Address Your Name Your Email Address Cancel Post was not sent - check your email addresses! Email check failed, please try again Sorry, your blog cannot share posts by email.