ITSolutions
ITSolutions
  • 6
  • 938
MDT - Export and import Local group policies from one PC to another PC
Step by step instructions of using Microsoft Deployment Toolkit and LGPO to Export and Import Local group policies from one pc to another.
Link to download LGPO:
www.microsoft.com/en-us/download/details.aspx?id=55319
Command used to export and import local group policies:
Export: LGPO.exe /b d:\gpopack\testgpo
Command used in MDT task sequence
To copy exported GPO from network to local machine:
xcopy "%DEPLOYROOT%\Scripts\GPOPack" C:\Windows\Temp /e /i
To import GPO copied on C:\Windows\Temp
"%DEPLOYROOT%\Scripts\LGPO.exe" /g C:\Windows\Temp\TestGPO
มุมมอง: 66

วีดีโอ

How to use LiteTocuh.vbs to test Custom Task Sequence in Microsoft deployment toolkit (MDT)?
มุมมอง 1657 หลายเดือนก่อน
Without deploying the full image, step by Step guide to how to use LiteTouch.vbs to run or test custom Task Sequence and also how to run PowerShell or Batch Script under Microsoft Deployment Toolkit (MDT). Command used in Task Sequence Command line in this video: PowerShell Script Powershell.exe -ExecutionPolicy ByPass -file "%SCRIPTROOT%\_Test\AddUsers.ps1" Batch Script "PLOYROOT%\Scripts\_Tes...
Microsoft Deployment Tool (MDT) - Partition Configuration
มุมมอง 587 หลายเดือนก่อน
UEFI Partition table configuration using MDT task sequence.
Microsoft deployment tools (MDT) Install & Configuration
มุมมอง 807 หลายเดือนก่อน
Microsoft deployment tools and Windows deployment services installation and configuration with Windows server 2019/ Windows 10. Step by Step guide how to install and configure MDT and also deploy Windows 10 OS on virtual machine. Download link for WinADK/ WinPE: learn.microsoft.com/en-us/windows-hardware/get-started/adk-install#other-adk-downloads Download link for MDT: www.microsoft.com/en-us/...
How to use LGPO to export and import local group policies on same or different pc
มุมมอง 5407 หลายเดือนก่อน
Using Microsoft tool LGPO.exe exporting and importing Windows local group policies. Download link for LGPO.exe www.microsoft.com/en-us/download/details.aspx?id=55319
Batch Script to add local user, local group and set properties
มุมมอง 387 หลายเดือนก่อน
This batch script was created to automate the task of creating Windows local user account, local user group and set properties for both user and group using Net user and WMIC command line utilities. Just copy and paste following contents in a batch file, edit the name of the user account and group echo off net user User1 "Password@123" /add /FULLNAME:"Test User" /COMMENT:" DO NOT MODIFY " /PASS...

ความคิดเห็น

  • @shermainewang4389
    @shermainewang4389 หลายเดือนก่อน

    with this tool, can we control domain joined pc local GPO from a center place?

  • @NosaxRoy
    @NosaxRoy 3 หลายเดือนก่อน

    if want to add some policy like gpedit.msc>>windows>>security settings>>Account policy>>Store Password Using reversible encryption = Enabled then which file should need to modify and what to write in that file... Make one short video for that.

  • @mustijack
    @mustijack 4 หลายเดือนก่อน

    Cool Thanks