Skip to content
View Spartan-196's full-sized avatar
Block or Report

Block or report Spartan-196

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. ShadowCopyUserProfile ShadowCopyUserProfile
    1
    *Write up for doing this remotely through pssession, can be adapted to doing locally on a pc as well*
    2
    
                  
    3
    Enter remote session: `enter-pssession [computer]`
    4
    
                  
    5
    Create system restore snapshot: `cmd /C 'Wmic.exe /Namespace:\\root\default Path SystemRestoreCall CreateRestorePoint "%DATE%", 100, 1'`
  2. RSAT 1809 and above Managed environment RSAT 1809 and above Managed environment
    1
    # RSAT 1809 in Managed WSUS environment
    2
    # Set variables
    3
    $wsusSetting = "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU\"
    4
    $name = "UseWUServer"
    5
    $value = "0"
  3. Spartan-196.github.io Spartan-196.github.io Public

    My Github.io page

    HTML

  4. wrench wrench Public

    Its primary tools for gathering information are the Active Directory tools in Powershell, and WMI calls to SCCM, and Windows clients

    PowerShell 1 2