Skip to main content

Powershell-tutorials Articles

Dsquery is a command line tool that queries Active Directory for objects that you specify. It finds objects in the active directory.

powershell dsquery active directory ldap windows
Read more

Netwrix offers freeware tools for password and identity management including Netwrix Bulk Password Reset, Password Manager, and Password Expiration Notifier.

powershell active-directory password-management tools windows
Read more

Find-DSCResource cmdlets find DSC resources contained in the modules in the registered repositories. It returns a PSGetDscResourceInfo object.

powershell dsc modules windows
Read more

The Find-Module cmdlet finds modules in a repository that match the specified criteria. It performs module search and gets module version and name.

powershell modules psrepository windows
Read more

The PSModulePath environmental variable contains a list of paths where the PowerShell modules are stored. Use the -Split operator to split the path.

powershell psmodulepath modules windows
Read more