👻
Development, Film & Design | Automation Enthusiast
-
UMB & Studio 826
- Switzerland
- https://studio826.ch
Pinned Loading
-
-
Parallel File copying using C# in Po...
Parallel File copying using C# in PowerShell 1# Preparation
2$ParallelFileCopy = @'
3using System;
4using System.IO;
5using System.Threading.Tasks;
-
Copy large files with a progress bar
Copy large files with a progress bar 1function Copy-File {
2<#
3.SYNOPSIS
4Copy a file 4 MiB at a time, and show a progress bar
5 -
Create and Read - Self-Encrypted Cre...
Create and Read - Self-Encrypted Credentials 1# VARIABLES DEFINITION
2$CredPath = "C:\Scripts\Cred"
3$KeyFile = "AES.key"
4$PasswordFile = "PWD.txt"
5$AES = "$CredPath\$KeyFile"
-
Get Scheduled Tasks and Services run...
Get Scheduled Tasks and Services running with a domain user 1<#
2.DESCRIPTION
3Gets all Services and Scheduled Tasks from multiple devices that are running as a Domain User
4This helps to identify Services or Scheduled Task that are running as a user that might be a personal user instead of a service account
5#>
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.