brianmccarty
brianmccarty
In Set-Credential you can specify the -target attribute, it would be nice to support -target in Get-Credential as well. This would allow setting the target as some short name, and...
What do you think about the pipeline and newlines. ```powershell Get-PSSession | Where-Object { $_.computername -like "*.outlook.com" } | Remove-PSSession ``` ```powershell Get-PSSession | Where-Object { $_.computername -like "*.outlook.com" }...
## Addition of comment based help and external help to module I'd like to start building comment based help into each function, additionally building of a docs folder with markdown...