I tried to use PowerShell script via Intune that remove my user from Windows Endpoint using powershell command Remove-LocalUser -Name “myuser”. It was not working, just because: , error…Read more
Month: October 2020
Recovery Services vault – How to Disable Backup, Move to a new Recovery Services vault
1. Stop Backup – without Erasing Data2. Disable Soft Deletion in Recovery Service VaultId 3. Execute Script: $RG=backup-mig$Vault=backup-mig$VMName=medicareiisql$vault = Get-AzRecoveryServicesVa…Read more