blog
Blog
Technical articles, tutorials, and insights on PowerShell, .NET, Active Directory, and enterprise IT automation.
Type to search across all blog posts.

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 basic AD stuff into Microsoft Wor…

Install-Module : A parameter cannot be found that matches parameter name AllowPrerelease.
Recently I started to utilize Prerelease option for my PowerShell Modules. This allows me to early test them before I…

Update-Module : Module ‘PowershellGet’ was not installed by using Install-Module, so it cannot be updated.
When trying to fix PowerShellGet lack of AllowPrerelease Windows actually blocked me from updating PowerShellGet which I knew is the reason why…

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 different…

PowerShellGallery – You are installing modules from an untrusted repository
When you start working with PowerShell Modules you often find yourself in having to approve module updates over and over and…

No account settings were returned from the Autodiscover response – Microsoft Exchange 2016
Recently one of our users reported that after name change she can’t login to Outlook anymore. She can only work…

Microsoft Exchange Approval Assistant – Your message couldn’t be delivered because delivery to this address is restricted to authenticated senders
While not being able to accept or deny messages in hybrid scenario was solved in earlier post, now that people could approve…

Not able to accept or deny messages sent to group in Exchange Hybrid Scenario
One of the functionalities in Microsoft Exchange for Distribution Groups (or mail-enabled groups for that matter) is ability to setup…

Windows 10 – You’ll need the internet for this 0xCAA7004 or 0xCAA30194 or 0x80072EFD
For the last few weeks, months that I was working on Windows 10 Insiders release I was having problems to…

Install-Module: The term Install-Module is not recognized as the name of cmdlet, function, script file or operable program
Recently I was asked to implement PSWinReporting onto yet another domain. Happily I’ve started to install my 6 modules to…