Posted in Backup Powershell SysAdmin

Kreiranje točke “System Restore”
{Powershell}

Tema Kreiraj System Restore Point iz komandne linije / skripte. Postupak – tl;dr PS C:\>  Invoke-CimMethod -Namespace root/DEFAULT -ClassName SystemRestore -MethodName CreateRestorePoint -Arguments @{ >>…