Tuesday, December 03, 2019

Powershell Quick Tips: Running SCVMM scripts

Open Virtual Machine Manage Command Shell. From the shell type:
PS c:\> Invoke-Expression C:\Users\User01\Documents\script1.ps1

Where:
C:\Users\User01\Documents\script1.ps1 - the script to be run

No comments:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...