hashmat00
-
Featured
Get-WinEvent Logs Reports include Remote Machine
In order to run this first script function, you need to save the second script along with this script with…
Read More » -
Featured
Disk usage information
#get disk usage information and export it to a CSV file for trend reporting Param( [string[]]$Computername = $env:COMPUTERNAME )…
Read More » -
Power Shell
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 » -
Featured
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 » -
Featured
Get-EventLog Reports
<# .Synopsis Get Event Log reports in HTML FOrmat .DESCRIPTION This script design to get the report of any type…
Read More » -
Featured
HelpDesk Support Script
<# .Synopsis This is a script to gather information for Help Desk support calls .DESCRIPTION This is a basic…
Read More » -
SCCM
windows adk compatibility chart
Windows 10 as a client Configuration Manager attempts to provide support as a client for each new Windows 10 version…
Read More » -
SCCM
Configuration Manager technical preview version 1812
Improvements to Run PowerShell Script task sequence step Based on customer feedback, the Run PowerShell Script task sequence step now includes the…
Read More » -
SCCM
Configuration Manager technical preview version 1811
Don’t load Windows PowerShell profiles You can use Windows PowerShell scripts for detection methods on applications and settings in configuration…
Read More » -
SCCM
SCCM Firewall Ports
Ports you can configure Configuration Manager enables you to configure the ports for the following types of communication: Application Catalog…
Read More »