Reset Workspace
  • 16 Mar 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Reset Workspace

  • Dark
    Light
  • PDF

Article Summary

Reset-LiquitUserWorkspace

Synopsis

This command resets the workspace for a user.

Syntax

 Reset-LiquitUserWorkspace 
	[-User] <User[]> 
	[-Items <bool>] 
	[-Settings <bool>] 
	[-LiquitContext <LiquitContext>]
	[-WhatIf]
	[-Confirm]
	[<CommonParameters>]

 Reset-LiquitUserWorkspace 
	[-ID] <string[]>
	[-Items <bool>]
	[-Settings <bool>]
	[-LiquitContext <LiquitContext>]
    [-WhatIf]
	[-Confirm]
	[<CommonParameters>]

 Reset-LiquitUserWorkspace 
	[-IdentityRef] <IdentityRef[]> 
	[-Items <bool>] 
	[-Settings <bool>] 
	[-LiquitContext <LiquitContext>] 
	[-WhatIf]
	[-Confirm]
	[<CommonParameters>]

Examples

Example 1: Reset-LiquitUserWorkspace

 Reset-LiquitUserWorkspace -id "source\00000000-0000-0000-0000-000000000000" -Items $true

Example 1: Reset-LiquitUserWorkspace

 $identity = Get-LiquitIdentity -id "source\00000000-0000-0000-0000-000000000000"
 Reset-LiquitUserWorkspace -User $identity -Items $true

This command resets all the settings of the selected user.

Parameters

NameValueDescriptionRequiredDefault value
User<User[]>The user whose workspace you want to reset.User only
ID<string[]>The GUID of the user whose workspace you want to reset.ID only
IdentityRef<IdentityRef[]>The identity reference of the user whose workspace you want to reset.IdentityRef only
Items<bool>If true, this cmdlet resets the workspace items of the user.No
Settings<bool>If true, this cmdlet resets the workspace settings of the user.No
LiquitContext<LiquitContext>Determines the selected zone.NoDefault

Was this article helpful?

What's Next