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...
Google Chrome 绿化与个性化教程
由于chrome v30开始有些特性不讨人喜欢,所以很多人喜欢停留在v29,只是在保留老习惯的同时,一些新的扩展就不能使用了。但是总不能让谷歌任行其道对吧?Lesca将以v29为例,介绍如何绿化Chrome,并在v29上使用Chr...
Test Peer to Peer Connection Speed with iperf3
Hi! I am writing to explain how to test your network connection between your client (Windows or Linux) and another client (say, a remote server). The tool is iperf version 3. You can find some u...