Anlage des Repos
This commit is contained in:
4
examples/PowerShell/Start-MSTSC.ps1
Normal file
4
examples/PowerShell/Start-MSTSC.ps1
Normal file
@@ -0,0 +1,4 @@
|
||||
function Start-RDP ($computername)
|
||||
{
|
||||
Start-Process "$env:windir\system32\mstsc.exe" -ArgumentList "/v:$computername"
|
||||
}
|
||||
Reference in New Issue
Block a user