categories
PowerShell
182 entries
20 entries

PowerShellGallery disables support for TLS 1.0 breaking Install-Module
Troubleshoot Install-Module failures on Windows Server 2008 R2 after PowerShell Gallery disabled TLS 1.0, and learn how switching to TLS 1.…

PowerShellGallery – You are installing modules from an untrusted repository
Learn why PowerShell prompts that PSGallery is untrusted, how to mark it as trusted, and when you may want to leave that warning in place.

Prepare Windows 10 Start Menu for all computers in Active Directory
Prepare and standardize the Windows 10 Start Menu for Active Directory computers with a repeatable deployment approach and centralized cont…

Preparing Azure App Registrations permissions for Office 365 Service Health
As you may have seen in my other post, there’s a simple, PowerShell way to get Office 365 Health Service data for you to use any way you li…

PSBlackListChecker – Added Discord support
It’s been less than 24 hours since I’ve released PSBlackListChecker with support, among other improvements, for Microsoft Teams and Slack a…

PSBlackListChecker – Notifications to Microsoft Teams, Slack of Blacklisted IPs
If this is the first time you’re reading about this module, it’s simple PowerShell module that allows you to verify…

PSTeams – Send notifications to MS Teams from Mac / Linux or Windows
If you’re new to this module it’s very simple PowerShell module allowing to send notifications straight to Microsoft Teams channels….

PSWinDocumentation – Audit Active Directory Passwords
Audit Active Directory passwords with PSWinDocumentation and breached-password data to find weak, reused, or exposed credentials before att…

PSWinDocumentation – Export to Word, Excel, SQL of AD, AWS, Exchange, O365 Exchange, O365 Azure AD
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…

PSWinDocumentation – Version 0.1 with Word / Excel export
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 bas…

PSWinReporting 1.0 – Monitoring Active Directrory Events
Few months after initial release a new public version of PSWinReporting 1.0 is released. While the name might not be…

PSWinReporting 1.8 – Split of branches (Legacy vs. New Hope)
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 configur…

PSWinReporting – Forwarders, Microsoft Teams, Slack, Microsoft SQL and more
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…

PSWriteWord – Add-WordTable / Add-WordText Expanded
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…

PSWriteWord – Updated to 0.4.1 (Breaking Change included)
Review the PSWriteWord 0.4.1 release, including the breaking change, document-generation fixes, and practical improvements that make Word a…

PSWriteWord – Version 0.5.1
During last couple of weeks I’ve spent most of my time developing PSWinDocumentation project. While building that I’ve came across differen…

Reading IIS logs with PowerShell
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 rebui…

Remove Protect Object setting from Organizational Unit via PowerShell
Use PowerShell to find OUs protected from accidental deletion and remove that flag in bulk when you need to move or clean them up carefully.

Remove-Item : Access to the cloud file is denied while deleting files from OneDrive
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 al…

Removing user from local administrator group based on data stored in Active Directory
We need to deal with a group names through SID’s rather than names because each group name is different in different languages. The second…