<feed xmlns="http://www.w3.org/2005/Atom"><title>Windows</title><id>https://evotec.xyz/es/categories/windows/index.atom.xml</id><updated>2023-05-28T14:40:25.0000000Z</updated><subtitle>Evotec</subtitle><link href="https://evotec.xyz/es/categories/windows" /><link href="https://evotec.xyz/es/categories/windows/index.atom.xml" rel="self" type="application/atom+xml" /><entry><title>Strengthening Password Security in Active Directory: A PowerShell-Powered Approach</title><id>https://evotec.xyz/es/blog/strengthening-password-security-in-active-directory-a-powershell-powered-approach</id><link href="https://evotec.xyz/es/blog/strengthening-password-security-in-active-directory-a-powershell-powered-approach" /><updated>2023-05-28T14:40:25.0000000Z</updated><summary>PasswordSolution uses the DSInternals PowerShell module to gather Active Directory hashes and then combines that data into a prettified report. If you have ever used DSInternals, you know that while very powerful, it comes with raw data that is hard to process and requires some skills to get it into a state that can be shown to management or security.</summary><category term="active directory" /><category term="ad" /><category term="dsinternals" /><category term="html" /><category term="password quality" /><category term="passwordsolution" /><category term="powershell" /><category term="scan" /><category term="security" /><category term="Windows" /></entry><entry><title>Reporting group membership for critical Active Directory groups</title><id>https://evotec.xyz/es/blog/reporting-group-membership-for-critical-active-directory-groups</id><link href="https://evotec.xyz/es/blog/reporting-group-membership-for-critical-active-directory-groups" /><updated>2022-08-07T11:57:28.0000000Z</updated><summary>I work a lot with Active Directory-related tasks. One of the tasks is to know the group membership of critical Active Directory Groups such as Domain Admins, Enterprise Admins, Schema Admins, Event Log Readers, and a few others that are a bit less known. As I did it, I got bored of typing the group names repeatedly and decided that enough was enough and there must be an easier way for me to do that.</summary><category term="active directory" /><category term="ad" /><category term="group membership" /><category term="groups" /><category term="nested groups" /><category term="powershell" /><category term="Windows" /></entry><entry><title>OfficeIMO – Free cross-platform Microsoft Word .NET library</title><id>https://evotec.xyz/es/blog/officeimo-free-cross-platform-microsoft-word-net-library</id><link href="https://evotec.xyz/es/blog/officeimo-free-cross-platform-microsoft-word-net-library" /><updated>2022-06-12T16:14:01.0000000Z</updated><summary>OfficeIMO is a free cross-platform .NET library for creating Word documents with Open XML SDK while hiding much of the low-level plumbing.</summary><category term="c#" /><category term="csharp" /><category term="docx" /><category term="microsoft office" /><category term="Office 365" /><category term="officeimo" /><category term="Windows" /><category term="word" /></entry><entry><title>Reading IIS logs with PowerShell</title><id>https://evotec.xyz/es/blog/reading-iis-logs-with-powershell</id><link href="https://evotec.xyz/es/blog/reading-iis-logs-with-powershell" /><updated>2022-06-04T19:47:08.0000000Z</updated><summary>Today I was reading Twitter, as I am pretty addicted to technology news when Adam Bacon mentioned that he’s surprised that no one has rebuilt IIS Parser as pure PowerShell. While this is not entirely true, and some modules can do some parsing, I decided to try my luck. While doing it from scratch in PowerShell is possible, I opted to use an external C# library that does all the heavy lifting and is optimized for speed.</summary><category term="iis" /><category term="iis-server" /><category term="logs" /><category term="powershell" /><category term="Windows" /></entry><entry><title>Difference between GetTempFileName() and GetRandomFileName() that got my ass kicked</title><id>https://evotec.xyz/es/blog/difference-between-gettempfilename-and-getrandomfilename-that-got-my-ass-kicked</id><link href="https://evotec.xyz/es/blog/difference-between-gettempfilename-and-getrandomfilename-that-got-my-ass-kicked" /><updated>2022-01-24T18:51:13.0000000Z</updated><summary>Today’s story is about me making assumptions on how things work based on the method’s name. As the blog post says, I want to focus on two similar methods – GetTempFileName() and GetRandomFileName(), when using PowerShell. Still, since those methods are .NET based, it applies to a whole range of other languages – C#, F#, VisualBasic, and all others that I’ve never used.</summary><category term=".net" /><category term="c#" /><category term="powershell" /><category term="Windows" /></entry><entry><title>Active Directory Domain Services could not replicate the directory partition – The replication operation encountered a database error</title><id>https://evotec.xyz/es/blog/active-directory-domain-services-could-not-replicate-the-directory-partition-the-replication-operation-encountered-a-database-error</id><link href="https://evotec.xyz/es/blog/active-directory-domain-services-could-not-replicate-the-directory-partition-the-replication-operation-encountered-a-database-error" /><updated>2021-11-28T14:38:20.0000000Z</updated><summary>If you ever encounter an error while trying to create a new domain within a forest saying, “The replication operation encountered a database error,” it makes you sweat a bit. Your brain tells you it will be a nightmare to fix, do I have proper backups to make it happen, and the question “why now” shows up.</summary><category term="active directory" /><category term="dcdiag" /><category term="dfs" /><category term="domain" /><category term="forest" /><category term="forest replication" /><category term="PowerShell" /><category term="testimo" /><category term="Windows" /></entry><entry><title>Encrypting and decrypting PGP using PowerShell</title><id>https://evotec.xyz/es/blog/encrypting-and-decrypting-pgp-using-powershell</id><link href="https://evotec.xyz/es/blog/encrypting-and-decrypting-pgp-using-powershell" /><updated>2021-09-12T15:14:12.0000000Z</updated><summary>Some time ago, I decided that having an easy-to-use PGP PowerShell module is a way to kill my boredom. Four months have passed, and I decided to share it with the world, as it may be helpful to some of you. Today I would like to introduce you to PSPGP – PowerShell module that provides PGP functionality in PowerShell.</summary><category term="gpg" /><category term="pgp" /><category term="powershell" /><category term="windows" /></entry><entry><title>Easy way to connect to FTPS and SFTP using PowerShell</title><id>https://evotec.xyz/es/blog/easy-way-to-connect-to-ftps-and-sftp-using-powershell</id><link href="https://evotec.xyz/es/blog/easy-way-to-connect-to-ftps-and-sftp-using-powershell" /><updated>2021-08-29T13:47:48.0000000Z</updated><summary>FTPS and SFTP are two ways to send and receive files from remote sources. While the name suggests both do the same thing, those are different protocols, in the end, having the same goal. A few weeks back, I had to make sure I can reliably download files from FTPS server using PowerShell, and since I couldn’t find anything straightforward to use, I decided to write my own. Transfertto is a new PowerShell module that supports both FTPS and SFTP protocols. Its goal is to be the only module that you need to transfer files to and from FTP/SFTP servers.</summary><category term="ftp" /><category term="ftps" /><category term="powershell" /><category term="sftp" /><category term="ssh" /><category term="transferetto" /><category term="Windows" /></entry><entry><title>Remove-Item : Access to the cloud file is denied while deleting files from OneDrive</title><id>https://evotec.xyz/es/blog/remove-item-access-to-the-cloud-file-is-denied-while-deleting-files-from-onedrive</id><link href="https://evotec.xyz/es/blog/remove-item-access-to-the-cloud-file-is-denied-while-deleting-files-from-onedrive" /><updated>2020-12-06T18:07:39.0000000Z</updated><summary>I like OneDrive. It allows me to keep my data secure and always synchronized. If things go wrong, I can always get it back. I use it for almost everything. Even for my PowerShell projects, which are committed to GitHub, so in theory, I shouldn’t need that. But every once in a while, I make some stupid mistake and delete a file that has yet not been committed to GitHub, and that’s where the OneDrive comes in handy. Quick restore, and we’re back. Unfortunately, sometimes things aren’t as I would expect them to work. For example, let’s have a look at this nice list of markdown files that are documentation for my module called GPOZaurr.</summary><category term="delete" /><category term="Office 365" /><category term="onedrive" /><category term="powershell" /><category term="remove-item" /><category term="Windows" /></entry><entry><title>Restoring (Recovering) PowerShell Scripts from Event Logs</title><id>https://evotec.xyz/es/blog/restoring-recovering-powershell-scripts-from-event-logs</id><link href="https://evotec.xyz/es/blog/restoring-recovering-powershell-scripts-from-event-logs" /><updated>2020-08-28T15:39:28.0000000Z</updated><summary>A few days ago, I was asked to take a look at PowerShell Malware. While I don’t know much about malware, my curiosity didn’t let me skip on this occasion, and I was handed over WindowsPowerShell.evtx file. Ok, that’s not what I expected! I wanted PowerShell .ps1 files that I can read and assess? Well, you play with the cards you were dealt with. What I was handed over was PowerShell Event Log. PowerShell writes whatever you execute, and it thinks it is risky, to Windows PowerShell Operation Event Log.</summary><category term="event log" /><category term="get-events" /><category term="powershell" /><category term="powershellmanager" /><category term="pseventviewer" /><category term="Windows" /></entry><entry><title>The security account manager (SAM) has determined that SID is already in use in the Forest</title><id>https://evotec.xyz/es/blog/the-security-account-manager-sam-has-determined-that-sid-is-already-in-use-in-the-forest</id><link href="https://evotec.xyz/es/blog/the-security-account-manager-sam-has-determined-that-sid-is-already-in-use-in-the-forest" /><updated>2020-03-12T19:02:42.0000000Z</updated><summary>The security account manager (SAM) has determined that the security identifier (SID) for this computer is already in use in the Forest you want to join. This can happen when restoring an Active Directory Domain Controller with an improper backup. Reinstall the operating system on the local AD DC to obtain a new SID.</summary><category term="active directory" /><category term="powershell" /><category term="sid" /><category term="Windows" /></entry><entry><title>Create a local user or administrator account in Windows using PowerShell</title><id>https://evotec.xyz/es/blog/create-a-local-user-or-administrator-account-in-windows-using-powershell</id><link href="https://evotec.xyz/es/blog/create-a-local-user-or-administrator-account-in-windows-using-powershell" /><updated>2019-10-30T13:44:27.0000000Z</updated><summary>Create a local Windows user or administrator with PowerShell, handle localized Administrators groups, and prepare the account for LAPS-managed passwords.</summary><category term="administrator" /><category term="gpo" /><category term="powershell" /><category term="Windows" /></entry><entry><title>What do we say to health checking Active Directory?</title><id>https://evotec.xyz/es/blog/what-do-we-say-to-health-checking-active-directory</id><link href="https://evotec.xyz/es/blog/what-do-we-say-to-health-checking-active-directory" /><updated>2019-09-08T15:48:39.0000000Z</updated><summary>Health check Active Directory with PowerShell, dcdiag, repadmin, and security-focused reviews so replication, DNS, DHCP, and GPO issues surface early.</summary><category term="active directory" /><category term="ad" /><category term="dhcp" /><category term="dns" /><category term="health checks" /><category term="powershell" /><category term="security checks" /><category term="testimo" /><category term="Windows" /></entry><entry><title>What do we say to writing Active Directory documentation?</title><id>https://evotec.xyz/es/blog/what-do-we-say-to-writing-active-directory-documentation</id><link href="https://evotec.xyz/es/blog/what-do-we-say-to-writing-active-directory-documentation" /><updated>2019-05-12T12:46:24.0000000Z</updated><summary>Document Active Directory with PowerShell using PSWinDocumentation, Dashimo, Documentimo, and Excelimo to keep environment knowledge current.</summary><category term="Active Directory" /><category term="dashimo" /><category term="documentation" /><category term="documentimo" /><category term="excel" /><category term="excelimo" /><category term="powershell" /><category term="pswindocumentation" /><category term="Windows" /><category term="word" /></entry><entry><title>The only PowerShell Command you will ever need to find out who did what in Active Directory</title><id>https://evotec.xyz/es/blog/the-only-powershell-command-you-will-ever-need-to-find-out-who-did-what-in-active-directory</id><link href="https://evotec.xyz/es/blog/the-only-powershell-command-you-will-ever-need-to-find-out-who-did-what-in-active-directory" /><updated>2019-04-28T15:52:32.0000000Z</updated><summary>While the title of this blog may be a bit exaggeration, the command I’m trying to show here does it’s best to deliver on the promise. What you’re about to witness here is something I’ve worked on for a while now, and it meets my basic needs. If you don’t have SIEM product or products that monitor who does what in Active Directory this command makes it very easy, even for people who don’t have much experience in reading Event Logs. If you’d like to learn about working with Windows Event Logs here’s a great article I wrote recently – PowerShell – Everything you wanted to know about Event Logs and then some.</summary><category term="active directory" /><category term="ad" /><category term="events" /><category term="events viewer" /><category term="powershell" /><category term="pswinreporting" /><category term="pswinreportingv2" /><category term="Windows" /></entry><entry><title>Meet Emailimo – New way to send pretty emails with PowerShell</title><id>https://evotec.xyz/es/blog/meet-emailimo-new-way-to-send-pretty-emails-with-powershell</id><link href="https://evotec.xyz/es/blog/meet-emailimo-new-way-to-send-pretty-emails-with-powershell" /><updated>2019-04-12T08:13:43.0000000Z</updated><summary>Meet Emailimo, a PowerShell module for building readable HTML emails with tables, links, colors, and cleaner templating than hand-written markup.</summary><category term="css" /><category term="emailimo" /><category term="html" /><category term="javascript" /><category term="js" /><category term="Linux" /><category term="Mac OS X" /><category term="mailing" /><category term="outlook" /><category term="PowerShell" /><category term="pswritehtml" /><category term="send-email" /><category term="send-mail" /><category term="Windows" /></entry><entry><title>Out-HtmlView – HTML alternative to Out-GridView</title><id>https://evotec.xyz/es/blog/out-htmlview-html-alternative-to-out-gridview</id><link href="https://evotec.xyz/es/blog/out-htmlview-html-alternative-to-out-gridview" /><updated>2019-04-06T18:47:55.0000000Z</updated><summary>One of the most comfortable output’s in PowerShell to work and analyze data is Out-GridView. It’s handy as you can search, sort and have things done quicker than trying to do things in the console. However it’s currently not available in PowerShell Core (PowerShell 6+), and when it is available in PowerShell 7, it will NOT be cross-platform. Since I had released Dashimo a few days ago, I thought it was trivial to make a simple command out of it that could solve this problem.</summary><category term="cross-platform" /><category term="Mac OS X" /><category term="powershell" /><category term="powershell 6" /><category term="powershell 7" /><category term="powershell core" /><category term="Ubuntu" /><category term="Windows" /></entry><entry><title>PSWinReporting 1.8 – Split of branches (Legacy vs. New Hope)</title><id>https://evotec.xyz/es/blog/pswinreporting-1-8-split-of-branches-legacy-vs-new-hope</id><link href="https://evotec.xyz/es/blog/pswinreporting-1-8-split-of-branches-legacy-vs-new-hope" /><updated>2019-03-10T20:39:43.0000000Z</updated><summary>A new branch of PSWinReporting is slowly coming, and I thought it would be the best time to have a final article about it with all configuration options available for those that will want to stay using PSWinReporting from Legacy branch. The idea is that you may have it working in your systems and it’s good enough for you. You may not want to change it, and with New Hope, the changes are so big it’s a rewrite.</summary><category term="Active Directory" /><category term="event" /><category term="event monitoring" /><category term="events" /><category term="powershell" /><category term="pswinreporting" /><category term="Windows" /></entry><entry><title>PowerShell – Everything you wanted to know about Event Logs and then some</title><id>https://evotec.xyz/es/blog/powershell-everything-you-wanted-to-know-about-event-logs</id><link href="https://evotec.xyz/es/blog/powershell-everything-you-wanted-to-know-about-event-logs" /><updated>2019-02-20T13:22:19.0000000Z</updated><summary>If you feel this title is very familiar to you it’s because I actually have stolen the title from Kevin Marquette. I’m in awe of his posts that take you thru topic from beginning till the end. No splitting, no hiding anything, everything on a plate, in a single post. That’s why I’ve decided to write a post that will take you on a trip on how to work with Event Logs, something that is an internal part of Windows Administration. If you’ve never worked with Events and you’re in IT you most likely should make an effort to find out what it is and how you can eat it.</summary><category term="Active Directory" /><category term="event logs" /><category term="events" /><category term="get-eventlog" /><category term="get-winevent" /><category term="microsoft window" /><category term="PowerShell" /><category term="windows" /><category term="windows server" /></entry><entry><title>How to find different server types in Active Directory with PowerShell</title><id>https://evotec.xyz/es/blog/how-to-find-different-server-types-in-active-directory-with-powershell</id><link href="https://evotec.xyz/es/blog/how-to-find-different-server-types-in-active-directory-with-powershell" /><updated>2019-02-06T18:25:30.0000000Z</updated><summary>Working as a freelancer is a great thing if you can handle it. Each day, each week something new happens and a new problem shows up on my doorstep. It also means it’s almost never boring at your job and you get to play with new stuff. But there’s one drawback to this. You’re often thrown at the problem, told to fix it but often that’s about as much information as you get. It wasn’t very different today. I was told to switch Office 365 from ADFS to Password Synchronization. While reasons for this are not really important, the important question here is what is the name of AD Connect server that’s responsible for this configuration?</summary><category term="active directory" /><category term="ad" /><category term="adconnect" /><category term="azure ad" /><category term="exchange" /><category term="Hyper-V" /><category term="powershell" /><category term="sql" /><category term="windows" /></entry><entry><title>Active Directory – How to track down why and where the user account was locked out</title><id>https://evotec.xyz/es/blog/active-directory-how-to-track-down-why-and-where-the-user-account-was-locked-out</id><link href="https://evotec.xyz/es/blog/active-directory-how-to-track-down-why-and-where-the-user-account-was-locked-out" /><updated>2019-01-24T15:25:31.0000000Z</updated><summary>I’ve been working with Windows Events for a while now. One of the things I did to help me diagnose problems and reporting on Windows Events was to write PSEventViewer to help to parse the logs and write PSWinReporting to help monitor (with use of PSEventViewer) Domain Controllers for events that happen across the domain. It’s handy and I, get those excellent daily reports of what happened while I was gone.</summary><category term="active directory" /><category term="event viewer" /><category term="get-events" /><category term="get-winevent" /><category term="powershell" /><category term="pseventviewer" /><category term="pswinreporting" /><category term="windows" /><category term="windows server" /></entry><entry><title>How to change your own expired password when you can’t login to RDP</title><id>https://evotec.xyz/es/blog/how-to-change-your-own-expired-password-when-you-cant-login-to-rdp</id><link href="https://evotec.xyz/es/blog/how-to-change-your-own-expired-password-when-you-cant-login-to-rdp" /><updated>2019-01-23T10:41:40.0000000Z</updated><summary>I must admit that it was a bit embarrassing to see my Administrator password expired when I tried to log in as Domain Admin to Domain Controller. I got this little message saying This user account’s password has expired. The password must change to logon. Please update the password or contact your system administrator or technical support.</summary><category term="expired password" /><category term="powershell" /><category term="rdc" /><category term="rdp" /><category term="remote desktop connection" /><category term="remote desktop protocol" /><category term="windows" /></entry><entry><title>Windows Server 2019 – Desktop path for all users redirected to System32 \ SystemProfile \ Desktop</title><id>https://evotec.xyz/es/blog/windows-server-2019-desktop-path-for-all-users-cwindowssystem32configsystemprofiledesktop</id><link href="https://evotec.xyz/es/blog/windows-server-2019-desktop-path-for-all-users-cwindowssystem32configsystemprofiledesktop" /><updated>2019-01-22T14:31:49.0000000Z</updated><summary>I’ve got a strange request a few days ago regarding users getting a prompt about their Desktop location pointing to…</summary><category term="ransomware" /><category term="windows" /><category term="windows 2019" /><category term="windows server" /></entry><entry><title>Windows 2019 – Windows License Expired</title><id>https://evotec.xyz/es/blog/windows-2019-windows-license-expired</id><link href="https://evotec.xyz/es/blog/windows-2019-windows-license-expired" /><updated>2019-01-19T19:31:08.0000000Z</updated><summary>Windows Server 2019 is out now for a couple of months now, and some of you may be interested in playing with it. When you first install it, you can test it for 180 days (so-called Grace Period) after which you need to activate it with a proper production license.</summary><category term="expired license" /><category term="license" /><category term="Windows" /><category term="windows 2019" /><category term="windows server" /><category term="windows server 2019" /></entry><entry><title>Windows 2019 – How to add language pack?</title><id>https://evotec.xyz/es/blog/windows-2019-how-to-add-language-pack</id><link href="https://evotec.xyz/es/blog/windows-2019-how-to-add-language-pack" /><updated>2019-01-02T13:38:16.0000000Z</updated><summary>Today I’ve been setting up a new server on Windows 2019. By default, I install Windows with English version even if Client works in their language such as German, Polish or Swedish. While some people install Windows in a language they desire to work with, years of experience taught me that installing English and then adding Language Pack is the best way to go. All errors, windows events, and general troubleshooting is much easier if those are in the native English language. Each version of Windows made it easier to install the language pack and have that up and running in no time. In Windows 2019 it’s even more comfortable… or is it?</summary><category term="windows" /><category term="windows server" /><category term="windows server 2019" /></entry><entry><title>Azure Agent – Where did my space go?</title><id>https://evotec.xyz/es/blog/azure-agent-where-did-my-space-go</id><link href="https://evotec.xyz/es/blog/azure-agent-where-did-my-space-go" /><updated>2018-11-28T16:19:01.0000000Z</updated><summary>If a Windows Azure VM suddenly loses disk space and Explorer does not explain it, the Azure guest agent and its logs under C:\WindowsAzure are worth checking.</summary><category term="azure" /><category term="Azure Agent" /><category term="TreeSize" /><category term="windows" /><category term="Windows Azure" /></entry><entry><title>PowerShell – Environment Path is missing or overwritten</title><id>https://evotec.xyz/es/blog/powershell-environment-path-is-missing-or-overwritten</id><link href="https://evotec.xyz/es/blog/powershell-environment-path-is-missing-or-overwritten" /><updated>2018-11-03T12:07:35.0000000Z</updated><summary>If PSModulePath is suddenly missing default module locations, PowerShell can stop discovering built-in or installed modules even though nothing seems broken at first glance.</summary><category term="autoit" /><category term="environment" /><category term="parameters" /><category term="powershell" /><category term="psmodulepath" /><category term="variables" /><category term="windows" /></entry><entry><title>PSBlackListChecker – Notifications to Microsoft Teams, Slack of Blacklisted IPs</title><id>https://evotec.xyz/es/blog/psblacklistchecker-notifications-to-microsoft-teams-slack-of-blacklisted-ips</id><link href="https://evotec.xyz/es/blog/psblacklistchecker-notifications-to-microsoft-teams-slack-of-blacklisted-ips" /><updated>2018-11-02T21:46:18.0000000Z</updated><summary>If this is the first time you’re reading about this module, it’s simple PowerShell module that allows you to verify…</summary><category term="blacklist" /><category term="blacklist ip" /><category term="exchange" /><category term="ip" /><category term="net.dns" /><category term="powershell" /><category term="resolve-dns" /><category term="runspaces" /><category term="smtp" /><category term="Windows" /><category term="workflow" /></entry><entry><title>Update-Module – PackageManagement\Install-Package : Unable to find repository</title><id>https://evotec.xyz/es/blog/update-module-packagemanagementinstall-package-unable-to-find-repository</id><link href="https://evotec.xyz/es/blog/update-module-packagemanagementinstall-package-unable-to-find-repository" /><updated>2018-10-19T17:04:49.0000000Z</updated><summary>I was installing newest version of my PSWinDocumentation module on Windows 2016 when I noticed I can’t really get anything…</summary><category term="powershell" /><category term="windows" /><category term="windows 2012" /><category term="windows 2012R2" /><category term="windows server" /></entry><entry><title>Windows 10 – No prompt to overwrite when pasting from .zip file</title><id>https://evotec.xyz/es/blog/windows-10-no-prompt-to-overwrite-when-pasting-from-zip-file</id><link href="https://evotec.xyz/es/blog/windows-10-no-prompt-to-overwrite-when-pasting-from-zip-file" /><updated>2018-10-10T07:23:12.0000000Z</updated><summary>A copy operation from Explorer's built-in ZIP view may behave differently from a normal folder copy and skip the usual overwrite prompt, so it is worth extracting first when the target matters.</summary><category term="insiders" /><category term="Windows" /><category term="windows 10" /><category term="windows 10 1809" /></entry><entry><title>PSWinDocumentation – Audit Active Directory Passwords</title><id>https://evotec.xyz/es/blog/pswindocumentation-audit-active-directory-passwords</id><link href="https://evotec.xyz/es/blog/pswindocumentation-audit-active-directory-passwords" /><updated>2018-10-07T17:57:42.0000000Z</updated><summary>Audit Active Directory passwords with PSWinDocumentation and breached-password data to find weak, reused, or exposed credentials before attackers do.</summary><category term="active directory" /><category term="ad" /><category term="audit" /><category term="powershell" /><category term="windows" /></entry><entry><title>Windows 10 – Microsoft Store, Edge, Windows Updates, Microsoft Outlook not able to connect with error 0x80072EE7, 0x80070005</title><id>https://evotec.xyz/es/blog/windows-10-microsoft-store-edge-windows-updates-microsoft-outlook-not-able-to-connect-with-error-0x80072ee7-0x80070005</id><link href="https://evotec.xyz/es/blog/windows-10-microsoft-store-edge-windows-updates-microsoft-outlook-not-able-to-connect-with-error-0x80072ee7-0x80070005" /><updated>2018-10-04T21:10:17.0000000Z</updated><summary>Fix Windows 10 connectivity issues where Microsoft Store, Edge, Windows Update, and Outlook fail with errors 0x80072EE7 and 0x80070005 on Insider builds.</summary><category term="0x800700005" /><category term="0x80072EE7" /><category term="insiders" /><category term="Windows" /><category term="windows 10" /><category term="windows 10 insiders" /></entry><entry><title>PSWinDocumentation – Export to Word, Excel, SQL of AD, AWS, Exchange, O365 Exchange, O365 Azure AD</title><id>https://evotec.xyz/es/blog/pswindocumentation-export-to-word-excel-sql-of-ad-aws-exchange-o365-exchange-o365-azure-ad</id><link href="https://evotec.xyz/es/blog/pswindocumentation-export-to-word-excel-sql-of-ad-aws-exchange-o365-exchange-o365-azure-ad" /><updated>2018-09-23T20:39:26.0000000Z</updated><summary>Today I’m pushing forward with PSWinDocumentation project. I’ve fixed some bugs but I also added a couple of new features. I did lie a bit in the first sentence because this time it’s not all me. I got help from Mateusz Niemczyk who is a certified AWS engineer working for Euvic with me on some projects. If you’ve not yet guessed where I got him involved from the introduction – yes we’re adding basic AWS data support to PSWinDocumentation. But that’s not all…</summary><category term="Active Directory" /><category term="aws" /><category term="Azure AD" /><category term="excel" /><category term="exchange" /><category term="export" /><category term="office 365" /><category term="powershell" /><category term="pswriteexcel" /><category term="PSWriteWord" /><category term="sql" /><category term="Windows" /><category term="word" /></entry><entry><title>PSWinReporting – Forwarders, Microsoft Teams, Slack, Microsoft SQL and more</title><id>https://evotec.xyz/es/blog/pswinreporting-forwarders-microsoft-teams-slack-microsoft-sql-and-more</id><link href="https://evotec.xyz/es/blog/pswinreporting-forwarders-microsoft-teams-slack-microsoft-sql-and-more" /><updated>2018-09-16T17:59:28.0000000Z</updated><summary>It’s been a while since PSWinReporting has been updated, or rather since I’ve written a blog post about it since it’s always…</summary><category term="active directory" /><category term="event log" /><category term="events" /><category term="microsoft teams" /><category term="ms sql" /><category term="powershell" /><category term="slack" /><category term="sql" /><category term="teams" /><category term="Windows" /></entry><entry><title>PSWinDocumentation – Version 0.1 with Word / Excel export</title><id>https://evotec.xyz/es/blog/pswindocumentation-version-0-1-with-word-excel-export</id><link href="https://evotec.xyz/es/blog/pswindocumentation-version-0-1-with-word-excel-export" /><updated>2018-08-23T20:07:04.0000000Z</updated><summary>A few weeks ago I’ve released my first version of PSWinDocumentation. It was simple, one command module where you start it and get some basic AD stuff into Microsoft Word document. Today… I’m releasing a new version that has a bit bigger feature set. Are you ready for it? Let’s go!</summary><category term="active directory" /><category term="ad" /><category term="excel" /><category term="powershell" /><category term="scripts" /><category term="windows" /><category term="word" /></entry><entry><title>Windows 10 – You’ll need the internet for this 0xCAA7004 or 0xCAA30194 or 0x80072EFD</title><id>https://evotec.xyz/es/blog/windows-10-youll-need-the-internet-for-this-0xcaa7004-or-0xcaa30194</id><link href="https://evotec.xyz/es/blog/windows-10-youll-need-the-internet-for-this-0xcaa7004-or-0xcaa30194" /><updated>2018-08-08T08:16:46.0000000Z</updated><summary>Resolve Windows 10 sign-in and connectivity problems behind the You will need the internet for this message and errors 0xCAA7004, 0xCAA30194, and 0x80072EFD.</summary><category term="0x80072EFD" /><category term="0xCAA30194" /><category term="0xCAA70004" /><category term="insiders" /><category term="insiders channel" /><category term="windows" /><category term="windows 10" /><category term="windows 10 insiders" /></entry><entry><title>Install-Module: The term Install-Module is not recognized as the name of cmdlet, function, script file or operable program</title><id>https://evotec.xyz/es/blog/install-module-the-term-install-module-is-not-recognized-as-the-name-of-cmdlet-function-script-file-or-operable-program</id><link href="https://evotec.xyz/es/blog/install-module-the-term-install-module-is-not-recognized-as-the-name-of-cmdlet-function-script-file-or-operable-program" /><updated>2018-07-25T08:15:53.0000000Z</updated><summary>If Install-Module is not recognized at all, the usual cause is that the machine is missing the PowerShellGet tooling that newer Windows PowerShell environments include.</summary><category term="install-module" /><category term="PowerShell" /><category term="pseventviewer" /><category term="psteams" /><category term="pswinreporting" /><category term="pswritecolor" /><category term="Windows" /></entry><entry><title>Windows 10 – High CPU Usage with EvntAgnt Warning Event ID 3007 in Event Log</title><id>https://evotec.xyz/es/blog/windows-10-high-cpu-usage-with-evntagnt-warning-event-id-3007-in-event-log</id><link href="https://evotec.xyz/es/blog/windows-10-high-cpu-usage-with-evntagnt-warning-event-id-3007-in-event-log" /><updated>2018-07-24T12:13:09.0000000Z</updated><summary>If Windows Event Log starts consuming CPU because EvntAgnt event 3007 is looping, check whether the SNMP service is the trigger in that specific build.</summary><category term="event 3007" /><category term="evntAgnt" /><category term="Insiders" /><category term="Windows" /><category term="windows 10" /><category term="windows 10 insiders" /></entry><entry><title>PSWriteWord – Add-WordTable / Add-WordText Expanded</title><id>https://evotec.xyz/es/blog/pswriteword-add-wordtable-add-wordtext-expanded</id><link href="https://evotec.xyz/es/blog/pswriteword-add-wordtable-add-wordtext-expanded" /><updated>2018-07-07T20:12:03.0000000Z</updated><summary>In this weekly release (PSWriteWord 0.4.6) there are handful of updates and tweaks to Add-WordTable and Add-WordText. If you’ve not…</summary><category term="docx" /><category term="examples" /><category term="microsoft word" /><category term="powershell" /><category term="PSWriteWord" /><category term="Windows" /><category term="word" /></entry><entry><title>PSWriteWord – Updated to 0.4.1 (Breaking Change included)</title><id>https://evotec.xyz/es/blog/pswriteword-updated-to-0-4-1-breaking-change-included</id><link href="https://evotec.xyz/es/blog/pswriteword-updated-to-0-4-1-breaking-change-included" /><updated>2018-06-28T19:47:51.0000000Z</updated><summary>Review the PSWriteWord 0.4.1 release, including the breaking change, document-generation fixes, and practical improvements that make Word automation scripts more reliable.</summary><category term="docx" /><category term="examples" /><category term="microsoft word" /><category term="powershell" /><category term="PSWriteWord" /><category term="Windows" /><category term="word" /></entry><entry><title>CollectGuestLogs.exe – High Disk Usage on Azure VM</title><id>https://evotec.xyz/es/blog/collectguestlogs-exe-high-disk-usage-on-azure-vm</id><link href="https://evotec.xyz/es/blog/collectguestlogs-exe-high-disk-usage-on-azure-vm" /><updated>2018-06-26T19:47:57.0000000Z</updated><summary>If CollectGuestLogs.exe is hammering disk on an Azure VM, check the Azure Guest Agent log-collection behavior and reduce that workload before the VM becomes unusably slow.</summary><category term="azure" /><category term="Azure AD" /><category term="azure vm" /><category term="collectguestlogs" /><category term="Windows" /></entry><entry><title>PSWinReporting 1.0 – Monitoring Active Directrory Events</title><id>https://evotec.xyz/es/blog/pswinreporting-1-0-is-out</id><link href="https://evotec.xyz/es/blog/pswinreporting-1-0-is-out" /><updated>2018-06-10T09:26:45.0000000Z</updated><summary>Few months after initial release a new public version of PSWinReporting 1.0 is released. While the name might not be…</summary><category term="active directory" /><category term="ad" /><category term="domain controller" /><category term="email" /><category term="html" /><category term="monitoring" /><category term="powershell" /><category term="powershell gallery" /><category term="powershell module" /><category term="Windows" /></entry><entry><title>Working with Windows Events with PowerShell</title><id>https://evotec.xyz/es/blog/working-with-windows-events-with-powershell</id><link href="https://evotec.xyz/es/blog/working-with-windows-events-with-powershell" /><updated>2018-05-28T09:28:21.0000000Z</updated><summary>Work with Windows Event Logs in PowerShell more effectively by querying events, filtering noisy data, and building repeatable troubleshooting workflows for servers and clients.</summary><category term="Active Directory" /><category term="event viewer" /><category term="Exchange" /><category term="get-events" /><category term="get-winevent" /><category term="microsoft" /><category term="powershell" /><category term="windows" /></entry><entry><title>Just different approach to Active Directory Password Notifications</title><id>https://evotec.xyz/es/blog/just-different-approach-to-active-directory-password-notifications</id><link href="https://evotec.xyz/es/blog/just-different-approach-to-active-directory-password-notifications" /><updated>2018-05-23T15:12:36.0000000Z</updated><summary>A long time ago I’ve maintained a C# version of Password Expiry reminders. It was working based on HTML templates…</summary><category term="active directory" /><category term="ad" /><category term="Password Notifications" /><category term="passwords" /><category term="PowerShell" /><category term="task scheduler" /><category term="tasks" /><category term="Windows" /></entry><entry><title>Get-EventsLibrary.ps1 – Monitoring Events PowerShell</title><id>https://evotec.xyz/es/blog/get-eventslibrary-ps1-monitoring-events-powershell</id><link href="https://evotec.xyz/es/blog/get-eventslibrary-ps1-monitoring-events-powershell" /><updated>2018-04-19T09:48:35.0000000Z</updated><summary>This event library (Get-EventsLibrary.ps1) is PowerShell script that parses Security (mostly) logs on Domain Controllers. It has few reports capabilities…</summary><category term="active directory" /><category term="ad" /><category term="domain controller" /><category term="get-events" /><category term="monitoring" /><category term="powershell" /><category term="Windows" /></entry><entry><title>Monitoring User, Groups Changes in Active Directory – version 0.8</title><id>https://evotec.xyz/es/blog/whats-new-event-monitoring-0-8</id><link href="https://evotec.xyz/es/blog/whats-new-event-monitoring-0-8" /><updated>2018-04-17T19:23:09.0000000Z</updated><summary>💡 Little introduction Event Monitoring solution written in PowerShell is an event library (Get-EventsLibrary.ps1) script that parses Security (mostly) logs on…</summary><category term="active directory" /><category term="event logs" /><category term="events" /><category term="powershell" /><category term="script" /><category term="Windows" /></entry><entry><title>What’s new – Event Monitoring v0.7</title><id>https://evotec.xyz/es/blog/whats-new-event-monitoring-v0-7</id><link href="https://evotec.xyz/es/blog/whats-new-event-monitoring-v0-7" /><updated>2018-03-27T19:36:29.0000000Z</updated><summary>See what changed in Event Monitoring v0.7, including configuration updates, health-check improvements, and the known limitations that still existed at that stage.</summary><category term="active directory" /><category term="ad" /><category term="dc" /><category term="domain controller" /><category term="event id" /><category term="event monitoring" /><category term="events" /><category term="monitoring" /><category term="PowerShell" /><category term="Windows" /></entry><entry><title>Get-EventLog shows wrong maximum size of event logs</title><id>https://evotec.xyz/es/blog/get-eventlog-shows-wrong-maximum-size-of-event-logs</id><link href="https://evotec.xyz/es/blog/get-eventlog-shows-wrong-maximum-size-of-event-logs" /><updated>2018-03-27T06:23:57.0000000Z</updated><summary>If Get-EventLog and older WMI queries show misleading maximum log size values, Get-WinEvent can return the event log metadata more accurately.</summary><category term="event" /><category term="event id" /><category term="event logs" /><category term="event viewer" /><category term="get-eventlog" /><category term="get-winevent" /><category term="PowerShell" /><category term="win32_nteventlogfile" /><category term="Windows" /></entry><entry><title>What’s new – Event Monitoring v0.6</title><id>https://evotec.xyz/es/blog/whats-new-event-monitoring-v0-6</id><link href="https://evotec.xyz/es/blog/whats-new-event-monitoring-v0-6" /><updated>2018-03-25T17:19:51.0000000Z</updated><summary>After having some feedback and seeing as some features were missing new version of Events Monitoring brings few of noticeable…</summary><category term="active directory" /><category term="ad monitoring" /><category term="changelog" /><category term="event monitoring" /><category term="events" /><category term="PowerShell" /><category term="version" /><category term="Windows" /></entry><entry><title>Granting “Logon as a batch job” permission for Task Scheduler to work</title><id>https://evotec.xyz/es/blog/granting-logon-as-a-batch-job-permission-for-task-scheduler-to-work</id><link href="https://evotec.xyz/es/blog/granting-logon-as-a-batch-job-permission-for-task-scheduler-to-work" /><updated>2018-03-23T10:11:14.0000000Z</updated><summary>If a scheduled task fails under a service or domain account, check whether the account has the Log on as a batch job right and whether Group Policy is overriding it.</summary><category term="batch job" /><category term="event id 4625" /><category term="events" /><category term="task" /><category term="task scheduler" /><category term="Windows" /></entry></feed>