Get-AzSupportFileWorkspace
Gets details for a specific file workspace in an Azure subscription.
Syntax
Get-AzSupportFileWorkspace
-Name <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzSupportFileWorkspace
-InputObject <ISupportIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Gets details for a specific file workspace in an Azure subscription.
Examples
Example 1: Get information about a file workspace
Get-AzSupportFileWorkspace -Name "testworkspace"
CreatedOn : 2/8/2024 3:51:36 PM
ExpirationTime : 2/9/2024 3:51:36 PM
Id : /subscriptions/3bb7379e-e102-4603-a59c-60f5ca39ec55/providers/Microsoft.Support/fileWorkspaces/testworkspace
Name : testworkspace
ResourceGroupName :
SystemDataCreatedAt :
SystemDataCreatedBy :
SystemDataCreatedByType :
SystemDataLastModifiedAt :
SystemDataLastModifiedBy :
SystemDataLastModifiedByType :
Type : Microsoft.Support/fileWorkspaces
Gets details for a specific file workspace in an Azure subscription.
Example 1: Get information about a file workspace for a support ticket
Get-AzSupportFileWorkspace -Name "2402084010005835"
CreatedOn : 2/8/2024 3:51:36 PM
ExpirationTime : 8/9/2024 3:51:36 PM
Id : /subscriptions/3bb7379e-e102-4603-a59c-60f5ca39ec55/providers/Microsoft.Support/fileWorkspaces/2402084010005835
Name : 2402084010005835
ResourceGroupName :
SystemDataCreatedAt :
SystemDataCreatedBy :
SystemDataCreatedByType :
SystemDataLastModifiedAt :
SystemDataLastModifiedBy :
SystemDataLastModifiedByType :
Type : Microsoft.Support/fileWorkspaces
Gets details for a specific file workspace under a support ticket in an Azure subscription.
Parameters
-DefaultProfile
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Identity Parameter
Type: | ISupportIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
File Workspace Name
Type: | String |
Aliases: | FileWorkspaceName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SubscriptionId
The ID of the target subscription. The value must be an UUID.
Type: | String[] |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |