You've already forked SharedScripts
mirror of
https://github.com/jaapbrasser/SharedScripts.git
synced 2025-12-24 21:51:38 +02:00
42 lines
585 B
PowerShell
42 lines
585 B
PowerShell
|
|
|
||
|
|
<#PSScriptInfo
|
||
|
|
|
||
|
|
.VERSION 1.2.2
|
||
|
|
|
||
|
|
.GUID 87bfac6a-af29-4cf7-a62d-c82ee0fb5fb5
|
||
|
|
|
||
|
|
.AUTHOR Jaap Brasser
|
||
|
|
|
||
|
|
.COMPANYNAME PowerShell Community
|
||
|
|
|
||
|
|
.COPYRIGHT
|
||
|
|
|
||
|
|
.TAGS RDP Remote Desktop Credentials PowerShell
|
||
|
|
|
||
|
|
.LICENSEURI
|
||
|
|
|
||
|
|
.PROJECTURI https://github.com/jaapbrasser/SharedScripts/tree/master/Connect-Mstsc
|
||
|
|
|
||
|
|
.ICONURI
|
||
|
|
|
||
|
|
.EXTERNALMODULEDEPENDENCIES
|
||
|
|
|
||
|
|
.REQUIREDSCRIPTS
|
||
|
|
|
||
|
|
.EXTERNALSCRIPTDEPENDENCIES
|
||
|
|
|
||
|
|
.RELEASENOTES
|
||
|
|
|
||
|
|
|
||
|
|
#>
|
||
|
|
|
||
|
|
<#
|
||
|
|
|
||
|
|
.DESCRIPTION
|
||
|
|
This function provides the functionality to start an RDP session without having to type in the password
|
||
|
|
|
||
|
|
#>
|
||
|
|
Param()
|
||
|
|
|
||
|
|
|