Autosave screenshot
Ho utilizzato Infraview ed i plugins per creare screenshot a comando con autosalvataggio in una cartella, spedificando nome file ed estensione
Ho utilizzato Infraview ed i plugins per creare screenshot a comando con autosalvataggio in una cartella, spedificando nome file ed estensione
Tramite la Windows PowerShell è possibile generare un file di testo con la lista degli utenti presenti su Windows Server. Il comando è il seguente: dsquery * -filter “(&(objectCategory=person)(objectClass=user)(!userAccountControl:1.2.840.113556.1.4.803:=2))” -attr sAMAccountName name title department mail -limit 0 > users.txt Il file viene generato e salvato nella directory corrente.
The message could not be delivered to a public folder because the delivery to this address is limited to authenticated senders In Exchange 2013 e Exchange 2016 occorre abilitare i permessi per gli utenti anonimi nelle Public Folder controllare gli attuale permessi con: Get-PublicFolder “\” -Recurse | Get-PublicFolderClientPermission | Out-File -FilePath “c:\Temp\PFPerms.txt” Assegnare i permessi
Read More »
fonte: https://blogs.msdn.microsoft.com/chaitanya_medikonduri/2008/04/09/how-to-run-32-bit-udl-file-on-a-64-bit-operating-system/ We’ll need to execute the command below from a command line or Start/Run : C:\Windows\syswow64\rundll32.exe “C:\Program Files (x86)\Common Files\System\Ole DB\oledb32.dll”,OpenDSLFile C:\test.udl Check the paths of rundll32.exe and oledb32.dll while running this command! Here you have your 32 bit OLE DB Providers.
appunti di viaggio: https://www.aggsoft.com/asdl-dcom-opc-config-windows-8-2012-1.htm