Netwrix Password Manager

In the Active Directory, user administration includes multiple tasks like enforcing password security requirements, implementing group policies, etc… The system administrator has to carry out …

Read more

PowerShell List Installed Modules

Get-InstalledModule cmdlet gets a list of installed modules by PowerShellGet. The PowerShell modules are installed using PowerShellGet. Get-InstalledModule lists installed modules, get module version, name, …

Read more

Find Script in PowerShell

The Find-Script cmdlet in PowerShell finds the script in the registered repositories. The Find-Script command is available in the PowerShellGet module. Find-Script command without any …

Read more

Find Modules in PowerShell

The Find-Module cmdlet finds modules in a repository that match the specified criteria. It returns a PSRepositoryInfo object for each module it finds. If no …

Read more

Install PowerShellGet Module

PowerShellGet is a module with commands for discovering, installing, updating, and publishing PowerShell artifacts like Modules, Scripts, and DSC resources. PowerShellGet version 1.0.0.1 preinstalled with …

Read more