Sono disponibili altri esempi AWS SDK nel repository AWS Doc SDK
Le traduzioni sono generate tramite traduzione automatica. In caso di conflitto tra il contenuto di una traduzione e la versione originale in Inglese, quest'ultima prevarrà.
AppStream 2.0 esempi di utilizzo di Tools for V5 PowerShell
I seguenti esempi di codice mostrano come eseguire azioni e implementare scenari comuni utilizzando la versione AWS Strumenti per PowerShell V5 con AppStream 2.0.
Le operazioni sono estratti di codice da programmi più grandi e devono essere eseguite nel contesto. Sebbene le operazioni mostrino come richiamare le singole funzioni del servizio, è possibile visualizzarle contestualizzate negli scenari correlati.
Ogni esempio include un collegamento al codice sorgente completo, in cui è possibile trovare istruzioni su come configurare ed eseguire il codice nel contesto.
Argomenti
Azioni
Il seguente esempio di codice mostra come utilizzareAdd-APSResourceTag.
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio aggiunge un tag di risorsa alla AppStream risorsa Add-APSResourceTag -ResourceArn arn:aws:appstream:us-east-1:123456789012:stack/SessionScriptTest -Tag @{StackState='Test'} -Select ^TagOutput: Name Value ---- ----- StackState Test- 
                    Per i dettagli sull'API, vedere TagResourcein AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Copy-APSImage
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio copia un'immagine in un'altra regione Copy-APSImage -DestinationImageName TestImageCopy -DestinationRegion us-west-2 -SourceImageName PowershellOutput: TestImageCopy- 
                    Per i dettagli sull'API, vedere CopyImagein AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Disable-APSUSer
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio disabilita un utente in USERPOOL Disable-APSUser -AuthenticationType USERPOOL -UserName TestUser@lab.com- 
                    Per i dettagli sull'API, vedere DisableUserin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Enable-APSUser
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: Questo esempio abilita un utente disabile in USERPOOL Enable-APSUser -AuthenticationType USERPOOL -UserName TestUser@lab.com- 
                    Per i dettagli sull'API, vedere EnableUserin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Get-APSAssociatedFleetList
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio mostra la flotta associata a uno stack Get-APSAssociatedFleetList -StackName PowershellStackOutput: PowershellFleet- 
                    Per i dettagli sull'API, vedere ListAssociatedFleetsin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Get-APSAssociatedStackList
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio mostra lo stack associato a una flotta Get-APSAssociatedStackList -FleetName PowershellFleetOutput: PowershellStack- 
                    Per i dettagli sull'API, vedere ListAssociatedStacksin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Get-APSDirectoryConfigList
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: Questo esempio visualizza le configurazioni di directory create in AppStream Get-APSDirectoryConfigList | Select DirectoryName, OrganizationalUnitDistinguishedNames, CreatedTimeOutput: DirectoryName OrganizationalUnitDistinguishedNames CreatedTime ------------- ------------------------------------ ----------- Test.com {OU=AppStream,DC=Test,DC=com} 9/6/2019 10:56:40 AM contoso.com {OU=AppStream,OU=contoso,DC=contoso,DC=com} 8/9/2019 9:08:50 AM- 
                    Per i dettagli sull'API, vedere DescribeDirectoryConfigsin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Get-APSFleetList
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio mostra i dettagli di una flotta Get-APSFleetList -Name TestOutput: Arn : arn:aws:appstream:us-east-1:1234567890:fleet/Test ComputeCapacityStatus : Amazon.AppStream.Model.ComputeCapacityStatus CreatedTime : 9/12/2019 5:00:45 PM Description : Test DisconnectTimeoutInSeconds : 900 DisplayName : Test DomainJoinInfo : EnableDefaultInternetAccess : False FleetErrors : {} FleetType : ON_DEMAND IamRoleArn : IdleDisconnectTimeoutInSeconds : 900 ImageArn : arn:aws:appstream:us-east-1:1234567890:image/Test ImageName : Test InstanceType : stream.standard.medium MaxUserDurationInSeconds : 57600 Name : Test State : STOPPED VpcConfig : Amazon.AppStream.Model.VpcConfig- 
                    Per i dettagli sull'API, vedere DescribeFleetsin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Get-APSImageBuilderList
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio mostra i dettagli di un ImageBuilder Get-APSImageBuilderList -Name TestImageOutput: AccessEndpoints : {} AppstreamAgentVersion : 06-19-2019 Arn : arn:aws:appstream:us-east-1:1234567890:image-builder/TestImage CreatedTime : 1/14/2019 4:33:05 AM Description : DisplayName : TestImage DomainJoinInfo : EnableDefaultInternetAccess : False IamRoleArn : ImageArn : arn:aws:appstream:us-east-1::image/Base-Image-Builder-05-02-2018 ImageBuilderErrors : {} InstanceType : stream.standard.large Name : TestImage NetworkAccessConfiguration : Amazon.AppStream.Model.NetworkAccessConfiguration Platform : WINDOWS State : STOPPED StateChangeReason : VpcConfig : Amazon.AppStream.Model.VpcConfig- 
                    Per i dettagli sull'API, vedere DescribeImageBuildersin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Get-APSImageList
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio mostra immagini private AppStream Get-APSImageList -Type PRIVATE | select DisplayName, ImageBuilderName, Visibility, arnOutput: DisplayName ImageBuilderName Visibility Arn ----------- ---------------- ---------- --- OfficeApps OfficeApps PRIVATE arn:aws:appstream:us-east-1:123456789012:image/OfficeApps SessionScriptV2 SessionScriptTest PRIVATE arn:aws:appstream:us-east-1:123456789012:image/SessionScriptV2- 
                    Per i dettagli sull'API, vedere DescribeImagesin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Get-APSImagePermission
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio visualizza le autorizzazioni relative alle immagini su un'immagine condivisa AppStream Get-APSImagePermission -Name Powershell | select SharedAccountId, @{n="AllowFleet";e={$_.ImagePermissions.AllowFleet}}, @{n="AllowImageBuilder";e={$_.ImagePermissions.AllowImageBuilder}}Output: SharedAccountId AllowFleet AllowImageBuilder --------------- ---------- ----------------- 123456789012 True True- 
                    Per i dettagli sull'API, vedere DescribeImagePermissionsin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Get-APSSessionList
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio mostra l'elenco delle sessioni per una flotta Get-APSSessionList -FleetName PowershellFleet -StackName PowershellStackOutput: AuthenticationType : API ConnectionState : CONNECTED FleetName : PowershellFleet Id : d8987c70-4394-4324-a396-2d485c26f2a2 MaxExpirationTime : 12/27/2019 4:54:07 AM NetworkAccessConfiguration : Amazon.AppStream.Model.NetworkAccessConfiguration StackName : PowershellStack StartTime : 12/26/2019 12:54:12 PM State : ACTIVE UserId : Test- 
                    Per i dettagli sull'API, vedere DescribeSessionsin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Get-APSStackList
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio mostra un elenco di Stack AppStream Get-APSStackList | Select DisplayName, Arn, CreatedTimeOutput: DisplayName Arn CreatedTime ----------- --- ----------- PowershellStack arn:aws:appstream:us-east-1:123456789012:stack/PowershellStack 4/24/2019 8:49:29 AM SessionScriptTest arn:aws:appstream:us-east-1:123456789012:stack/SessionScriptTest 9/12/2019 3:23:12 PM- 
                    Per i dettagli sull'API, vedere DescribeStacksin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Get-APSTagsForResourceList
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio visualizza i tag su una risorsa AppStream Get-APSTagsForResourceList -ResourceArn arn:aws:appstream:us-east-1:123456789012:stack/SessionScriptTestOutput: Key Value --- ----- StackState Test- 
                    Per i dettagli sull'API, vedere ListTagsForResourcein AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Get-APSUsageReportSubscription
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio visualizza i dettagli AppStreamUsageReport di configurazione Get-APSUsageReportSubscriptionOutput: LastGeneratedReportDate S3BucketName Schedule SubscriptionErrors ----------------------- ------------ -------- ------------------ 1/1/0001 12:00:00 AM appstream-logs-us-east-1-123456789012-sik1hnxe DAILY {}- 
                    Per i dettagli sull'API, vedere DescribeUsageReportSubscriptionsin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Get-APSUser
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio visualizza un elenco di utenti con stato abilitato Get-APSUser -AuthenticationType USERPOOL | Select-Object UserName, AuthenticationType, EnabledOutput: UserName AuthenticationType Enabled -------- ------------------ ------- foo1@contoso.com USERPOOL True foo2@contoso.com USERPOOL True foo3@contoso.com USERPOOL True foo4@contoso.com USERPOOL True foo5@contoso.com USERPOOL True- 
                    Per i dettagli sull'API, vedere DescribeUsersin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Get-APSUserStackAssociation
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio visualizza l'elenco degli utenti assegnati a uno stack Get-APSUserStackAssociation -StackName PowershellStackOutput: AuthenticationType SendEmailNotification StackName UserName ------------------ --------------------- --------- -------- USERPOOL False PowershellStack TestUser1@lab.com USERPOOL False PowershellStack TestUser2@lab.com- 
                    Per i dettagli sull'API, vedere DescribeUserStackAssociationsin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. New-APSDirectoryConfig
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: Questo esempio crea una configurazione di directory in AppStream New-APSDirectoryConfig -ServiceAccountCredentials_AccountName contoso\ServiceAccount -ServiceAccountCredentials_AccountPassword MyPass -DirectoryName contoso.com -OrganizationalUnitDistinguishedName "OU=AppStream,OU=Contoso,DC=Contoso,DC=com"Output: CreatedTime DirectoryName OrganizationalUnitDistinguishedNames ServiceAccountCredentials ----------- ------------- ------------------------------------ ------------------------- 12/27/2019 11:00:30 AM contoso.com {OU=AppStream,OU=Contoso,DC=Contoso,DC=com} Amazon.AppStream.Model.ServiceAccountCredentials- 
                    Per i dettagli sull'API, vedere CreateDirectoryConfigin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. New-APSFleet
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio crea un nuovo parco veicoli AppStream New-APSFleet -ComputeCapacity_DesiredInstance 1 -InstanceType stream.standard.medium -Name TestFleet -DisplayName TestFleet -FleetType ON_DEMAND -EnableDefaultInternetAccess $True -VpcConfig_SubnetIds "subnet-123ce32","subnet-a1234cfd" -VpcConfig_SecurityGroupIds sg-4d012a34 -ImageName SessionScriptTest -Region us-west-2Output: Arn : arn:aws:appstream:us-west-2:123456789012:fleet/TestFleet ComputeCapacityStatus : Amazon.AppStream.Model.ComputeCapacityStatus CreatedTime : 12/27/2019 11:24:42 AM Description : DisconnectTimeoutInSeconds : 900 DisplayName : TestFleet DomainJoinInfo : EnableDefaultInternetAccess : True FleetErrors : {} FleetType : ON_DEMAND IamRoleArn : IdleDisconnectTimeoutInSeconds : 0 ImageArn : arn:aws:appstream:us-west-2:123456789012:image/SessionScriptTest ImageName : SessionScriptTest InstanceType : stream.standard.medium MaxUserDurationInSeconds : 57600 Name : TestFleet State : STOPPED VpcConfig : Amazon.AppStream.Model.VpcConfig- 
                    Per i dettagli sull'API, vedere CreateFleetin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. New-APSImageBuilder
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: Questo esempio crea un Image Builder in AppStream New-APSImageBuilder -InstanceType stream.standard.medium -Name TestIB -DisplayName TestIB -ImageName AppStream-WinServer2012R2-12-12-2019 -EnableDefaultInternetAccess $True -VpcConfig_SubnetId subnet-a1234cfd -VpcConfig_SecurityGroupIds sg-2d012a34 -Region us-west-2Output: AccessEndpoints : {} AppstreamAgentVersion : 12-16-2019 Arn : arn:aws:appstream:us-west-2:123456789012:image-builder/TestIB CreatedTime : 12/27/2019 11:39:24 AM Description : DisplayName : TestIB DomainJoinInfo : EnableDefaultInternetAccess : True IamRoleArn : ImageArn : arn:aws:appstream:us-west-2::image/AppStream-WinServer2012R2-12-12-2019 ImageBuilderErrors : {} InstanceType : stream.standard.medium Name : TestIB NetworkAccessConfiguration : Platform : WINDOWS State : PENDING StateChangeReason : VpcConfig : Amazon.AppStream.Model.VpcConfig- 
                    Per i dettagli sull'API, vedere CreateImageBuilderin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. New-APSImageBuilderStreamingURL
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio crea un URL di ImageBuilder streaming con una validità di 2 ore New-APSImageBuilderStreamingURL -Name TestIB -Validity 7200 -Region us-west-2Output: Expires StreamingURL ------- ------------ 12/27/2019 1:49:13 PM https://appstream2.us-west-2.aws.amazon.com/authenticate?parameters=eyJ0eXBlIjoiQURNSU4iLCJleHBpcmVzIjoiMTU3NzQ1NDU1MyIsImF3c0FjY291bnRJZCI6IjM5MzQwMzgxMTQwNyIsInVzZXJJZCI6ImFkbWluIiwiY2F- 
                    Per i dettagli sull'API, vedere CreateImageBuilderStreamingURL in AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. New-APSStack
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio crea un nuovo stack AppStream New-APSStack -Name TestStack -DisplayName TestStack -ApplicationSettings_Enabled $True -ApplicationSettings_SettingsGroup TestStack -Region us-west-2Output: AccessEndpoints : {} ApplicationSettings : Amazon.AppStream.Model.ApplicationSettingsResponse Arn : arn:aws:appstream:us-west-2:123456789012:stack/TestStack CreatedTime : 12/27/2019 12:34:19 PM Description : DisplayName : TestStack EmbedHostDomains : {} FeedbackURL : Name : TestStack RedirectURL : StackErrors : {} StorageConnectors : {} UserSettings : {Amazon.AppStream.Model.UserSetting, Amazon.AppStream.Model.UserSetting, Amazon.AppStream.Model.UserSetting, Amazon.AppStream.Model.UserSetting}- 
                    Per i dettagli sull'API, vedere CreateStackin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. New-APSStreamingURL
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio crea un URL di streaming di Stack New-APSStreamingURL -StackName SessionScriptTest -FleetName SessionScriptNew -UserId TestUserOutput: Expires StreamingURL ------- ------------ 12/27/2019 12:43:37 PM https://appstream2.us-east-1.aws.amazon.com/authenticate?parameters=eyJ0eXBlIjoiRU5EX1VTRVIiLCJleHBpcmVzIjoiMTU3NzQ1MDYxNyIsImF3c0FjY291bnRJZCI6IjM5MzQwMzgxMTQwNyIsInVzZXJJZCI6IlRlc3RVc2- 
                    Per i dettagli sull'API, vedere CreateStreamingURL in AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. New-APSUsageReportSubscription
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio abilita i report di AppStream utilizzo New-APSUsageReportSubscriptionOutput: S3BucketName Schedule ------------ -------- appstream-logs-us-east-1-123456789012-sik2hnxe DAILY- 
                    Per i dettagli sull'API, vedere CreateUsageReportSubscriptionin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. New-APSUser
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio crea un utente in USERPOOL New-APSUser -UserName Test@lab.com -AuthenticationType USERPOOL -FirstName 'kt' -LastName 'aws' -Select ^UserNameOutput: Test@lab.com- 
                    Per i dettagli sull'API, vedere CreateUserin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Register-APSFleet
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio registra la flotta con uno stack Register-APSFleet -StackName TestStack -FleetName TestFleet -Region us-west-2- 
                    Per i dettagli sull'API, vedere AssociateFleetin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Register-APSUserStackBatch
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio assegna lo stack a un utente in USERPOOL Register-APSUserStackBatch -UserStackAssociation @{AuthenticationType="USERPOOL";SendEmailNotification=$False;StackName="PowershellStack";UserName="TestUser1@lab.com"}- 
                    Per i dettagli sull'API, vedere BatchAssociateUserStackin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Remove-APSDirectoryConfig
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio rimuove la configurazione della AppStream directory Remove-APSDirectoryConfig -DirectoryName contoso.comOutput: Confirm Are you sure you want to perform this action? Performing the operation "Remove-APSDirectoryConfig (DeleteDirectoryConfig)" on target "contoso.com". [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): A- 
                    Per i dettagli sull'API, vedere DeleteDirectoryConfigin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Remove-APSFleet
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio rimuove le eliminazioni e il parco AppStream Remove-APSFleet -Name TestFleet -Region us-west-2Output: Confirm Are you sure you want to perform this action? Performing the operation "Remove-APSFleet (DeleteFleet)" on target "TestFleet". [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): A- 
                    Per i dettagli sull'API, vedere DeleteFleetin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Remove-APSImage
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio elimina un'immagine Remove-APSImage -Name TestImage -Region us-west-2Output: Confirm Are you sure you want to perform this action? Performing the operation "Remove-APSImage (DeleteImage)" on target "TestImage". [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): A Applications : {} AppstreamAgentVersion : LATEST Arn : arn:aws:appstream:us-west-2:123456789012:image/TestImage BaseImageArn : CreatedTime : 12/27/2019 1:34:10 PM Description : DisplayName : TestImage ImageBuilderName : ImageBuilderSupported : True ImagePermissions : Name : TestImage Platform : WINDOWS PublicBaseImageReleasedDate : 6/12/2018 12:00:00 AM State : AVAILABLE StateChangeReason : Visibility : PRIVATE- 
                    Per i dettagli sull'API, vedere DeleteImagein AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Remove-APSImageBuilder
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio elimina un ImageBuilder Remove-APSImageBuilder -Name TestIB -Region us-west-2Output: Confirm Are you sure you want to perform this action? Performing the operation "Remove-APSImageBuilder (DeleteImageBuilder)" on target "TestIB". [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): A AccessEndpoints : {} AppstreamAgentVersion : 12-16-2019 Arn : arn:aws:appstream:us-west-2:123456789012:image-builder/TestIB CreatedTime : 12/27/2019 11:39:24 AM Description : DisplayName : TestIB DomainJoinInfo : EnableDefaultInternetAccess : True IamRoleArn : ImageArn : arn:aws:appstream:us-west-2::image/AppStream-WinServer2012R2-12-12-2019 ImageBuilderErrors : {} InstanceType : stream.standard.medium Name : TestIB NetworkAccessConfiguration : Amazon.AppStream.Model.NetworkAccessConfiguration Platform : WINDOWS State : DELETING StateChangeReason : VpcConfig : Amazon.AppStream.Model.VpcConfig- 
                    Per i dettagli sull'API, vedere DeleteImageBuilderin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Remove-APSImagePermission
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio rimuove le autorizzazioni di un'immagine Remove-APSImagePermission -Name Powershell -SharedAccountId 123456789012Output: Confirm Are you sure you want to perform this action? Performing the operation "Remove-APSImagePermission (DeleteImagePermissions)" on target "Powershell". [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): A- 
                    Per i dettagli sull'API, vedere DeleteImagePermissionsin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Remove-APSResourceTag
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio rimuove un tag di risorsa dalla AppStream risorsa Remove-APSResourceTag -ResourceArn arn:aws:appstream:us-east-1:123456789012:stack/SessionScriptTest -TagKey StackStateOutput: Confirm Are you sure you want to perform this action? Performing the operation "Remove-APSResourceTag (UntagResource)" on target "arn:aws:appstream:us-east-1:123456789012:stack/SessionScriptTest". [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): A- 
                    Per i dettagli sull'API, vedere UntagResourcein AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Remove-APSStack
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio elimina uno stack Remove-APSStack -Name TestStack -Region us-west-2Output: Confirm Are you sure you want to perform this action? Performing the operation "Remove-APSStack (DeleteStack)" on target "TestStack". [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): A- 
                    Per i dettagli sull'API, vedere DeleteStackin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Remove-APSUsageReportSubscription
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio disattiva l'abbonamento a AppStream Usage Report Remove-APSUsageReportSubscriptionOutput: Confirm Are you sure you want to perform this action? Performing the operation "Remove-APSUsageReportSubscription (DeleteUsageReportSubscription)" on target "". [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): A- 
                    Per i dettagli sull'API, vedere DeleteUsageReportSubscriptionin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Remove-APSUser
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio elimina un utente da USERPOOL Remove-APSUser -UserName TestUser@lab.com -AuthenticationType USERPOOLOutput: Confirm Are you sure you want to perform this action? Performing the operation "Remove-APSUser (DeleteUser)" on target "TestUser@lab.com". [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): A- 
                    Per i dettagli sull'API, vedere DeleteUserin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Revoke-APSSession
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio revoca una sessione a fleet AppStream Revoke-APSSession -SessionId 6cd2f9a3-f948-4aa1-8014-8a7dcde14877- 
                    Per i dettagli sull'API, vedere ExpireSessionin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Start-APSFleet
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio avvia una flotta Start-APSFleet -Name PowershellFleet- 
                    Per i dettagli sull'API, vedere StartFleetin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Start-APSImageBuilder
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: Questo esempio avvia un ImageBuilder Start-APSImageBuilder -Name TestImageOutput: AccessEndpoints : {} AppstreamAgentVersion : 06-19-2019 Arn : arn:aws:appstream:us-east-1:123456789012:image-builder/TestImage CreatedTime : 1/14/2019 4:33:05 AM Description : DisplayName : TestImage DomainJoinInfo : EnableDefaultInternetAccess : False IamRoleArn : ImageArn : arn:aws:appstream:us-east-1::image/Base-Image-Builder-05-02-2018 ImageBuilderErrors : {} InstanceType : stream.standard.large Name : TestImage NetworkAccessConfiguration : Amazon.AppStream.Model.NetworkAccessConfiguration Platform : WINDOWS State : PENDING StateChangeReason : VpcConfig : Amazon.AppStream.Model.VpcConfig- 
                    Per i dettagli sull'API, vedere StartImageBuilderin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Stop-APSFleet
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio arresta una flotta Stop-APSFleet -Name PowershellFleet- 
                    Per i dettagli sull'API, vedere StopFleetin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Stop-APSImageBuilder
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio interrompe un ImageBuilder Stop-APSImageBuilder -Name TestImageOutput: AccessEndpoints : {} AppstreamAgentVersion : 06-19-2019 Arn : arn:aws:appstream:us-east-1:123456789012:image-builder/TestImage CreatedTime : 1/14/2019 4:33:05 AM Description : DisplayName : TestImage DomainJoinInfo : EnableDefaultInternetAccess : False IamRoleArn : ImageArn : arn:aws:appstream:us-east-1::image/Base-Image-Builder-05-02-2018 ImageBuilderErrors : {} InstanceType : stream.standard.large Name : TestImage NetworkAccessConfiguration : Amazon.AppStream.Model.NetworkAccessConfiguration Platform : WINDOWS State : STOPPING StateChangeReason : VpcConfig : Amazon.AppStream.Model.VpcConfig- 
                    Per i dettagli sull'API, vedere StopImageBuilderin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Unregister-APSFleet
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio annulla la registrazione di un parco veicoli dallo stack Unregister-APSFleet -StackName TestStack -FleetName TestFleet -Region us-west-2- 
                    Per i dettagli sull'API, vedere DisassociateFleetin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Unregister-APSUserStackBatch
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio rimuove un utente da uno stack assegnato Unregister-APSUserStackBatch -UserStackAssociation @{AuthenticationType="USERPOOL";SendEmailNotification=$False;StackName="PowershellStack";UserName="TestUser1@lab.com"}- 
                    Per i dettagli sull'API, vedere BatchDisassociateUserStackin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Update-APSDirectoryConfig
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio aggiorna la configurazione della directory creata in AppStream Update-APSDirectoryConfig -ServiceAccountCredentials_AccountName contoso\ServiceAccount -ServiceAccountCredentials_AccountPassword MyPass@1$@# -DirectoryName contoso.com -OrganizationalUnitDistinguishedName "OU=AppStreamNew,OU=Contoso,DC=Contoso,DC=com"Output: CreatedTime DirectoryName OrganizationalUnitDistinguishedNames ServiceAccountCredentials ----------- ------------- ------------------------------------ ------------------------- 12/27/2019 3:50:02 PM contoso.com {OU=AppStreamNew,OU=Contoso,DC=Contoso,DC=com} Amazon.AppStream.Model.ServiceAccountCredentials- 
                    Per i dettagli sull'API, vedere UpdateDirectoryConfigin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Update-APSFleet
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio aggiorna le proprietà di un parco veicoli Update-APSFleet -Name PowershellFleet -EnableDefaultInternetAccess $True -DisconnectTimeoutInSecond 950Output: Arn : arn:aws:appstream:us-east-1:123456789012:fleet/PowershellFleet ComputeCapacityStatus : Amazon.AppStream.Model.ComputeCapacityStatus CreatedTime : 4/24/2019 8:39:41 AM Description : PowershellFleet DisconnectTimeoutInSeconds : 950 DisplayName : PowershellFleet DomainJoinInfo : EnableDefaultInternetAccess : True FleetErrors : {} FleetType : ON_DEMAND IamRoleArn : IdleDisconnectTimeoutInSeconds : 900 ImageArn : arn:aws:appstream:us-east-1:123456789012:image/Powershell ImageName : Powershell InstanceType : stream.standard.medium MaxUserDurationInSeconds : 57600 Name : PowershellFleet State : STOPPED VpcConfig : Amazon.AppStream.Model.VpcConfig- 
                    Per i dettagli sull'API, vedere UpdateFleetin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Update-APSImagePermission
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio condivide un' AppStream immagine con un altro account Update-APSImagePermission -Name Powershell -SharedAccountId 123456789012 -ImagePermissions_AllowFleet $True -ImagePermissions_AllowImageBuilder $True- 
                    Per i dettagli sull'API, vedere UpdateImagePermissionsin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
