@EF X
Pages
(Move to ...)
Creating a Hidden Recovery Partition.
▼
Monday, November 14, 2022
How to Deploy CCM restart Notification
›
Create a dummy package with below settings. Create a collection query with machines pending restart and deploy the package to this collect...
Monday, September 7, 2020
Power Shell Script - Get the OS build of Remote machines
›
#add your hostname in a text file -d:\path.txt and Output will come in D:excel.csv #Requires -Version 3.0 Function Get-LHSWindowsVersion { ...
Tuesday, October 22, 2019
Powershell Script-ResolveHostNamesToIPAddresses
›
function Get-HostToIP($hostname) { $result = [system.Net.Dns]::GetHostByName($hostname) $result.AddressList | ForEach-Objec...
Wednesday, May 31, 2017
Run a .reg file in the same folder as the .bat file
›
The erros message: "Cannot import C:\users....abc.reg". Error opening the file. There may be a disk or a file system error. I...
The command line to add a local windows user with the Special Characters password
›
The command line to add a local windows user called “newuser” with the password “p&ssw^rd” You try 1 net user newuser p&...
Sunday, March 22, 2015
Unsolicited Windows 7 Remote Assistance
›
Description Full, meaning no need for any manual user intervention regarding prompts. Works with Windows 7 to Windows 7 and Window...
PowerShell: Convert CSV to Excel
›
##########FyzelSalih############# #Add workbook $workbook = $excel.workbooks.Add() #Remove other worksheets $workboo...
›
Home
View web version