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...
Powershell: 用New-SelfSignedCertificate命令创建自签名证书
1.创建根证书 $cert = New-SelfSignedCertificate -Type Custom -KeySpec Signature ` -Subject "CN=P2SRootCert" -KeyExportPolicy Exportable ` -HashAlgorithm sha256-KeyLength2048 ` -CertStoreLocati...
Manually setup Azure Point-to-Site (P2S) VPN on client computer
Introduction Azure point to site VPN uses SSTP (Secure Socket Tunneling Protocol) to establish VPN connection. The default port is on 443. So the prerequisite is that you have finished setup a P2...
Mount VHD at Windows startup with PowerShell
Create a scheduled task Command: %SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe Parameter: -ExecutionPolicy ByPass -file "C:\VHD\mountVHD.ps1" Powershell Script to mount VHD Me...
The trust relationship between this workstation and the primary domain failed
Introduction You might have encountered this error message many times: "The trust relationship between this workstation and the primary domain failed". The general solution is dis-joining and re...
WDS PXE issue: PXE-E16: No offer received
Issue Description: The problem server installed the follwing roles: WDS DHCP WSUS RRAS (Route and Remote Access Service) The WDS service is configured with Active Directory integrated, ev...
Debian or Raspbian: nfs-kernel-server not starting portmapper is not running
Error Message Debian or Raspbian: nfs-kernel-server not starting portmapper is not running ... (warning) rpcbind.target Fix Steps Here is my first try, but it doesn't work for me. It just rese...
HP 服务器 UID 指示灯的作用
The Virtual Indicators allow you to monitor, and in some cases control, the state of indicators on the host system, including the Unit Identification Light (UID). The Unit Identification Light...