- 
                    
Il seguente esempio di codice mostra come utilizzare. Update-APSStack
- Strumenti per PowerShell V5
- 
             
                    Esempio 1: questo esempio aggiorna (abilita) la persistenza delle impostazioni dell'applicazione e le cartelle Home in uno stack Update-APSStack -Name PowershellStack -ApplicationSettings_Enabled $True -ApplicationSettings_SettingsGroup PowershellStack -StorageConnector @{ConnectorType="HOMEFOLDERS"}Output: AccessEndpoints : {} ApplicationSettings : Amazon.AppStream.Model.ApplicationSettingsResponse Arn : arn:aws:appstream:us-east-1:123456789012:stack/PowershellStack CreatedTime : 4/24/2019 8:49:29 AM Description : PowershellStack DisplayName : PowershellStack EmbedHostDomains : {} FeedbackURL : Name : PowershellStack RedirectURL : StackErrors : {} StorageConnectors : {Amazon.AppStream.Model.StorageConnector, Amazon.AppStream.Model.StorageConnector} UserSettings : {Amazon.AppStream.Model.UserSetting, Amazon.AppStream.Model.UserSetting, Amazon.AppStream.Model.UserSetting, Amazon.AppStream.Model.UserSetting}- 
                    Per i dettagli sull'API, vedere UpdateStackin AWS Strumenti per PowerShell Cmdlet Reference (V5). 
 
-