Remove-SimanRdUserSession⚓︎
SYNOPSIS⚓︎
Elimina de manera permanente sesiones de usuario conectados a Remote Desktop
SYNTAX⚓︎
Object⚓︎
Remove-SimanRdUserSession -InputObject <psobject> [-WhatIf] [-Confirm] [<CommonParameters>]
User⚓︎
Remove-SimanRdUserSession [-RdPool] <string> [-UserName] <string> [-WhatIf] [-Confirm]
[<CommonParameters>]
ALIASES⚓︎
- rssn
DESCRIPTION⚓︎
{{ Fill in the Description }}
EXAMPLES⚓︎
Example 1⚓︎
{{ Add example description here }}
PARAMETERS⚓︎
-Confirm⚓︎
Prompts you for confirmation before running the cmdlet.
Type: System.Management.Automation.SwitchParameter
DefaultValue: ''
SupportsWildcards: false
Aliases:
- cf
ParameterSets:
- Name: (All)
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-InputObject⚓︎
{{ Fill InputObject Description }}
Type: System.Management.Automation.PSObject
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: Object
Position: Named
IsRequired: true
ValueFromPipeline: true
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-RdPool⚓︎
{{ Fill RdPool Description }}
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases:
- HostPool
- CollectionName
ParameterSets:
- Name: User
Position: 0
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-UserName⚓︎
{{ Fill UserName Description }}
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: User
Position: 1
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-WhatIf⚓︎
Runs the command in a mode that only reports what would happen without performing the actions.
Type: System.Management.Automation.SwitchParameter
DefaultValue: ''
SupportsWildcards: false
Aliases:
- wi
ParameterSets:
- Name: (All)
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
CommonParameters⚓︎
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS⚓︎
System.Management.Automation.PSObject⚓︎
{{ Fill in the Description }}
OUTPUTS⚓︎
NOTES⚓︎
{{ Fill in the Notes }}