How to Get ACL for a Folder

source: https://www.netwrix.com/how_to_get_acl_for_a_folder.html NATIVE AUDITINGNETWRIX AUDITOR FOR WINDOWS FILE SERVERS Open the Powershell ISE → Create a new script using the following code: $path = “\\pdc\Shared\Accounting” #define path to the shared folder$reportpath =”C:\data\ACL.csv” #define path to export permissions report#script scans for directories under shared folder and gets acl(permissions) for all of themdir -Recurse $path | where
Read More »

How to Block USB Drives and Removable Media using Group Policy

sorce: http://woshub.com/how-to-disable-usb-drives-using-group-policy/ When connecting a new USB device to the computer, Windows automatically detects the device and installs an appropriate driver, which means that the user can almost immediately use a connected USB drive or device. In some organizations, the use of USB-devices (flash drives, USB HDDs, SD cards and so on) is blocked for
Read More »

Making BgInfo work in Windows 2012 / Windows 2016

fonte: /https://notesfrommwhite.net/2014/05/26/making-bginfo-work-in-windows-2012/ This is the way I make BgInfo work in Windows 2012 (and even Windows 7 too).  It is a little different than in the past but I still need my BgInfo info screen displayed so this is what I figured out.  Follow the steps! You need BgInfo from here.  I recently reused this article
Read More »

Impostazione degli allarmi e-mail per Dell OpenManage Server Administrator (OMSA)

Useremo un’applicazione chiamata DellSMTPNotify, abbiamo una guida all’installazione in inglese sul suo sito ufficiale. C’è anche un’altra soluzione chiamata Mail Alert Simple Mailer che crittograferà anche le password che usiamo per accedere al nostro server di posta per SMTP e ha funzionalità aggiuntive. Ci concentreremo su DellSMTPNotify, ha i messaggi di avviso preconfigurati associati al
Read More »

Arresto di più server con un singolo agente PowerChute APC

fonte: https://www.mysysadmintips.com/windows/servers/316-shutting-down-multiple-servers-with-single-apc-powerchute-agent Una società disponeva di un dispositivo APC Smart-UPS 1500 collegato a un server Windows 2008. Avevano anche un Windows Server 2003 e desiderava che entrambi i server si spegnessero correttamente in caso di interruzione dell’alimentazione. L’agente APC PowerChute normalmente può solo arrestare il server a cui ha una connessione diretta. Fortunatamente, APC PowerChute Console consente di eseguire
Read More »

SQL Server – Recuperare il Product Key da una installazione esistente

fonte: http://www.ryadel.com/sql-server-2008-2008-r2-e-2014-recuperare-il-product-key-da-una-installazione-esistente/ A volte può essere necessario recuperare il Product Key del proprio SQL Server da una installazione esistente: il caso più comune è quello di un Server di una certa età del quale si è perso ogni ricordo di configurazione e che si ha improvvisamente necessità di trasferire altrove, ma può anche capitare di smarrire semplicemente
Read More »

ab_ files eating space in Temp folder

fonte: http://consek-blog.azurewebsites.net/cab_-files-eating-space/ cab_ files eating space in Temp folder Two days ago one of my coworker called me, because he couldn’t start one of our proprietary applications. I got to him prepared to “reinstall” the program. I deleted the program folder and tried to paste working one from my backup and BAM!, no sufficient disk space
Read More »

Allow DNS Suffix Appending to Unqualified Multi-Label Name Queries

fonte: http://www.computerstepbystep.com/allow-dns-suffix-appending-to-unqualified-multi-label-name-queries.html Description: Specifies whether the computers to which this setting is applied may attach suffixes to an unqualified multi-label name before sending subsequent DNS queries, if the original name query fails. A name containing dots, but not dot-terminated, is called an unqualified multi-label name, for example “server.corp”. A fully qualified name would have a terminating
Read More »