Documentation Issue
PS 7.2 Invoke-Command Example 17 uses invalid parameter set
Context of the issue
Conceptual content
Cmdlet reference & about_ topics
Detailed description of the issue
There isn't a valid parameter set for this command using...
$parameters = @{
Session = $s
ScriptBlock = { Get-Item \Net03\Scripts\LogFiles.ps1 }
Authentication = "CredSSP"
Credential = "Domain01\Admin01"
}
Documentation Issue
PS 7.2 Invoke-Command Example 17 uses invalid parameter set
Context of the issue
Conceptual content
Cmdlet reference & about_ topics
Preview content
Version 7.2 content
Version 7.1 content
Version 7.0 content
Version 5.1 content
Is the issue specific to a platform (Y/N - Win/macOS/Linux):
Only able to try on Win 2019
Detailed description of the issue
There isn't a valid parameter set for this command using...
$parameters = @{
Session = $s
ScriptBlock = { Get-Item \Net03\Scripts\LogFiles.ps1 }
Authentication = "CredSSP"
Credential = "Domain01\Admin01"
}