I am trying to get a count of events in the event log, using the following: get-eventlog application -Entrytype Error -After (Get-Date).AddDays(-7) | group-object -property eventID, source, message However, because there is a timestamp in the message of some of the event messages, they don't group properly. (OK technically they [...] read more
I have a problem sharing my folders on local lan from one Windows 8 machine to.. practically anywhere (tried Android phone and other Windows 8 machine). As far as I know I do everything right: - When sharing I go to folder's Properties, go to Sharing tab, click Share.... I [...] read more
When I open the task scheduler I get a pop up telling me that the XML code contains an incorrect value, badly formatted, out of bounds or a bad node. I get this error for the following tasks: * VerifiedPublisherCertStoreCheck * UserTask * SystemTask * Consolidator * Background Synchronization * [...] read more
our Windows Server 2012 Essentials is getting evenvwr poluted with the error message bellow and attached every 30 seconds. I've done a lot of research but nothing worked so far, this is what I tried: * Check the NETWORK SERVICE permissions on C:\Windows\System32\Tasks\Microsoft\Windows (it has FULL CONTROL) * checked services [...] read more