Skip to content
  • Facebook
  • Instagram
  • TikTok
  • Mastodon
  • YouTube
  • X
  • Twitch
7 IT & Security

7 IT & Security

  • Security
  • Azure Sentinel
  • Defender for 365
  • Azure AD
  • Intune
  • Office 365
  • Azure
  • PowerShell
  • Active Directory
Blog

https://sevenitblog.com/

Profile

https://sevenitblog.com/author/dakseven/

Homepage

http://sevenitblog.com

  • Powershell Automated Windows Updater Script only Security Updates & Rollup Filter!! (Windows Server )

    I came across for the need  to automating updates and filtering by Security & Monthly Rollup only using a PowerShell Script ; This needs to be run as admin and does not require any module to be run; It has been tested on Windows Server 2012/R2/2016   # To create the searcher we use new…

  • Veeam: Unable to allocate processing resources. Error: One or more errors occurred. / Waiting for the next task failed Job has failed unexpectedly

    This has a simple solution; Jobs could be stuck in a loop. Ensure you have the last veeam update installed and also at last instance restart Veeam services using the following Powershell Script:     Get-process | where {($_.Name -like “Veeam*”)} | stop-process -Force Get-Service | where {($_.Name -like “Veeam*”)-and ($_.Status -eq “Running”)} | Stop-service…

  • Patch for Veeam Backup & Replication fails to install with the following error: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

    Error when installing a Veeam Backup update;   Check that the Windows Process Activation Service (WAS) is started Make sure that World Wide Web Publishing Service (W3SVC) is also started. Open the Internet Information Services (IIS) Manager, locate the VeeamBackup site and start it:  

  • Hyper-V server after restart has several VMS missing or all of them

    Hi Whenever you find in this situation: This is due to a service that hasn’t restarted properly. Look for “Hyper-V Virtual Machine Management” service and make sure is started completely. Regards

  • Failed to create snapshot (Microsoft Software Shadow Copy provider 1.0) (mode: Veeam application-aware processing) Details: Writer ‘Microsoft Hyper-V VSS Writer’

    The writer experienced a non-transient error Solution Restart the following services: COM+ System Application Service, Distributed Transaction Coordinator Service, and Volume Shadow Copy Service if nothing working Restart the server   Restart the following services: COM+ System Application Service, Distributed Transaction Coordinator Service, and Volume Shadow Copy Service if nothing working Restart the server

Previous Page
1 … 20 21 22 23 24 … 44
Next Page

Subscribe to our newsletters. We’ll keep you in the loop.

  • Facebook
  • Instagram
  • TikTok
  • Mastodon
  • YouTube
  • X
  • Twitch

Blog at WordPress.com.

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
 

Loading Comments...
 

    • Subscribe Subscribed
      • 7 IT & Security
      • Join 56 other subscribers
      • Already have a WordPress.com account? Log in now.
      • 7 IT & Security
      • Subscribe Subscribed
      • Sign up
      • Log in
      • Report this content
      • View site in Reader
      • Manage subscriptions
      • Collapse this bar