Skip to content

acidric/PowerShell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

powershelllogoPowerShell Repo

SCRIPTS

No Script Description
1 Get-NetStat.ps1 netstat.exe regex parser
2 Get-MOTD.ps1 Edited version of Get-MOTD function written by Michal Millar

MODULES

MS-Module Microsoft Infra Automation Module

To install this module, drop the entire 'MS-Module' folder into one of your module directories.

The default PowerShell module paths are listed in the $env:PSModulePath environment variable.

To make it look better, split the paths in this manner: $env:PSModulePath -split ';'

The default per-user module path is: "$env:HOMEDRIVE$env:HOMEPATH\Documents\WindowsPowerShell\Modules".

The default computer-level module path is: "$env:windir\System32\WindowsPowerShell\v1.0\Modules".

To use the module, type following command: Import-Module MS-Module -Force -Verbose.

To get the module version type following command: Get-Module -ListAvailable |? {$_.Name -eq 'MS-Module'}.

To see the commands imported, type Get-Command -Module MS-Module.

For help on each individual cmdlet or function, run Get-Help CmdletName -Full [-Online][-Examples].

No Function Description
1 Get-OUPath Convert AD object's DistinguishedName property to a path like format. Distinguished name CN=User1,OU=Sales,OU=North,DC=contoso,DC=com = Contoso\North\Sales\User1 in the path format
2 Write-Menu Create colored, interactive and dynamic Menu in the PowerShell console
3 New-PercentageBar Create colored and adjustable Percentage Bar in the PowerShell
4 New-RandomPassword Generate a random password with custom length and complexity
5 Start-SleepProgress Put a script or cmdlet to sleep for specified interval or until specified timestamp
6 Sort-IpAddress Intellectually sort IP addresses

About

POSH scripts and modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%