prettify parameters and stuff
This commit is contained in:
parent
2a51e76b07
commit
c125ad0acd
@ -56,11 +56,13 @@ function Disconnect-From {
|
|||||||
#>
|
#>
|
||||||
|
|
||||||
[CmdletBinding()]
|
[CmdletBinding()]
|
||||||
|
|
||||||
[Diagnostics.CodeAnalysis.SuppressMessageAttribute(
|
[Diagnostics.CodeAnalysis.SuppressMessageAttribute(
|
||||||
'PSAvoidGlobalVars',
|
'PSAvoidGlobalVars',
|
||||||
'',
|
'',
|
||||||
Justification = 'Wrapping existing global vars from external modules'
|
Justification = 'Wrapping existing global vars from external modules'
|
||||||
)]
|
)]
|
||||||
|
|
||||||
param (
|
param (
|
||||||
[Parameter(Mandatory = $true)]
|
[Parameter(Mandatory = $true)]
|
||||||
[string] $RemoteHost,
|
[string] $RemoteHost,
|
||||||
|
Loading…
Reference in New Issue
Block a user