Saltar a contenido

Remove-SimanAzUserSession⚓︎

SYNOPSIS⚓︎

Elimina sesiones de usuario conectados en Azure Virtual Desktop

SYNTAX⚓︎

Object⚓︎

Remove-SimanAzUserSession -InputObject <PSObject> [-WhatIf] [-Confirm] [<CommonParameters>]

User⚓︎

Remove-SimanAzUserSession [-UserName] <String> [-ServerName <String>] [-WhatIf] [-Confirm]
 [<CommonParameters>]

DESCRIPTION⚓︎

{{ Fill in the Description }}

EXAMPLES⚓︎

Example 1⚓︎

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS⚓︎

-Confirm⚓︎

Prompts you for confirmation before running the cmdlet.

Type: System.Management.Automation.SwitchParameter
DefaultValue: None
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: None
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: Object
  Position: Named
  IsRequired: true
  ValueFromPipeline: true
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-ServerName⚓︎

{{ Fill ServerName Description }}

Type: System.String
DefaultValue: None
SupportsWildcards: false
Aliases:
- ComputerName
- SessionHost
ParameterSets:
- Name: User
  Position: Named
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-UserName⚓︎

{{ Fill UserName Description }}

Type: System.String
DefaultValue: None
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: User
  Position: 0
  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⚓︎