< Back

Get-ACDLabDesktopFile

Fri Jan 10, 2020 6:32 pm

NAME Get-ACDLabDesktopFile



SYNOPSIS

Downloads the RDP file for all the provisioned ACD training labs.

Defaults to OneDrive\\CyberLab





SYNTAX

Get-ACDLabDesktopFile [[-Path] <String>] [<CommonParameters>]





DESCRIPTION





PARAMETERS

-Path <String>



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-ACDLabDesktopFile



This demonstrates how to download all the RDP files for the provisioned labs to $env:HOMEPATH\\OneDrive\\CyberLab









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-ACDLabDesktopFile -Path 'C:\\labRdpFiles'



This example is downloading the RDP files for all the provisioned labs to C:\\labRdpFiles











RELATED LINKS