Search found 192 matches
- 14 Apr 2024, 16:50
- Forum: Argomenti vari
- Topic: Prevent the possiblity of writing data to an unmounted mount point directory
- Replies: 0
- Views: 11681
Prevent the possiblity of writing data to an unmounted mount point directory
ORIGINAL ARTICLE: https://serverfault.com/questions/570255/prevent-the-possiblity-of-writing-data-to-an-unmounted-mount-point-directory ALL RIGHTS RESERVED TO THE AUTHOR(S) OF THE ORIGINAL ARTICLE(S) I go a step further and always set the attributes of my mountpoint directories to immutable using ...
- 03 Apr 2024, 20:06
- Forum: Argomenti vari
- Topic: How to check user login history
- Replies: 0
- Views: 11561
How to check user login history
Reference: How to check user login history ALL RIGHTS RESERVED TO THE AUTHOR(S) OF THE ORIGINAL ARTICLE(S) Event ID 4624 - An account was successfully logged on. This event records every successful attempt to log on to the local computer. It includes critical information about the logon type (e.g ...
- 01 Apr 2024, 13:18
- Forum: Argomenti vari
- Topic: Reverse mouse scrolling direction in Windows 10
- Replies: 0
- Views: 10784
Reverse mouse scrolling direction in Windows 10
Original article: https://www.windowscentral.com/software-apps/windows-11/how-to-report-phishing-emails-to-microsoft-in-outlook-for-windows-11 ALL RIGHTS RESERVED TO THE AUTHOR(S) OF THE ORIGINAL ARTICLE(S) The Settings app does not include an option to reverse the scrolling direction. However, you ...
- 30 Mar 2024, 18:27
- Forum: Argomenti vari
- Topic: LVM snapshot and Automatically Extend LVM Snapshots
- Replies: 0
- Views: 10378
LVM snapshot and Automatically Extend LVM Snapshots
ORIGINAL ARTICLE(S): 1) Chapter 10. Snapshot of logical volumes 2) https://dustymabe.com/2012/03/04/automatically-extend-lvm-snapshots/ Creating LVM snapshots 1) Create a logical volume named origin from the volume group vg001: lvcreate -L 1G -n origin vg001 Logical volume "origin" created. 2 ...
- 17 Mar 2024, 10:56
- Forum: Argomenti vari
- Topic: How to Clean Up After a Failed Hyper-V Checkpoint
- Replies: 0
- Views: 11046
How to Clean Up After a Failed Hyper-V Checkpoint
References: https://www.altaro.com/hyper-v/clean-up-hyper-v-checkpoint/ Spesso, PowerShell può di norma vedere e manipolare i checkpoints (snapshot / punti di controllo). Modo più semplice: Remove-VMCheckpoint -VMName demovm Puoi rimuovere tutti i checkpoint, di tutte le VM, con un solo comando: ...
- 22 Feb 2024, 12:01
- Forum: Argomenti vari
- Topic: Converti in PDF o Convalida Fatture Elettroniche XML/P7M SDI
- Replies: 0
- Views: 11261
Converti in PDF o Convalida Fatture Elettroniche XML/P7M SDI
Sito: https://xmlpatopdf.eu
Strumento online per la validazione delle fatture elettroniche.
Utile, ad esempio, per capire errori che hanno causato lo scarto da parte dello SDI
Strumento online per la validazione delle fatture elettroniche.
Utile, ad esempio, per capire errori che hanno causato lo scarto da parte dello SDI
- 25 Jan 2024, 16:34
- Forum: Argomenti vari
- Topic: Controlli su evento FAILED LOGIN ATTEMPS - Windows logon types - Security/4625
- Replies: 0
- Views: 11322
Controlli su evento FAILED LOGIN ATTEMPS - Windows logon types - Security/4625
Logon type What it denotes When it is recorded 2 Interactive A user logs on directly to a system. Example: User A logs in to their device by keying in their credentials. 3 Network A user accesses a computer over the network. Example: User A accesses a file from a network share. 4 Batch A computer ...
- 04 Jan 2024, 16:02
- Forum: AZURE and MS 365
- Topic: to Unjoin or Disconnect Windows 10, 11 Devices from Azure AD
- Replies: 0
- Views: 14884
to Unjoin or Disconnect Windows 10, 11 Devices from Azure AD
Video originale: https://youtu.be/zXXpmaxVjHM?si=NL_Iew2afJp6FKNz VEDERE ELENCO DISPOSITIVI JOINED A MS ENTRA 1) Accedere a MS Entra https://entra.microsoft.com/ 2) Sezione Devices / All Devices Metodo 1 - UNJOIN DA WINDOWS SETTINGS 1) Windows 10/11 Settings ( Impostazioni ) 2) Accounts / Access ...
- 09 Dec 2023, 18:56
- Forum: AZURE and MS 365
- Topic: Elenco Shared Mailbox MS365
- Replies: 0
- Views: 11084
Elenco Shared Mailbox MS365
Install-Module ExchangeOnlinemanagement Connect-ExchangeOnline Get-Mailbox -RecipientTypeDetails SharedMailbox -ResultSize Unlimited | select PrimarySmtpAddress,DisplayName,RecipientTypeDetails | export-csv c:\tmp\SharedMailboxUsers.csv A video: get-mailbox -RecipientTypeDetails SharedMailbox| get ...
- 09 Dec 2023, 18:41
- Forum: AZURE and MS 365
- Topic: MS 365: how to connect to ExchangeOnline
- Replies: 0
- Views: 11306
MS 365: how to connect to ExchangeOnline
1) Install-Module ExchangeOnlineManagement
2) Connect-ExchangeOnline
2) Connect-ExchangeOnline