Uncategorized

Uncategorized

Powershell commands

kolla vad man har för version av powershell installerat… if ($PSVersionTable.PSVersion.Major -ne 3) {Write-Host ”Version 3 NOT found!”;exit} Download link

Uncategorized

TSM

Ett tsm backup script… (enbart för mitt eget minne…) preschedulecmd e:\backup\Pre_TSM_Copy.cmd *postschedulecmd some_batch_file *********** DOMAINS (drives) ************* DOMAIN E: SYSTEMSTATE

Uncategorized

Exchange 2010

  För att importera /exportera till PST följande behövs göras.. En ny roll behövs ha rättigheter i… New-ManagementRoleAssignment -Name ”Import

Uncategorized

Antivirus check with WMI

WMI commands to check Av installes ( leftovers etc) WMIC /Node:localhost /Namespace:\\root\SecurityCenter2 Path AntiVirusProduct Get displayName,productState /Format:List WMIC /Node:localhost /Namespace:\\root\SecurityCenter

Rulla till toppen