У нас вы можете посмотреть бесплатно Automate stopping of Qlik Sense services или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Qlik Sense Admin Courses: __________________________ Qlik Sense Server Pro Course Bundle: https://www.howdash.com/courses/qlik-... Backup, Upgrade, and Recover Qlik Sense: https://www.howdash.com/courses/backu... Qlik Sense Security: https://www.howdash.com/courses/qlik-... Deploy and Configure Qlik Sense: https://www.howdash.com/courses/deplo... Windows Server for Qlik Sense Admins: https://www.howdash.com/courses/windo... PowerShell Script to Stop Qlik Sense Services: _____________________________________________ Stop-Service -Name QlikSenseEngineService, QlikSensePrintingService, QlikSenseProxyService, QlikSenseSchedulerService -PassThru Stop-Service -Name QlikSenseRepositoryService -PassThru Stop-Service -Name QlikSenseServiceDispatcher -PassThru Get-Service -Name "postgresql*", 'QlikSenseRepositoryDatabase' -ErrorAction SilentlyContinue | Stop-Service -PassThru Additional PowerShell Command: _________________________________ If you have a Qlik Logging Service and need to stop it, add the following command to the PowerShell script above: Stop-Service -Name QlikLoggingService -PassThru Join howdash Community: __________________________ LinkedIn: / howdashllc Facebook: / howdashllc Description: ____________ 🎁 Welcome to 25 days of QlikMas! Each day I'll unwrap one quick Qlik Sense server admin lesson you can learn in under fifteen minutes. Today, you'll learn how to automate stopping Qlik Sense services with PowerShell safely and in the correct order every time. I walk you through building a PowerShell script that stops all required Qlik Sense services, detects bundled vs. standalone PostgreSQL, and confirms exactly which services were stopped. This approach is perfect for upgrades, backups, and regular maintenance, helping you reduce errors and save time with automation. 📅 Come back tomorrow for Day 16 of QlikMas for more Qlik Sense admin tips and insights! Chapters: _________ 0:00 Intro 0:33 Required PowerShell Cmdlets 1:02 Step 1: Create Script File 1:54 Step 2: Command to Stop First 4 Services 3:04 Step 3: Test Script 4:56 Step 4: Add Scrip Feedback 6:00 Step 5: Command to Stop Next 2 Services 6:39 Step 6: Command to Stop Qlik Logging Service 7:14 Step 7: Command to Stop Repository Database Services 9:26 Test Completed Script 11:05 Outro