Recommended Steps: In short, the recommended steps to manually do the syncronization is: (Full/Delta) Import from on-premises directories, such as Active Directory (Full/Delta) Import from A...
Tutorials
Setup site to site VPN in OpenWRT
Environment I use OpenWRT as a VPN client connecting to another site as illustrated below: Problem The OpenWRT can initiate the VPN connection, but I can only reach site A from within Op...
本站已迁移至容器 (Docker Container)
如题,本站正在使用Azure提供的docker container服务。 架构 采用单主机同时运行两个容器:wordpress和mysql。由于docker的特性,后期可以轻易的扩展前端节点数量。 配置 配置文件仅供参考: Dockerfi...
树莓派 Raspbian 家长控制
功能说明 该脚本能够监控指定网络设备,如网络电视、机顶盒等,访问树莓派,不限服务(包括SMB, NFS等)。典型场景是机顶盒访问树莓派文件共享服务。 该脚本使网络设备只能在一段时间内,默认1小时,访问树莓派...
Windows 10 1709 那些值得注意的变化
Win10 1709的 Get-WindowsUpdateLog 不再需要联网获取符号库 https://blogs.technet.microsoft.com/mniehaus/2017/10/10/improved-windows-update-log-formatting-with-windows-10-1709/ Win10 1703默认...
Authorized client is forbidden when using ADRMS MDE with ADFS
Problem You are deploying AD RMS with Mobile Device Extension, and thus you also need to deploy AD FS infrastructure. The AD FS server is on Windows Server 2016, i.e. AD FS version 4. You are...
screenrc configuration example
This is an example of .screenrc configuration file. Just for your reference. .screenrc # Bind F11 and F12 (NOT F1 and F2) to previous and next screen window bindkey -k F1 prev bindkey -k F...
AD RMS – Office client could not connect to the Internet to check permission
Situation Your AD RMS client is a workgroup client, you installed Office 2013 or 2016, and setup the discovery service by registry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSIPC\ServiceLocation\E...
PowerShell: 批量导入Hyper-V虚拟机
前提条件 本文所介绍的方法要求以下目录保持原有的相对关系、目录结构及所在盘符不能改变。 Virtual Machines Snapshots VHD文件夹(可以是多个) 导入方法 $path = 'D:\Hyper-V\Virtual Machines'...
How to restart a SCCM OSD Task Sequence within WinPE
Introduction 本文介绍如何在不重启的情况下,重新加载SCCM OSD任务序列(Task Sequence) This article describes how to restart SCCM OSD task sequence within PE without restarting the computer. Step...