Gallery.technet.microsoft.com

PowerShell is based .NET and everything is a .NET object. Commands in PowerShell are named “Cmdlets” (Command-lets). PowerShell commands have a Verb-Noun syntax. Verbs like: Get, Set, Out, Start, Stop, Restart, Add. ... To export the aliases list to a file (CSV is the export format) use the command: Export-Alias ................
................