MS PowerShell: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
Zeile 17: Zeile 17:
  
 
shutdown /r /t 0
 
shutdown /r /t 0
 +
 +
 +
= Powershell Programmierung =
 +
 +
* Hello World Beispiel
 +
** https://www.pdq.com/blog/writing-your-first-powershell-script/?utm_medium=cpc&utm_source=google_ads&utm_term=&utm_source=adwords&utm_medium=ppc&utm_campaign=S-Global-Generic&hsa_cam=15146127828&hsa_grp=133962886920&hsa_mt=&hsa_src=g&hsa_ad=570924038857&hsa_acc=2336542827&hsa_net=adwords&hsa_kw=&hsa_tgt=dsa-415351799881&hsa_ver=3&gclid=EAIaIQobChMI5KTf3Kii9QIVGs93Ch2UAgIeEAAYASAAEgJVxfD_BwE
 +
* https://devblogs.microsoft.com/scripting/use-powershell-to-interact-with-the-windows-api-part-1/
 +
* https://administrator.de/forum/fenster-mini-maximieren-batch-befehl-335979.html
 +
* about_Execution_Policies
 +
** https://docs.microsoft.com/de-de/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.2
 +
 +
 +
* Skripte für lokalgeschriebende die Berechtigung erteilen
 +
<source lang=powershell>
 +
Set-ExecutionPolicy RemoteSigned
 +
</source>

Version vom 8. Januar 2022, 14:40 Uhr