Updates
• New Government Resolution (GR) regarding Stenographer Cadre Restructuring released today. • Divisional General Body Meeting scheduled for January 25, 2026. • Membership renewal deadline extended till Feb 10th.

Recent Articles

Meeting Photo
January 5, 2026

Successful Divisional Meet at Chh. Sambhajinagar

The annual divisional meet was conducted successfully with over 200 members participating. Key issues regarding the 8th Pay Commission and technical upgrades were discussed.

Full Story
Workshop
December 28, 2025

Computer Proficiency Workshop for Senior Members

To keep pace with the digital transition of the Maharashtra Government, a special IT workshop was organized for veteran stenographers to enhance their digital typing skills.

Full Story
Association Unity
December 15, 2025

Delegation Meets Bakshi Samiti

A high-level delegation of MSGMSA met with state authorities to submit a memorandum regarding the pay-scale anomalies in the mofussil cadre.

Full Story
function toggleStory(button) { // बटणच्या आधी असलेला 'full-story-content' विभाग शोधा const content = button.previousElementSibling; if (content.style.display === "none") { content.style.display = "block"; button.innerHTML = 'Show Less '; button.classList.add('active'); } else { content.style.display = "none"; button.innerHTML = 'Read Full Story '; button.classList.remove('active'); } }