Scripts
-
HelpDesk Support Script 2
#IP Address Resolve-DnsName hashmat-pc | select Name,IPaddress #DNS Server (Get-DNSClientServerAddress ` -cimsession (New-CimSession -computername Client02) ` -InterfaceAlias "ethernet0" -AddressFamily IPv4).ServerAddresses…
Read More » -
Add/Edit User in AD
function New-EmployeeOnboardUser { <# .SYNOPSIS This function is part of the Active Directory Account Management Automator tool. It is…
Read More » -
Get-EventLog Reports
<# .Synopsis Get Event Log reports in HTML FOrmat .DESCRIPTION This script design to get the report of any type…
Read More » -
HelpDesk Support Script
<# .Synopsis This is a script to gather information for Help Desk support calls .DESCRIPTION This is a basic…
Read More » -
Azure Custom Role
The following shows what a custom role looks like as displayed in JSON format. This custom role can be used…
Read More » -
Check DDPE Policy
I created a script which looks for a specific file in a folder and searches for a specific word using…
Read More » -
Reset Office 365 ProPlus activation state
We had an issue where user after OS upgrade, the office 365 won’t be getting activated. After couple hours of…
Read More » -
Add registry key using Task Sequence
Today i had a task where i need to add a registry key to into registry using the OSD task…
Read More » -
Add/Remove bulk Devices From Collection
Today i am going to show how to Add or Reemove bulk devices from the device Collection. As a sccm engineer…
Read More » -
Dell Powershell Provider Module
The Dell Laptops TPM version 2.0 and above requires Dell provider module to enable and activate the TPM. In order…
Read More »