Initialer Import der Synology Scripts
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#region Environment Setup
|
||||
|
||||
try {
|
||||
Add-Type -AssemblyName System.Windows.Forms
|
||||
Add-Type -AssemblyName System.Drawing
|
||||
|
||||
|
||||
} catch {Update-ErrorLog -ErrorRecord $_ -Message "Exception encountered during Environment Setup."}
|
||||
|
||||
#endregion Environment Setup
|
||||
Reference in New Issue
Block a user